1. What is the cause and how to fix 503 errors with this in Apache error_log: "Broken pipe: ajp_ilink_send(): send failed" stackoverflow.comI'm having intermittent problems with a servlet running on JBoss, with Apache forwarding it all requests via mod_proxy_ajp.so. Sometimes, for REST requests, I get 503 errors from Apache. When this happens, the ... |
2. which web services stacks are supported on JBoss AS 5? stackoverflow.comI've been trying to find this info in JBoss docs/forums/WIKIs - but could not get a concise answer to this question: Which web services stacks are supported (or you can make work ... |
3. Java Classpath Issues with Webservices(CXF) and Jboss stackoverflow.comI am using CXF(which autogenerates my webservices in my pom.xml from my wsdl) with JBoss(eclipse ide), and I am having some trouble accessing the webservice from my web application. I ... |
4. Java Webservice java.lang.ClassCastException: org.apache.cxf.jaxws.ServiceImpl stackoverflow.comI am using Maven, CXF 2.2.7, JBoss 4.2.3 and JRE 1.5 Updated I have a Webservice that I can see on the server by using the URL myURL/myService?wsdl I am trying to develop ... |
5. Advantage of RESTEasy over Apache CXF? stackoverflow.comI have Restful web-service implemented using Apache CXF. Since I am going to use JBoss for deployment, I am thinking of moving to RESTEasy as it provides better JBoss integration. What are ... |
6. org.apache.cxf.BusException: No DestinationFactory was found for the namespace http://schemas.xmlsoap.org/soap/http/ stackoverflow.comIn a wsdl-file I have the following line: When I deploy the webapplication (on JBOSS 5.1.0) and try to access the wsdl I get the following exception:
|
7. How to intergrate Apache CXF in JBoss 4.0 coderanch.comHi! First of all, I think this depends on what functionality in the CXF you use. With this said, I just wanted to let you know that I have developed web services using Apache CXF where I included the CXF JARs I needed in the web application WEB-INF/lib folder only. Thus, no need to place them in the server, as far ... |