[jboss-user] [JBoss Web Services Users] - Re: Failed to load org.jboss.wsf.spi.invocation.WebServiceCo

2009-12-09 Thread pa12399
Yes, I did use ant deploy-jboss423 to update the webservices on JBoss 4.2.3. It is still giving this exception. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4269795#4269795 Reply to the post :

[jboss-user] [JBoss Web Services Users] - Re: How to recieve RPC/encoded SOAP messages in JBoss5?

2009-12-08 Thread pa12399
Hi I am having the exact same issue as well. One of my clients is using RPC encoded in their WSDL, which I am having to call. So, I am unable to port the client into the latest version of JBoss. Any pointers would be greatly appreciated. View the original post :

[jboss-user] [JBoss Web Services Users] - Re: Failed to load org.jboss.wsf.spi.invocation.WebServiceCo

2009-12-08 Thread pa12399
I had copied ant.properties.example to ant.properties. Then I modified the path in that file to where my JBoss isntance was loaded and then invoked ant to do the install i.e. ant -f ant.properties View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4269597#4269597

[jboss-user] [JBoss Web Services Users] - Re: JBoss 4.2.2 JDK1.5 Webservice user-defined Exception han

2009-12-03 Thread pa12399
I finally got this to work. I followed this excellent article on how to handle user-defined exceptions in webservices. http://io.typepad.com/eben_hewitt_on_java/2009/07/using-soap-faults-and-exceptions-in-java-jaxws-web-services.html View the original post :

[jboss-user] [JBoss Web Services Users] - Re: Problem installing jbossws-native-3.1.1.GA onto jboss-4.

2009-12-02 Thread pa12399
Hi I am having the exact same issue. Were you able to resolve the issue? Any pointers would be greatly appreciated. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4268616#4268616 Reply to the post :

[jboss-user] [JBoss Web Services Users] - Failed to load org.jboss.wsf.spi.invocation.WebServiceContex

2009-12-02 Thread pa12399
Hi I updated the WS native stack on JBoss 4.2.3 with jbossws-native-3.1.1GA. I am trying to deploy my webservices and I am getting all exceptions in server.log 2009-12-02 13:33:40,372 DEBUG [org.jboss.wsf.framework.DefaultSPIProvider] provide SPI 'class

[jboss-user] [JBoss Web Services Users] - Re: Installing and Configuing jbossws for JBOSS App server -

2009-12-01 Thread pa12399
Hi I am having some errors while deploying webservices. I am using JBoss 4.2.2. So, I tried to update the native webservice stack on JBoss 4.2.2 and I found out that the latest stack that is compatible with JBoss 4.2.2 is jbossws-native-3.0.5. But I could not find jbossws-native-3.0.5 under

[jboss-user] [JBoss Web Services Users] - Re: Reg Installation

2009-12-01 Thread pa12399
I am having a similar issue. I am using JBoss AS 4.2.2GA. I am trying to upgrade to the latest WS native stack - i.e. 3.0.5 that is compatible with JBoss AS 4.2.2. But I am unable to find a link from where I can download 3.0.5 stack. Can someone please help me with this issue? Thank you View

[jboss-user] [JBoss Web Services Users] - Re: cus tom fault mapping with jax-rpc‏

2009-11-17 Thread pa12399
Hi I am encountering the same issue - I am unable to deploy a webservice with user-defined exception. I am using JBoss 4.2.2GA and JDK1.5. Did you resolve your problem of having user-defined faults? Please share your experience. View the original post :

[jboss-user] [JBoss Web Services Users] - JBoss 4.2.2 JDK1.5 Webservice user-defined Exception handlin

2009-11-16 Thread pa12399
Hi I am trying to write a webservice, that throws a user-defined exception. I am using bottom-up approach and when I package and deploy the webservice in JBoss 4.2.2 AS, I am getting exceptions. Looks like it does not like the way the BaseErrorType (user-defined exception) is defined. How do I

[jboss-user] [Installation, Configuration DEPLOYMENT] - Configuring default error page

2009-01-22 Thread pa12399
Hi I am using JBoss 4.2.2 I am trying to configure a default error handling, where the error handling component is a servelt, which will simply catch the exceptions which are not caught by the other application servlet and then log it in a specific format. I have created this entry in

[jboss-user] [JBossWS] - Does uppercase or lowercase matter in WebParam *name*

2008-12-16 Thread pa12399
I am using Jboss 4.2.2 to deploy my webservice. I am using jax-ws annotations in my POJO to convert to webservice and JBoss will generate the WSDL while deploying. I am getting deployment error, when I use WebParam annotation and the name of the parameter starts with an uppercase letter. How

[jboss-user] [JBossWS] - problem deploying webservice using JBoss 4.2.2 and native we

2008-11-19 Thread pa12399
Hi I created a webservice using bottom-up approach and using annotations. When I deploy the service, the WSDL that got generated does not seem to contain the correct host. It is still showing ${jboss.ws.host} Where should I configure this? Because of this, the service is not getting deployed