jboss « axis « Java Enterprise Q&A





1. Long running webservice architecture    stackoverflow.com

We use axis2 for building our webservices and a Jboss server to run the logic of all of our applications. We were asked to build a webservice that talks to a ...

2. JBoss 5.x and Axis2    stackoverflow.com

What libraries are required to run a Web Service Client that has been generated from Axis 2 on JBoss. So far I have not found anything in my searches. I assume ...

3. How can I exclude jbossws libs (in Jboss 5.1.x common/lib) from being loaded by my project?    stackoverflow.com

I am using JBoss 5.1.0GA which has the jbossws jars in the common/lib folder. My project relies on a connection to a 3rd party system (via web services). The ...

4. Axis 2 generated code in "Expanded Mode"    stackoverflow.com

I'm having some problems understanding how to send a request to a web service that I have deployed. I have followed the following tutorial: http://wso2.org/library/1719 Which I have successfully applied, and ...

5. Axis and JBOSS    coderanch.com

6. Axis 1.2 on JBoss 4.0    coderanch.com

7. Help! Install Axis to JBoss Error    coderanch.com

8. Install Axis 1.2.1 on JBoss 4.x    coderanch.com

9. how to install a standalone axis on jboss 4.0 (failed to compile .jws)    coderanch.com

I tried to install a standalone axis on jboss 4.0. I copied 'axis' folder to jboss 'deploy' folder, rename from 'axis' to 'axis.war'. Create a new file jboss-web.xml and add a context root '/axis'. Now, start the jboss server, I can view happyaxis.jsp. Everything looks fine except when I try to visit EchoHeaders.jws. The axis failed to compile by not finding ...





10. Axis 1.4 NoClassDefFoundError on JBoss    coderanch.com

Hi all, We have an application deployed on JBoss 4.0.4. Some parts of the application depend on accessing some web services. We are using Apache Axis 1.4 for that. We had a need to deploy another version of a running application on the same server. After doing so, I noticed that the EJB classes are loaded in a shared class loader, ...

11. AXIS and JWDSP together in JBOSS 4.0    coderanch.com

12. Calling Axis2 WebService deployed on JBoss5    coderanch.com

I solved the problem. The problem was that the generated client used my computer's IP address, and JBoss was configured to run on localhost. There are 2 ways to solve this: 1. The better solution is to make JBoss run on the IP address and not on localhost. This is done by using the parameter -b when running JBoss. For example ...

13. Axis deploed in Jboss    coderanch.com

Hi, I have an axis web service deployed on the jboss 5.1 container. I keep getting the Initial SessionFactory creation failed. org.hibernate.MappingNotFoundException: resource: It says my .hbm file is not found. The hbm files exists in my axis archive file which is deployed under /usr/local/jboss/server/web/deploy/axis2.war/WEB-I NF/services Does anyone know why it can't find the hbm files. Hibernate cfg file location is ...

14. Axis2 webservice on jboss 4.2.3    coderanch.com

Hi folks ! I'm new to axis2 framework and I decided to build up a pair of webservices to make some tests.... I followed the tutorial: http://www.softwareagility.gr/index.php?q=node/21 I did exactly the whole thing and it works fine on tomcat, so I tried to follow the same steps to Jboss, But when I created the service, the Eclipse builds an EAR and ...

16. AXIS2 web service client on JBOSS    forums.oracle.com

System.setProperty("javax.net.ssl.keyStore", keyStore); System.setProperty("javax.net.ssl.keyStorePassword", keyStorePassword); but i have this problem: 16:39:22,296 INFO [HttpMethodDirector] I/O exception (java.net.SocketException) caught when processing request: Unconnected sockets not implemented 16:39:22,296 INFO [HttpMethodDirector] Retrying request 16:39:22,296 INFO [HttpMethodDirector] I/O exception (java.net.SocketException) caught when processing request: Unconnected sockets not implemented 16:39:22,296 INFO [HttpMethodDirector] Retrying request 16:39:22,296 INFO [HttpMethodDirector] I/O exception (java.net.SocketException) caught when processing request: Unconnected sockets not implemented ...