outcome is the second optional parameter in the complete method.
tasks bind the outcome to an outgoing transition. if no outcome is given, then the task should only have 1 outgoing transition.
if a task has multiple outgoing transition, the outcome must be specified and match the transition name.
providing no value for outcome (or null) works if there is a single outgoing transition or if there is a transition without a name.
does this answer the question?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4228949#4228949
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4228949
Hi,
We were using the Jax-RPC based Web Service Implementation in Sun Java Application Server.Now we are planning to port it to JBoss application server.So is there any limitation on using Jax-RPC webservice implementation in JBoss?.For wsdl2java approach can we use wsconsume tool for generating the jax-rpc-mapping,webservices.xml or we have to rely on sun wscompile tool?.Please give us some links or Samples,documentations.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4228947#4228947
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4228947