[jboss-user] [JBoss jBPM] - Re: jBPM BPEL on Other App Servers
alex.guizar@jboss.com
do-not-reply at jboss.com
Mon Jun 16 20:46:35 EDT 2008
The package org.jbpm.bpel.integration.server and all classes in jbpm-bpel.jar are independent of the target app server. To port jBPM BPEL to a new app server all you need to do is implement the EndpointMetadataLookup interface, register the new class in endpoint.metadata.lookups.xml and rebuild jbpm-bpel.ear.
To provide web services, jBPM BPEL requires access to the WSDL document and other metadata not available through the JAX-RPC API. This is why the metadata must be retrieved in an implementation-specific way. The ubication of this metadata changes even across JBoss AS versions. In particular, it changed radically from 4.0.3.SP1 to 4.0.4. You see, the portability issue is neither unexplored nor hard to tackle.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158547#4158547
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4158547
More information about the jboss-user
mailing list