Hi all,
I am using jbossAS 4.0.4GA and jbpm-bpel-1.1.Beta3. And i just saw doXslTransform function in ws-bpel2.0 specification. It is very useful in my research. However, I am not able to deploy the bpel to server. It just keep throwing the error:
[servicegen] 07:10:45,718 DEBUG Scope : looking for fault handler with name {http://schemas.xmlsoap.org/ws/2004/03/business-process/}forcedTermination' and no variable
BUILD FAILED
java.lang.NoClassDefFoundError: javax/xml/soap/Node
Any ideas? Are there any example that using this functions? I cannot find it. Actually, does jbpm-bpel-1.1.Beta3 support this function?
Thanks.
Dave
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4174434#4174434
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4174434
anonymous wrote : The problem I get sometimes is that, when I edit the process xml file, the design can become a mess... (eg. arrows to nowhere without being able to drag them to the correct node)
Yep, known issue that it happens from time to time and dependent on what you do. Koen is (has been?) working on keeping things in sync. Not sure what the status is. Check the jira (there is an issue afair)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4174407#4174407
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4174407
anonymous wrote : I presume I can use the default DataSource and not the Hibernate Server Mode over TCP.(Am I right??)
Yes you are right
anonymous wrote : Why is it not able to find?
My guess without looking at the code of your service is that you have not committed the transaction where you deploy the process prior to building the web module. Closing the jbpm context results in committing the transaction.
Upon deployment the newly built web module retrieves the process definition from the database in a separate transaction. Your process deployment service must have committed the insertion of the new process definition for the web module to be able to read it.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4174373#4174373
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4174373