Has anyone run the JMS Transport sample ? the ant build complains
aboutorg.jboss.webservice.transport.jms.JMSTransportSupport.
While I can get the source from the fisheye link provided in the user guide and
try to compile it, is there a jar with all dependencies which i can use to run
the sample
Thanks Thomas.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947329#3947329
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947329
---
All the advantages of Linux Ma
Yes, that would be a problem, because you are trying to look up the service .
I have the service deployed on JBOSS AS and run the test case successfully.
Check your server log files to identify any other issues with your setup.
Here's the test case I use to test my client code.
import java.uti
http://wiki.jboss.org/wiki/Wiki.jsp?page=WS4EEClientAppl
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946743#3946743
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3946743
---
Sorry for the confusion. If your question is "why you shld create a mapping
file", you need not as Thomas's link below mentions.
If you build the sample using ant, it will generates the
jbossws-samples-jsr181pojo-client.jar and this jar contains the
jaxrpc-mapping.xml file.
You should still b
Check this link
http://wiki.jboss.org/wiki/Wiki.jsp?page=WS4EEClientAppl
Basically
jbossws-samples-jsr181pojo-client.jar(with application-client.xml,
jaxrpc-mapping.xml etc) should be deployed on the J2EE client set up.
You may want to set the jndi property j2ee.clientName to jbossws-client.
http://wiki.jboss.org/wiki/Wiki.jsp?page=JbpmGettingStarted
has all the steps needed to get it to run.
If you can be more specific on what errors you are getting, that will help.
Regards
Chander
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946389#3946389
Sonal,
Thanks for the link. So its the custom
org.jboss.webservice.client.ServiceFactoryImpl class thats being used. I was
able to run the sample. BTW, I didnt find any link from the main JBossWS Wiki
page, or did I miss something.
Thanks
Chander
View the original post :
http://www.jboss.c
Sonal,
Didn't find the method which allows to specify the mapping file for complex
types either in,
the jax-rpc 1.1 API's or the JBOSS's ServiceFactoryImpl createService method .
Which version are you guys talking about. I am on jboss-4.0.4.GA.
Thanks
Chander
View the original post :
http: