I would like to access an LDAP database (and maybe NoSQL db in the future) using JBoss Java EE app server. I would like to keep standard JPA annotations and not using direct LDAP APIs in my EJBs if possible.
Has anyone got some successful experience in deploying JBoss app server with DataNucleus for the JPA mapping on LDAP protocol? AFAIK, Hibernate is not able to handle this.
Thanks !