0 Replies Latest reply on Apr 26, 2006 3:48 PM by wconroy

    PersistenceUnitInfo

      I posted this question to the persistence/hibernate forum as well, but I am not sure if that was the appropriate forum.

      I was trying to integrate the Glassfish's Toplink entity manager into jboss and I am running into some problems. There is an exception being thrown by the glassfish entity manager when it makes a call to

      PersistenceUnitInfo.getNewTempClassLoader();

      The jboss implementation (org.jboss.ejb3.entity.PersistenceUnitInfoImpl) returns null. Is there any reason for this? Is there any plan to implement this method in the near future? Is there a way to override the implementation of the persistence unit info myself?

      Thanks,

      Bo