[JBossWS] - javax.xml.ws.WebServiceException: java.lang.UnsupportedOpera
by nikhilkshirsagar
Hi
I am new to web services.Recently I deployed a 'Say Hello' web service on jboss .The IDE I used was eclipse.
I also suceeded in developing the client by using stubs generated by jbossws.How ever when the client tries to call the web service I get an error.The stack trace is as follows
javax.xml.ws.WebServiceException: java.lang.UnsupportedOperationException: setProperty must be overridden by all subclasses of SOAPMessage
org.jboss.ws.core.jaxws.client.ClientImpl.handleRemoteException(ClientImpl.java:304)
org.jboss.ws.core.jaxws.client.ClientImpl.invoke(ClientImpl.java:242)
org.jboss.ws.core.jaxws.client.ClientProxy.invoke(ClientProxy.java:164)
org.jboss.ws.core.jaxws.client.ClientProxy.invoke(ClientProxy.java:150)
$Proxy144.sayHello(Unknown Source)
src.Callws.Call(Callws.java:17)
src.Client.doGet(Client.java:32)
javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
Can someone please tell me how to handle this error.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141966#4141966
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4141966
18 years
[Beginners Corner] - Startup problem in Jboss
by ponnusamygowri@gmail.com
Hi,
While starting jboss tomcat im getting the follwing error,
===============================================================================
.
JBoss Bootstrap Environment
.
JBOSS_HOME: C:\Program Files\jboss3.0\jboss-3.2.2RC1_tomcat-4.1.24\bin\\..
.
JAVA: C:\Program Files\java\JDK1.6\bin\java
.
JAVA_OPTS: -Dprogram.name=run.bat
.
CLASSPATH: ;C:\Program Files\java\JDK1.6\lib\tools.jar;C:\Program Files\jboss3.0\jboss-3.2.2RC1_tomcat-4.1.24\bin\\run
.jar
.
===============================================================================
.
16:00:59,875 INFO [Server] Starting JBoss (MX MicroKernel)...
16:00:59,875 INFO [Server] Release ID: JBoss [WonderLand] 3.2.2RC1 (build: CVSTag=JBoss_3_2_2_RC1 date=200306060938)
16:00:59,875 INFO [Server] Home Dir: C:\Program Files\jboss3.0\jboss-3.2.2RC1_tomcat-4.1.24
16:00:59,875 INFO [Server] Home URL: file:/C:/Program Files/jboss3.0/jboss-3.2.2RC1_tomcat-4.1.24/
16:00:59,875 INFO [Server] Library URL: file:/C:/Program Files/jboss3.0/jboss-3.2.2RC1_tomcat-4.1.24/lib/
16:00:59,875 INFO [Server] Patch URL: null
16:00:59,875 INFO [Server] Server Name: default
16:00:59,875 INFO [Server] Server Home Dir: C:\Program Files\jboss3.0\jboss-3.2.2RC1_tomcat-4.1.24\server\default
16:00:59,875 INFO [Server] Server Home URL: file:/C:/Program Files/jboss3.0/jboss-3.2.2RC1_tomcat-4.1.24/server/default
/
16:00:59,875 INFO [Server] Server Data Dir: C:\Program Files\jboss3.0\jboss-3.2.2RC1_tomcat-4.1.24\server\default\data
16:00:59,875 INFO [Server] Server Temp Dir: C:\Program Files\jboss3.0\jboss-3.2.2RC1_tomcat-4.1.24\server\default\tmp
16:00:59,875 INFO [Server] Server Config URL: file:/C:/Program Files/jboss3.0/jboss-3.2.2RC1_tomcat-4.1.24/server/defau
lt/conf/
16:00:59,875 INFO [Server] Server Library URL: file:/C:/Program Files/jboss3.0/jboss-3.2.2RC1_tomcat-4.1.24/server/defa
ult/lib/
16:00:59,875 INFO [Server] Root Deployemnt Filename: jboss-service.xml
16:00:59,875 INFO [Server] Starting General Purpose Architecture (GPA)...
16:00:59,890 ERROR [Server] Failed to start
javax.management.InstanceNotFoundException: JMImplementation:service=LoaderRepository,name=Default
at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1094)
at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:833)
at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:761)
at org.jboss.system.server.ServerImpl.initBootLibraries(ServerImpl.java:480)
at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:316)
at org.jboss.system.server.ServerImpl.start(ServerImpl.java:272)
at org.jboss.Main.boot(Main.java:150)
at org.jboss.Main$1.run(Main.java:388)
at java.lang.Thread.run(Thread.java:619)
Failed to boot JBoss:
javax.management.InstanceNotFoundException: JMImplementation:service=LoaderRepository,name=Default
at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1094)
at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:833)
at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:761)
at org.jboss.system.server.ServerImpl.initBootLibraries(ServerImpl.java:480)
at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:316)
at org.jboss.system.server.ServerImpl.start(ServerImpl.java:272)
at org.jboss.Main.boot(Main.java:150)
at org.jboss.Main$1.run(Main.java:388)
at java.lang.Thread.run(Thread.java:619)
Press any key to continue . . .
can any one help me,
Thanks in advance
gowri
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141962#4141962
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4141962
18 years
[JBossWS] - JBossWS POJO register as JMS listener
by nheminge
Hi,
I am having problems implementing a web service POJO that also registers as a JMS listener. I need a web service to recieve updates from a JMS topic and maintain a stateful list of data that is then returned from the webservice when it is called.
I tried creating a topic connection and registering the web service POJO in the constructor (by doing recv.setMessageListener(this);). However, it does not seem to ever get invoked/registered correctly since it does not recieve messages from my test JMS publisher.
I have been reading and it seems that also I will have a problem because the POJO implementation means it might create a new instance on every invocation (thus clearing out my stateful java.util.list that I want maintained).
A better description of what I want to do:
I need to have java commandline application send JMS messages to the web service that include the IP/port of the server the commandline program is running on. The web service then needs to update a list of IP/ports internally (there will be many commandline programs sending out updates). Then, the web service needs to return a comma-delimited string of the IPs/ports when a method is invoked. However, I need this to run in a clustered/distributed fashion, so I need to have the web services listen on a topic for the IP/port updates, so that I make sure they are all synced up.
Thanks!
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141951#4141951
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4141951
18 years
[Installation, Configuration & DEPLOYMENT] - HELP MY JBoss SHUTDOWN
by djbuddhi
i have install jboss on ubuntu 7.10 ,following error will appear and shutdown JBOSS automatically
what will be the error
JBoss Bootstrap Environment
JBOSS_HOME: /home/jboss
JAVA: /usr/lib/jvm/java-1.5.0-sun/bin/java
JAVA_OPTS: -Dprogram.name=run.sh -Xms128m -Xmx512m -XX:MaxPermSize=256m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Djava.awt.headless=true -Djava.io.tmpdir=/tmp/ -Djava.net.preferIPv4Stack=true
CLASSPATH: /home/pentaho/jboss/bin/run.jar:/usr/lib/jvm/java-1.5.0-sun/lib/tools.jar
=========================================================================
23:00:41,526 INFO [Server] Starting JBoss (MX MicroKernel)...
23:00:41,527 INFO [Server] Release ID: JBoss [Trinity] 4.2.1.GA (build: SVNTag=JBoss_4_2_1_GA date=200707131605)
23:00:41,528 INFO [Server] Home Dir: /home/pentaho/jboss
23:00:41,528 INFO [Server] Home URL: file:/home/pentaho/jboss/
23:00:41,529 INFO [Server] Patch URL: null
23:00:41,529 INFO [Server] Server Name: default
23:00:41,529 INFO [Server] Server Home Dir: /home/pentaho/jboss/server/default
23:00:41,529 INFO [Server] Server Home URL: file:/home/pentaho/jboss/server/default/
23:00:41,529 INFO [Server] Server Log Dir: /home/pentaho/jboss/server/default/log
23:00:41,529 INFO [Server] Server Temp Dir: /home/pentaho/jboss/server/default/tmp
23:00:41,530 INFO [Server] Root Deployment Filename: jboss-service.xml
23:00:41,813 INFO [ServerInfo] Java version: 1.5.0_11,Sun Microsystems Inc.
23:00:41,813 INFO [ServerInfo] Java VM: Java HotSpot(TM) Client VM 1.5.0_11-b03,Sun Microsystems Inc.
23:00:41,813 INFO [ServerInfo] OS-System: Linux 2.6.20-15-generic,i386
23:00:42,209 INFO [Server] Core system initialized
23:00:45,316 WARN [BasicMBeanRegistry] javax.management.MBeanRegistrationException: preRegister() failed: [ObjectName='jboss.remoting:service=NetworkRegistry', Class=org.jboss.remoting.network.NetworkRegistry (org.jboss.remoting.network.NetworkRegistry@121177e)]
23:00:45,346 ERROR [MainDeployer] Could not create deployment: file:/home/pentaho/jboss/server/default/conf/jboss-service.xml
org.jboss.deployment.DeploymentException: - nested throwable: (java.lang.reflect.InvocationTargetException)
at org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:196)
at org.jboss.system.ServiceController.install(ServiceController.java:226)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
at $Proxy4.install(Unknown Source)
at org.jboss.deployment.SARDeployer.create(SARDeployer.java:249)
at org.jboss.deployment.MainDeployer.create(MainDeployer.java:969)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:818)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:766)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
at $Proxy5.deploy(Unknown Source)
at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482)
at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362)
at org.jboss.Main.boot(Main.java:200)
at org.jboss.Main$1.run(Main.java:508)
at java.lang.Thread.run(Thread.java:595)
Caused by: java.lang.reflect.InvocationTargetException
at org.jboss.mx.server.MBeanServerImpl.registerMBean(MBeanServerImpl.java:1451)
at org.jboss.mx.server.MBeanServerImpl.registerMBean(MBeanServerImpl.java:1350)
at org.jboss.mx.server.MBeanServerImpl.createMBean(MBeanServerImpl.java:345)
at org.jboss.system.ServiceCreator.install(ServiceCreator.java:157)
at org.jboss.system.ServiceConfigurator.internalInstall(ServiceConfigurator.java:449)
at org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:171)
... 36 more
Caused by: javax.management.MBeanException
at org.jboss.mx.interceptor.ReflectedDispatcher.handleInvocationExceptions(ReflectedDispatcher.java:180)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:163)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.mx.server.MBeanServerImpl$3.run(MBeanServerImpl.java:1422)
at java.security.AccessController.doPrivileged(Native Method)
at org.jboss.mx.server.MBeanServerImpl.registerMBean(MBeanServerImpl.java:1417)
... 41 more
Caused by: javax.management.MBeanRegistrationException: preRegister() failed: [ObjectName='jboss.remoting:service=NetworkRegistry', Class=org.jboss.remoting.network.NetworkRegistry (org.jboss.remoting.network.NetworkRegistry@121177e)]
at org.jboss.mx.server.registry.BasicMBeanRegistry.invokePreRegister(BasicMBeanRegistry.java:713)
at org.jboss.mx.server.registry.BasicMBeanRegistry.registerMBean(BasicMBeanRegistry.java:211)
at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
... 51 more
Caused by: java.lang.RuntimeException: Exception creating identity: union: union
at org.jboss.remoting.ident.Identity.get(Identity.java:211)
at org.jboss.remoting.network.NetworkRegistry.preRegister(NetworkRegistry.java:268)
at org.jboss.mx.server.AbstractMBeanInvoker.invokePreRegister(AbstractMBeanInvoker.java:966)
at org.jboss.mx.modelmbean.ModelMBeanInvoker.invokePreRegister(ModelMBeanInvoker.java:489)
at org.jboss.mx.server.AbstractMBeanInvoker.preRegister(AbstractMBeanInvoker.java:654)
at org.jboss.mx.server.registry.BasicMBeanRegistry.invokePreRegister(BasicMBeanRegistry.java:697)
... 56 more
Failed to boot JBoss:
org.jboss.deployment.DeploymentException: - nested throwable: (java.lang.reflect.InvocationTargetException)
at org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:196)
at org.jboss.system.ServiceController.install(ServiceController.java:226)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
at $Proxy4.install(Unknown Source)
at org.jboss.deployment.SARDeployer.create(SARDeployer.java:249)
at org.jboss.deployment.MainDeployer.create(MainDeployer.java:969)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:818)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:766)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
at $Proxy5.deploy(Unknown Source)
at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482)
at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362)
at org.jboss.Main.boot(Main.java:200)
at org.jboss.Main$1.run(Main.java:508)
at java.lang.Thread.run(Thread.java:595)
Caused by: java.lang.reflect.InvocationTargetException
at org.jboss.mx.server.MBeanServerImpl.registerMBean(MBeanServerImpl.java:1451)
at org.jboss.mx.server.MBeanServerImpl.registerMBean(MBeanServerImpl.java:1350)
at org.jboss.mx.server.MBeanServerImpl.createMBean(MBeanServerImpl.java:345)
at org.jboss.system.ServiceCreator.install(ServiceCreator.java:157)
at org.jboss.system.ServiceConfigurator.internalInstall(ServiceConfigurator.java:449)
at org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:171)
... 36 more
Caused by: javax.management.MBeanException
at org.jboss.mx.interceptor.ReflectedDispatcher.handleInvocationExceptions(ReflectedDispatcher.java:180)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:163)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.mx.server.MBeanServerImpl$3.run(MBeanServerImpl.java:1422)
at java.security.AccessController.doPrivileged(Native Method)
at org.jboss.mx.server.MBeanServerImpl.registerMBean(MBeanServerImpl.java:1417)
... 41 more
Caused by: javax.management.MBeanRegistrationException: preRegister() failed: [ObjectName='jboss.remoting:service=NetworkRegistry', Class=org.jboss.remoting.network.NetworkRegistry (org.jboss.remoting.network.NetworkRegistry@121177e)]
at org.jboss.mx.server.registry.BasicMBeanRegistry.invokePreRegister(BasicMBeanRegistry.java:713)
at org.jboss.mx.server.registry.BasicMBeanRegistry.registerMBean(BasicMBeanRegistry.java:211)
at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
... 51 more
Caused by: java.lang.RuntimeException: Exception creating identity: union: union
at org.jboss.remoting.ident.Identity.get(Identity.java:211)
at org.jboss.remoting.network.NetworkRegistry.preRegister(NetworkRegistry.java:268)
at org.jboss.mx.server.AbstractMBeanInvoker.invokePreRegister(AbstractMBeanInvoker.java:966)
at org.jboss.mx.modelmbean.ModelMBeanInvoker.invokePreRegister(ModelMBeanInvoker.java:489)
at org.jboss.mx.server.AbstractMBeanInvoker.preRegister(AbstractMBeanInvoker.java:654)
at org.jboss.mx.server.registry.BasicMBeanRegistry.invokePreRegister(BasicMBeanRegistry.java:697)
... 56 more
23:00:45,370 INFO [Server] Runtime shutdown hook called, forceHalt: true
23:00:45,370 INFO [Server] JBoss SHUTDOWN: Undeploying all packages
23:00:45,388 INFO [Server] Shutdown complete
Shutdown complete
Halting VM
when i run
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141950#4141950
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4141950
18 years
[JBoss jBPM] - Problem in running the samples of jBPM BPEL
by danesharman
Dear All
I am going to run the samples of jBPM BPEL 1.1GA and have three questions and it would be great to get appropriate answers.
1) I can deploy the hello sample, but when I want to test the process the following error message is shown:
detect.wsdl:
get.published.wsdl:
check.mapping:
generate.mapping:
detect.mapping.tool:
wstools:
BUILD FAILED
D:\Tools\jbpm\jbpm-bpel-1.1.5\jbpm-bpel-1.1.GA\examples\common\mapping-build.xml
:148: The following error occurred while executing this line:
D:\Tools\jbpm\jbpm-bpel-1.1.5\jbpm-bpel-1.1.GA\examples\common\mapping-build.xml
:92: Error running jbossws:
Also, there is a similar problem in running the purchase sample. As the tutorial indicates, after deploying the process I should run this command: ant deploy.webservice
But the above error message is show.
2)How the froms of the purchase sample are implemented? I mean user must fill out the forms and submit them in order to run several tasks of this process, but it is not clear for me where these forms are defined. Are they defined in the BPEL file?
3) I am very interested to run the purchase sample to see its execution. How can I do this? I mean I want to fill out the forms and track its execution, but I donât know how to do this. I think that âant testâ only tests this process and does not provide the possibility of running the whole of process.
Thanks a lot for your help,
Arman
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141949#4141949
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4141949
18 years