This content has been marked as final.
Show 3 replies
-
1. Re: Question about the JBoss CXF support
ldimaggio Aug 30, 2011 9:36 PM (in response to bfitzpat)I think you want: cxf-tools-wsdlto-core.jar
-
2. Re: Question about the JBoss CXF support
asoldano Aug 31, 2011 2:41 AM (in response to ldimaggio)Right, that's indeed the jar with the WSDLToJava class and is pulled/included in jbossws-cxf.
On the reasons for using that, I think they rely on the fact that that class is able to report the version to users (it's part of the wsdl2java tooling).
-
3. Re: Question about the JBoss CXF support
bfitzpat Aug 31, 2011 4:15 PM (in response to bfitzpat)Thanks guys. That's what I needed.