Alessio Soldano [http://community.jboss.org/people/alessio.soldano%40jboss.com] replied to the discussion
"Recent changes on CXF integration"
To view the discussion, visit: http://community.jboss.org/message/545124#545124
--------------------------------------------------------------
Another step in improving the integration with Apache CXF comes with With JBWS-3038. We're now providing a custom BusFactory that is loaded by default when the jbossws integration is on the classpath. Our bus factory loads the default bus configuration from the jbossws-cxf.xml descriptor in jbossws-cxf-client.jar, allowing us to setup the basic beans loaded in the default bus (both client and server side).
The new bus factory also allows us to further remove duplicated cxf descriptors between jbossws jars and apache cxf jars, hence simplifying again the jbossws update when a new version of cxf is available.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/545124#545124]
Start a new discussion in JBoss Web Services Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
HuiSheng Xu [http://community.jboss.org/people/rebody] replied to the discussion
"SubProcess signaling issue"
To view the discussion, visit: http://community.jboss.org/message/545077#545077
--------------------------------------------------------------
Hi Maciej,
I understand why getParent() return Execution, because a splited execution could has sub process instance.
I cannot understand why getProcessInstance() has to return Execution, it should return process instance by its meaning. And ProcessInstance is extends from Execution, it has all method declarations of Execution. Return ProcessInstance is more clearly, and won't effect any Backward compatibility.
Do you have any idea about this?
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/545077#545077]
Start a new discussion in jBPM Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]