You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by ravi <ra...@gmail.com> on 2012/08/29 00:08:15 UTC

Re: 2.6.2:wsdl2java - null pointer

Hi,

I am facing the similar issue.will going to the lesser(less that 2.6.2)
version will help this issue?

Thanks
Ravi



--
View this message in context: http://cxf.547215.n5.nabble.com/2-6-2-SNAPSHOT-wsdl2java-null-pointer-tp5712672p5713279.html
Sent from the cxf-dev mailing list archive at Nabble.com.

Re: 2.6.2:wsdl2java - null pointer

Posted by Freeman Fang <fr...@gmail.com>.
Hi,

Use CXF 2.6.1, you won't see this problem.

Also if you still need use CXF 2.6.2, as Dan pointed out, add <fork>true</fork> to cxf-codegen-plugin configuration can work around this issue.
something like
<configuration>
         <fork>true</fork>
…
…
Freeman
-------------
Freeman Fang

FuseSource
Email:ffang@fusesource.com
Web: fusesource.com
Twitter: freemanfang
Blog: http://freemanfang.blogspot.com
http://blog.sina.com.cn/u/1473905042
weibo: http://weibo.com/u/1473905042

On 2012-8-29, at 上午6:08, ravi wrote:

> Hi,
> 
> I am facing the similar issue.will going to the lesser(less that 2.6.2)
> version will help this issue?
> 
> Thanks
> Ravi
> 
> 
> 
> --
> View this message in context: http://cxf.547215.n5.nabble.com/2-6-2-SNAPSHOT-wsdl2java-null-pointer-tp5712672p5713279.html
> Sent from the cxf-dev mailing list archive at Nabble.com.