A little precision:
anonymous wrote : At the first strike, it doesn't work because i leave propagation=none in my s:link
on the link to call (start) my sub-pageflow.
Another precision:
if you have a main pageflow and a sub pageflow, you have to declare the sub pageflow before your main pageflow in your component.xml overwise the application do not start correctly.
like this:
| <bpm:pageflow-definitions>
| <value>menu.jpdl.xml</value> <!-- sub pageflow -->
| <value>monPageflow.jpdl.xml</value> <!-- main pageflow -->
| </bpm:pageflow-definitions>
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4109216#4109216
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4109216
Hi All,
My web service has a method which accepts two parameters one xmlstring and the other is header
class which has two instance variables username and password.
when i used wsconsume on my wsdl to generate client side artifacts,it has generated one the method with one parameter.
Is there any way so that i can pass header object to my web service?
Any help would be appreciated.
Thanks in Advance.
Thanks,
Pavan.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4109213#4109213
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4109213
I only use identity coponent so i do nothing more than what seam has done.
But i notice something else yesterday.
I have a main pageflow with a sub-pageflow.
At the first strike, it doesn't work because i leave propagation=none in my s:link
Without it, it works. I'll try today to restore it and change the option to see what happen.
Just a question:
I use Seam 2.0.0.GA, november 2007.
Which one do you use?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4109204#4109204
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4109204