anonymous wrote : The semantics say: begin (or continue) a (the) conversation after returning not null resp. no exception occurred. But I want to switch the order. Intentionally, I want the conversation to begin before the login method is entered. Is that possible somehow?
Actually they say "promote the existing temporary conversation context to a long-running conversation after....", which is quite different.
There is always a conversation. @Begin just says it should survive longer than this request.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4022543#4022543
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4022543
Yes, i've checked the wiki, I've followed all the steps.
But I didn't understand.... what is the web console? Is it the web page where I can arrive with the link "monitoring"?
And also... is it possible to modify the web pages and above all the scenarios which I have after deploying the process archive? I'm interested in taking the bpel scenario and modify it a little bit (by adding some information about the process...)
Thanks,
Dario
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4022531#4022531
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4022531
this is my error :
anonymous wrote : Starting Test Client
| Creating a service Using:
| http://localhost:8080/test/EchoBean?wsdl
| and {http://ejb/jaws}EchoService
| Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/xerces/xs/XSModel
| at org.jboss.ws.deployment.JSR109ClientMetaDataBuilder.buildMetaData(JSR109ClientMetaDataBuilder.java:106)
| at org.jboss.ws.deployment.JSR109ClientMetaDataBuilder.buildMetaData(JSR109ClientMetaDataBuilder.java:82)
| at org.jboss.ws.jaxrpc.ServiceImpl.(ServiceImpl.java:96)
| at org.jboss.ws.jaxrpc.ServiceFactoryImpl.createService(ServiceFactoryImpl.java:157)
| at org.jboss.ws.jaxrpc.ServiceFactoryImpl.createService(ServiceFactoryImpl.java:128)
| at Client.main(Client.java:19)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4022527#4022527
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4022527