Julien Anguenot wrote:
Jean-Marc Orliaguet wrote:
I have two issues/questions:

- a library which isn't found or that has a wrong version (jbpm...):

10:05:09,512 ERROR [MainDeployer] Could not start deployment:
file:/opt/jboss-4.0.4.GA/server/default/tmp/deploy/tmp10480nuxeo.jar-contents/nxworkflow-demo-bundle.xml

java.lang.NoSuchMethodError:
org.jbpm.db.GraphSession.getProcessDefinition(J)Lorg/jbpm/graph/def/ProcessDefinition;

       at
org.nuxeo.ecm.platform.ec.workflow.jbpm.JbpmWorkflowEngine.getProcessDefinition(JbpmWorkflowEngine.java:1090)

       at
org.nuxeo.ecm.platform.ec.workflow.jbpm.JbpmWorkflowEngine.getWorkflowDefinitionById(JbpmWorkflowEngine.java:168)

       at
org.nuxeo.ecm.platform.ec.workflow.jbpm.JbpmWorkflowEngine.isDefinitionDeployed(JbpmWorkflowEngine.java:185)

       at
org.nuxeo.ecm.platform.ec.workflow.jbpm.JbpmWorkflowEngine.deployDefinition(JbpmWorkflowEngine.java:98)

       at
org.nuxeo.ecm.platform.ec.workflow.service.WorkflowServiceImpl.deployDefinition(WorkflowServiceImpl.java:267)

       at
org.nuxeo.ecm.platform.ec.workflow.service.WorkflowServiceImpl.registerExtension(WorkflowServiceImpl.java:150)

The class loaders behavior should have changed. Nuxeo uses jbom 3.1.1
and NXWorkflowJBPM usese jbom 3.1.3 and here NXWWorkflowwJBOM is using
probably using 3.1.1 from Nuxeo instead of the 3.1.3 from NXWorkflowJBPM

Going to check what I can do about this.

Bogdan do you have an explanation about this behavior changes ?

        J.

I've not changed class loading mechanism so it should behave like the old one. The only difference is that all nuxeo modules (JARs) are included in the Nuxeo EAR and there are no more top level deployments. (except nxthemes modules)

Bogdan

------------------------------------------------------------------------

_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to