hibernate - Is DataNucleus working in JBoss Java EE app server for JPA access to LDAP DB? -


i access ldap database (and maybe nosql db in future) using jboss java ee app server. keep standard jpa annotations , not using direct ldap apis in ejbs if possible.

has got successful experience in deploying jboss app server datanucleus jpa mapping on ldap protocol? afaik, hibernate not able handle this.

thanks !


Comments