Question about com.sun.tools.xjc.reader.internalizer being imported as mandatory in 2.6.x cxf-rt-databding-jaxb

2012-08-28 Thread Aki Yoshida
Hi, I noticed that cxf-rt-databiding-jaxb in 2.6.x is importing com.sun.tools.xjc.reader.internalizer (as mandatory). This package is only used in the dynamic client factory class of this component and in 2.5.x, this package was only optionally imported by the cxf-all bundle. So, I was wondering

Re: [VOTE] Release CXF Fediz 1.0.1

2012-08-28 Thread Daniel Kulp
+1 Dan On Aug 24, 2012, at 1:02 PM, Glen Mazza glen.ma...@gmail.com wrote: Hi all, this new release provides significant documentation updates within the samples as well as new sample keys to help clarify necessary trust requirements. Oli has also gotten some programmatic

Re: [VOTE] Release CXF Fediz 1.0.1

2012-08-28 Thread Sergey Beryozkin
+1 On Aug 24, 2012, at 1:02 PM, Glen Mazzaglen.ma...@gmail.com wrote: Hi all, this new release provides significant documentation updates within the samples as well as new sample keys to help clarify necessary trust requirements. Oli has also gotten some programmatic fixes/enhancements in.

Re: Question about com.sun.tools.xjc.reader.internalizer being imported as mandatory in 2.6.x cxf-rt-databding-jaxb

2012-08-28 Thread Daniel Kulp
On Aug 28, 2012, at 6:42 AM, Aki Yoshida elak...@gmail.com wrote: Hi, I noticed that cxf-rt-databiding-jaxb in 2.6.x is importing com.sun.tools.xjc.reader.internalizer (as mandatory). This package is only used in the dynamic client factory class of this component and in 2.5.x, this

[VOTE] [RESULTS] Release CXF Fediz 1.0.1

2012-08-28 Thread Glen Mazza
OK, I've counted 11 +1 votes (10 binding) and no other votes. This vote passes, I'll be releasing Fediz 1.0.1 shortly. Thanks, Glen Sergey Beryozkin-5 wrote +1 On Aug 24, 2012, at 1:02 PM, Glen Mazzalt;glen.mazza@gt; wrote: Hi all, this new release provides significant documentation

Re: Question about com.sun.tools.xjc.reader.internalizer being imported as mandatory in 2.6.x cxf-rt-databding-jaxb

2012-08-28 Thread Aki Yoshida
thanks. I updated it for trunk and 2.6.x. regards, aki 2012/8/28 Daniel Kulp dk...@apache.org: On Aug 28, 2012, at 6:42 AM, Aki Yoshida elak...@gmail.com wrote: Hi, I noticed that cxf-rt-databiding-jaxb in 2.6.x is importing com.sun.tools.xjc.reader.internalizer (as mandatory). This

Re: 2.6.2:wsdl2java - null pointer

2012-08-28 Thread ravi
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

Re: 2.6.2:wsdl2java - null pointer

2012-08-28 Thread Freeman Fang
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 forktrue/fork to cxf-codegen-plugin configuration can work around this issue. something like configuration forktrue/fork … … Freeman - Freeman Fang FuseSource