• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

CXF 2.2.3 with RAD 7.5 that comes with WebSphere test server 6.1 with Servlet 2.4 spec

 
Ranch Hand
Posts: 281
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am using all the jars that come with CXF 2.2.3 to deploy a very simple Hello World proof of concept type application. The application does not get deployed in WebSphere 6.1 test server that comes with RAD 7.5 that uses Servlet 2.4 specification. I get the error below:


Publishing failed
Deployment from com.ibm.ast.ws.jaxws.deployer.JAXWSDeployer had errors:
Tools for WebSphere V6.1 must be installed in order to generate WebSphere V6.1 compliant code.

Any suggestion on how to run ANY VERSION of CXF in WebSphere test server 6.1 will be appreciated.
 
Sam Gehouse
Ranch Hand
Posts: 281
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am using the link below for learning purposes:

http://cwiki.apache.org/CXF20DOC/writing-a-service-with-spring.html

I am using CXF 2.1.6 in RAD 7.5 (WebSphere Test server 6.1, Servlet 2.4). I have placed all the jar files that come with CXF 2.1.6 in web-inf/lib folder of the application. I probably have more jar files that I need in that web-in/lib. However, that should not be an issue.

I get the following errors:

1. The server and the application (deployed in the server) both start. But I get a pop-up message saying:

Publishing failed
Deploying MyExampleWebService
Deployment from com.ibm.ast.ws.jaxws.deployer.JAXWSDeployer had errors:

Tools for WebSphere V6.1 must be installed in order to generate WebSphere V6.1 compliant code.

2. When I execute the client code as per the above example, I get the error below:





Any input will be appreciated.
Regards,
Sam
 
author
Posts: 3285
13
Mac OS X Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Looks like the server is executing and responding with a HTML stream as opposed to a WSDL stream? Not sure, but that's what it looks like to me...
 
reply
    Bookmark Topic Watch Topic
  • New Topic