New audit log functionality does not work in OSGi
-------------------------------------------------

                 Key: OPENJPA-2052
                 URL: https://issues.apache.org/jira/browse/OPENJPA-2052
             Project: OpenJPA
          Issue Type: Bug
          Components: osgi
            Reporter: Bengt Rodehav


The new audit functionality is not yet part of a released version of OpenJPA. 
I've been testing 2.2.0-SNAPSHOT.

I've tested the Auditor functionality using normal (non-OSGi) unit tests and so 
far it seems to work. However, when trying the same functionlaity in OSGi 
(Karaf/Felix and also Felix using Pax-Exam), OpenJPA fails to find my Auditor 
class. Timothy Ward (on the Aries mailing list) suggested that it seems like 
OpenJPA is using its own class loader to load my Auditor class (which of course 
will not work). OpenJPA needs to use the class loader of the bundle containing 
the persistence.xml to load my Auditor class. I also believe this is the 
problem.

This has been discussed on both Aries and OpenJPA's mailing list:

http://openjpa.208410.n2.nabble.com/Auditor-and-OSGi-td6759170.html#a6769605

http://www.mail-archive.com/[email protected]/msg00320.html




--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to