[jboss-user] [JBoss jBPM] - Re: BPEL generate-artifacts error

2007-03-01 Thread frostp
Hmmm, Nope, it's a different exception it just prevents the WAR file from being built. The stack trace is: 15:20:19,554 ERROR [MainDeployer] Could not create deployment: file:/D:/developm | ent/jboss-4.0.4.GA/server/default/deploy/listadmin.war | org.jboss.ws.WSException: Cannot find port

[jboss-user] [JBoss jBPM] - Re: wscompile fails to generate artifacts for included xsd

2007-02-28 Thread frostp
Hi, meghanai_99, I have the same issue as you do, however I am using a schema that's defined inside the WSDL. (Ironically I'm now thinking about using an XSD to define my custom types!) My project sounds pretty much like what you are trying to achieve as well (hello world + WS call) I have

[jboss-user] [JBoss jBPM] - Re: BPEL generate-artifacts error

2007-02-28 Thread frostp
HI, Thanks for the suggestions. Swapped the order of the in-line schema but had no effect. Also installed jwsdp2.0 and set up wscompile. Running this allowed me to generate-artifacts and deploy but the error message I got from wstools on my client side from before now appears on the server

[jboss-user] [JBoss jBPM] - BPEL generate-artifacts error

2007-02-27 Thread frostp
'java:com.ericsson.listManagement.models', but components from this namespace are not referenceable from schema document 'file:/C:/DOCUME~1/frostp/LOCALS~1/Temp/JBossWS_com_ericsson_listadmindbservice_webservices25724.xsd'. If this is the incorrect namespace, perhaps the prefix of 'java:ServiceListRef' needs to be changed

[jboss-user] [JBoss jBPM] - jBPM BPEL Eclipse Process Designer interworking

2007-02-23 Thread frostp
Has anybody managed to get a BPEL process designed using the eclipse process designer deploying on to jBoss+BPEL? Alternatively, has anybody managed to read in the example processes (Hello, ATM et al) into the process designer to show anything other than a start point and an end point?

[jboss-user] [JBoss jBPM] - Re: jBPM BPEL Eclipse Process Designer interworking

2007-02-23 Thread frostp
Maybe it would help if I specified the version numbers: eclispe WTP 1.5.2 (bundle) with BPEL editor/model 0.2.0 plugin jBoss 4.0.4.GA jBPM-BPEL-1.1.beta3 jdk-1.5.0_11 cheers View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4021081#4021081 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Error testing Hello World BPEL on JBoss 4.0.5

2007-02-14 Thread frostp
Hi all, Problem solved. Basically if I set ANT_OPTS=-Djava.endorsed.dirs=...\jboss-4.0.4.GA\lib\endorsed -Dcom.sun.xml.namespace.QName.useCompatibleSerialVersionUID=1.0 then the Hello World example works fine. I also found the serialVersionUID resolution on this forum. I now have the

[jboss-user] [JBoss jBPM] - Re: Error testing Hello World BPEL on JBoss 4.0.5

2007-02-13 Thread frostp
Hi Alex, Thanks for the info. I've tried in vain to get it going. I have tried both solutions: anonymous wrote : (a) copy the jars from jboss-4.0.4.GA\lib\endorsed to jdk.1.5.0_11\jre\lib\endorsed or (b) set the java.endorsed.dirs system property to jboss-4.0.4.GA\lib\endorsed. but to no

[jboss-user] [JBoss jBPM] - Re: Error testing Hello World BPEL on JBoss 4.0.5

2007-02-12 Thread frostp
Hi, I realize this thread is quite old but I too am having the same problem testing the hello-world BPEL service. And the resolution quoted does not appear to work for me. So I wondered if anybody could help me still. My problem is exactly the same 'serialVersionUID' class incompatible issues