[jboss-user] [JBoss jBPM] - Re: BPEL Installation - NewBie
alex.guizar@jboss.com
do-not-reply at jboss.com
Sat Feb 17 19:02:53 EST 2007
Try http://localhost:8080/hello/greeter?wsdl to get the WSDL document of the service directly to your browser and confirm the server is running.
A response of "GET not supported" instead of "404 not found" already indicates that the web service is up and running. As Ronald says, SOAP requires the POST method.
The J2EE client (hello-client.jar) is deployed automatically by the ant script before it runs the unit test. You don't need to deploy it manually. If you are running into problems, please post the stack trace and server log and we'll try to help.
anonymous wrote : So, now I want to know which versions of following
|
| jboss
| jdk
| jbpm
| bpel
|
| I should use get working my BPEL hello world example.
The user guide mentions that jBPM BPEL has been tested in JBoss AS 4.0.3.SP1, 4.0.4.GA and 4.0.5.GA in the default configuration.
jdk-1.4.2 and 1.5.0 both work well, provided you endorse the XML APIs as described in the manual.
Regarding jBPM, use the version that comes with the BPEL distribution. Again, the user guide explicitly says that you do not need to download jBPM separately because the required libraries are already provided.
The alpha series of jBPM BPEL used jBPM 3.0.x. The beta series used jBPM 3.1.x, except for the latest beta3 which already uses jBPM 3.2.beta1. Generally, you can replace the jBPM jars provided with the BPEL distribution with any version of the same branch, but only the bundled version has been tested.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4018328#4018328
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4018328
More information about the jboss-user
mailing list