[JBoss-user] [JBossWS] - Dependencies for running JMS Transport sample

2006-05-30 Thread pechetty
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

[JBoss-user] [JBossWS] - Re: Complex types mapping

2006-05-29 Thread pechetty
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

[JBoss-user] [JBossWS] - Re: service not bound

2006-05-29 Thread pechetty
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

[JBoss-user] [JBossWS] - Re: service not bound

2006-05-26 Thread pechetty
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 ---

[JBoss-user] [JBossWS] - Re: service not bound

2006-05-26 Thread pechetty
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

[JBoss-user] [JBossWS] - Re: service not bound

2006-05-25 Thread pechetty
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.

[JBoss-user] [JBoss jBPM] - Re: Integrating with Eclipse

2006-05-24 Thread pechetty
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

[JBoss-user] [JBossWS] - Re: Complex types mapping

2006-05-24 Thread pechetty
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

[JBoss-user] [JBossWS] - Re: Complex types mapping

2006-05-24 Thread pechetty
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: