[JBoss jBPM] - Problem in tesing helloworld example
by danesharman
Dear Friends,
I am running the HelloWorld example. When I execute the instructions mentioned in the jBPM-BPEL tutorial, all steps go on correctly except the last step for testing the sample. When I type execute "ant run-test", the following error message is shown :
run-test:
pack-client:
[jar] Warning: application-client.xml modified in the future.
[jar] Warning: jboss-client.xml modified in the future.
[jar] Building jar: D:\Tools\jbpm\jbpm-bpel-1.1.Beta3\jbpm-bpel-1.1.Beta3\
examples\hello\target\hello-client.jar
[junit] Running org.jbpm.bpel.tutorial.hello.HelloTest
[junit] Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 1 sec
BUILD FAILED
D:\Tools\jbpm\jbpm-bpel-1.1.Beta3\jbpm-bpel-1.1.Beta3\examples\common\ws-build.x
ml:262: Test org.jbpm.bpel.tutorial.hello.HelloTest failed
When I look at the hello-client.jar file the org.jbpm.bpel.tutorial.hello.HelloTest is not available. It seems that this file has not been packaged in the hello-client.jar
How could I solve this problem?
Thanks,
Arman
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116069#4116069
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4116069
17 years
[JBoss Seam] - GWT and SeamResourceServlet
by thoman23
Is anyone successfully using GWT 1.4 and Seam 2.0? I've noticed a few errors in the reference documentation regarding GWT integration and the remoting/gwt example doesn't work out of the box (the start page in the gwt-shell ant target is incorrect and the embedded tomcat server web.xml doesn't have any servlet mapping defined), so I'm wondering if I should spend any more time on this integration if the GWT integration is not really ready to be used.
My problem is in the RPC call from GWT to the SeamResourceServlet. I get a 404 "no resource found" message no matter what I do. I have also tried to go directly to http://localhost:8080//seam/resource/gwt directly in a browser, and I receive a 404 response. If I go to http://localhost:8080//seam/resource/remoting I received a 200 response with an empty body which is what I would expect. It seem like the GWT component is not even enabled in the SeamResourceServlet. Is there something else I should enable or configure? I have the seam resource servlet mapped in my web.xml to /seam/resource/* and I have tried using just about every URL variant in the client GWT RPC code (absolute URL above, "/seam/resource/gwt" and "GWT.getModuleBaseURL() + /seam/resource/gwt").
I'd really like to get this working, but don't want to spend much more time on it if GWT/Seam is just really not ready for prime-time.
Thanks for any help!
Anthony
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116068#4116068
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4116068
17 years
[Beginners Corner] - Re: jboss AS, jboss Web and php
by PeterJ
I got my php setup from work and have it running at home. The difference is that I used an older version of the php-related code. With the old code, you had to use the old package name, org.apache.catalina.servlets.php, instead of the new package name: org.jboss.web.php.
I examined the php5servlet.dll files. In both cases (the working setup from work and the non-working setup at home), the file has the same date - 9/11/2006. Examining that file with a hex editor, I will give you two guesses as to which package name it is using for the SAPI file. That's right, it is using the old name (org.apache.catalina.servlets.php).
The page http://labs.jboss.com/file-access/default/members/jbossweb/freezone/modul... has a link to the source code for php5servlet.dll (it is frustrating to find that most of the links on that page are broken - I get a "Sorry, you don't have access to this resource" error). I downloaded the source and it uses the new package name. Now I just have to get a compiler (never had one at home), or go back to work to compile the source.
I looked at the links on the download page http://labs.jboss.com/jbossweb/downloads/php/?action=a&windowstate=maximized. The windows download has version number 1.0.0.GA-SP1, while the others have 1.0.2. In addition, the url used for the windows download is very different from the other downloads. This leads me to believe that the windows download link was never updated to reference the latest build. It would be nice if someone on the JBoss team updated that link so that we can download the correct PHP module, with the latest php5servlet.dll.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116059#4116059
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4116059
17 years