Hi all,
I've commited the changes on the EAR isolation task.
Now Nuxeo5 is running with a isolated class-loader.
hibernate libs were coppied inside nuxeo.ear/lib.
We need this since hibernate should be able to access the ehcahce
classes that are declared inside nuxeo.ear (nxworkflow-jbpm.jar)
To disable the isolated class loader comment out the loader-repository
from the file:
nuxeo.ear/OSGI-INF/templates/jboss-app.xml
Like this:
<jboss-app>
<!--loader-repository>
org.nuxeo:loader=nuxeo.ear
<loader-repository-config>java2ParentDelegation=false</loader-repository-config>
</loader-repository-->
%{MODULE}%
</jboss-app>
Bogdan
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm