Hi folks, I did my first steps with the BPEL engine and therfore I wanted to deploy the hello exemple. Everything went fine and I got no wrong message from the jBoss AS. In the next step I wrote a simple C# Client in order to access to this BPEL process. But I got an exception:
| 14:51:49,589 ERROR [SOAPFaultExceptionHelper] SOAP request exception | java.lang.UnsupportedOperationException: setProperty must be overridden by all | ubclasses of SOAPMessage | at javax.xml.soap.SOAPMessage.setProperty(Unknown Source) | at org.jboss.ws.soap.SOAPMessageImpl.<init>(SOAPMessageImpl.java:65) | at org.jboss.ws.soap.MessageFactoryImpl.createMessageInternal(MessageFa | toryImpl.java:209) | at org.jboss.ws.soap.MessageFactoryImpl.createMessage(MessageFactoryImp | .java:142) | at org.jboss.ws.server.ServiceEndpoint.handleRequest(ServiceEndpoint.ja | a:190) | at org.jboss.ws.server.ServiceEndpointManager.processSOAPRequest(Servic | EndpointManager.java:355) | at org.jboss.ws.server.StandardEndpointServlet.doPost(StandardEndpointS | rvlet.java:115) | at javax.servlet.http.HttpServlet.service(HttpServlet.java:717) | at org.jboss.ws.server.StandardEndpointServlet.service(StandardEndpoint | ervlet.java:76) | at javax.servlet.http.HttpServlet.service(HttpServlet.java:810) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(App | icationFilterChain.java:252) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(Application | ilterChain.java:173) | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderF | lter.java:96) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(App | icationFilterChain.java:202) | Then I saw that there was also a jUnit Test attached. But when I ran it, the test failed: | C:\Programme\Java\jbpm-bpel-1.1.Beta3\examples\hello>ant run-test | Buildfile: build.xml | | compile-common: | | compile-test: | [mkdir] Created dir: C:\Programme\Java\jbpm-bpel-1.1.Beta3\examples\hello\ta | rget\test\classes | [javac] Compiling 1 source file to C:\Programme\Java\jbpm-bpel-1.1.Beta3\exa | mples\hello\target\test\classes | | run-test: | | pack-client: | [jar] Building jar: C:\Programme\Java\jbpm-bpel-1.1.Beta3\examples\hello\t | arget\hello-client.jar | [mkdir] Created dir: C:\Programme\Java\jbpm-bpel-1.1.Beta3\examples\hello\ta | rget\test\reports | [junit] Running org.jbpm.bpel.tutorial.hello.HelloTest | [junit] Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 2,438 sec | | BUILD FAILED | C:\Programme\Java\jbpm-bpel-1.1.Beta3\examples\common\ws-build.xml:262: Test org | .jbpm.bpel.tutorial.hello.HelloTest failed | I am using: jBoss 4.0.5.GA jBPM BPEL Extension 1.1.Beta3 The jBoss AS is installed in the EJB3 mode. Could this be the problem?? Thanks for your help View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026244#4026244 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4026244 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
