Re: Which CXF maven artifacts to include?

2009-02-19 Thread dale77
-transports-http 2.0.10 I found I had to exclude some geronimo dependencies of the cxf-rt-frontend-jaxws artifact for Tomcat5.5. dale77 wrote: > > Hi, > > I have a maven based project that includes a CXF wsdl2java generated web > service

Using wsdl2java behind a proxy server

2009-02-12 Thread dale77
Hello, how do I use wsdl2java behind a proxy server? I get "java.net.ConnectException: Connection refused: connect" trying to access an external wsdl on our LAN. Normally, I would configure our proxy server details with the software (e.g. curl -x proxy:3128 etc). How do I do this with wsdl2java?

Which CXF maven artifacts to include?

2009-02-10 Thread dale77
Hi, I have a maven based project that includes a CXF wsdl2java generated web service client library. My question is, which cxf artifact or artifacts should i include in my pom.xml? The list here is quite long: http://mvnrepository.com/artifact/org.apache.cxf Currently I am using:

Re: Using CXF in Oracle 11i on java 1.6.0_10

2009-01-27 Thread dale77
additional jars in the same jvm that the Oracle app server is running in. That says to me that all dependencies are satisfied by the bare 1.6.0_10 jvm... Why should I need to add CXF jars to the environment, given this fact? dkulp wrote: > > On Sunday 25 January 2009 3:05:24 pm dale77 wrote

Re: Using CXF in Oracle 11i on java 1.6.0_10

2009-01-25 Thread dale77
I added cxf-2.0.9.jar to the app server classpath, and set the system property as below, now I get: java.lang.NoClassDefFoundError: javax/wsdl/Definition Perhaps I need to add more jars? I'm curious though, how come the cxf call works fine in the bare jvm without any additional jars? It certai

Re: Using CXF in Oracle 11i on java 1.6.0_10

2009-01-22 Thread dale77
Thanks for your help. I tried putting the -DUseSunHttpHandler=true in the oracle jserv.properties file wrapper.bin.parameters=-DUseSunHttpHandler=true Unfortunately the same error remains. server_ninja wrote: > > I ran into a similar problem when working with Weblogic. > > There is a related

Using CXF in Oracle 11i on java 1.6.0_10

2009-01-22 Thread dale77
Hello, We are trying to use CXF 2.0.9 to call a webservice from a jsp in Oracle 11i, java 1.6.0_10. The call works fine outside of the oracle application server in the same jvm, but inside it fails with the following dump: com.sun.xml.internal.ws.client.ClientTransportException: HTTP transport e