You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by uib <ur...@yahoo.com> on 2012/01/18 15:31:45 UTC

Re: consuming web service runtime modeler error: Wrapper class not found

Does anyone have any clue about this. 
why on some computers this would be a problem and on some not.

--
View this message in context: http://cxf.547215.n5.nabble.com/consuming-web-service-runtime-modeler-error-Wrapper-class-not-found-tp5154080p5154983.html
Sent from the cxf-user mailing list archive at Nabble.com.

Re: consuming web service runtime modeler error: Wrapper class not found

Posted by Daniel Kulp <dk...@apache.org>.
On Monday, January 30, 2012 1:12:38 AM robs wrote:
> I have exactly the same problem and it seems that like mentioned by the
> other poster
> that 1.6.0_13 is the problem.
> 
> I have used CXF to auto generate code and I used Spring as the
> (JaxWsPortProxyFactoryBean) proxy.
> What I am using this code for is a SOAP client.
> 
> Which jars do I need to get the auto-generated code to run.
> http://cxf.apache.org/docs/writing-a-service-with-spring.html
> 
> As this guide shows do I really need all Jars?

There is likely more information about needed jars at in the WHICH_JARS file 
at:

http://svn.apache.org/repos/asf/cxf/trunk/distribution/src/main/release/lib/

Dan


> 
> 
> 
> 
> 
> --
> View this message in context:
> http://cxf.547215.n5.nabble.com/consuming-web-service-runtime-modeler-error
> -Wrapper-class-not-found-tp5154080p5440845.html Sent from the cxf-user
> mailing list archive at Nabble.com.
-- 
Daniel Kulp
dkulp@apache.org - http://dankulp.com/blog
Talend Community Coder - http://coders.talend.com

Re: consuming web service runtime modeler error: Wrapper class not found

Posted by robs <se...@hotmail.com>.
I have exactly the same problem and it seems that like mentioned by the other
poster
that 1.6.0_13 is the problem.

I have used CXF to auto generate code and I used Spring as the
(JaxWsPortProxyFactoryBean) proxy.
What I am using this code for is a SOAP client.

Which jars do I need to get the auto-generated code to run.
http://cxf.apache.org/docs/writing-a-service-with-spring.html

As this guide shows do I really need all Jars?

 



--
View this message in context: http://cxf.547215.n5.nabble.com/consuming-web-service-runtime-modeler-error-Wrapper-class-not-found-tp5154080p5440845.html
Sent from the cxf-user mailing list archive at Nabble.com.

Re: consuming web service runtime modeler error: Wrapper class not found

Posted by Daniel Kulp <dk...@apache.org>.
On Thursday, January 19, 2012 8:03:11 AM uib wrote:
> i saw that the machine that had the problem had java version 1.6.0_13, while
> the machine that created the code and another machine it worked on had java
> version 1.6.0_17.
> when I upgraded the machine with the problem to 1.6.0_17 it worked.
> Why would the different java versions cause this problem.

As mentioned, the classpath didn't contain the CXF jars so it was picking up 
the version of JAX-WS found in the JDK.   They change/update  the version in 
the JDK periodically and thus fix some issues and introduce new ones.    

-- 
Daniel Kulp
dkulp@apache.org - http://dankulp.com/blog
Talend Community Coder - http://coders.talend.com

Re: consuming web service runtime modeler error: Wrapper class not found

Posted by uib <ur...@yahoo.com>.
i saw that the machine that had the problem had java version 1.6.0_13, while
the machine that created the code and another machine it worked on had java
version 1.6.0_17.
when I upgraded the machine with the problem to 1.6.0_17 it worked.
Why would the different java versions cause this problem. 

--
View this message in context: http://cxf.547215.n5.nabble.com/consuming-web-service-runtime-modeler-error-Wrapper-class-not-found-tp5154080p5158085.html
Sent from the cxf-user mailing list archive at Nabble.com.

Re: consuming web service runtime modeler error: Wrapper class not found

Posted by Daniel Kulp <dk...@apache.org>.
On Wednesday, January 18, 2012 6:31:45 AM uib wrote:
> Does anyone have any clue about this.
> why on some computers this would be a problem and on some not. 

Yea.  It's not picking up CXF.   It's using the JAX-WS implementation found in 
the JDK which requires all the wrapper classes to be pre-generated and 
compiled.      Make sure you are grabbing CXF jars on the classpath.

Dan



> 
> --
> View this message in context:
> http://cxf.547215.n5.nabble.com/consuming-web-service-runtime-modeler-error
> -Wrapper-class-not-found-tp5154080p5154983.html Sent from the cxf-user
> mailing list archive at Nabble.com.
-- 
Daniel Kulp
dkulp@apache.org - http://dankulp.com/blog
Talend Community Coder - http://coders.talend.com