Re: Creating CXF war file... how to get proper dependencies??

2008-11-12 Thread Brad O'Hearne
Ack -- my bad. I was getting wires crossed with some other projects of mine, and particularly some problems I had with Axis. Axis has a package naming issue as it uses the reserved word "enum" as one of its package names, which causes hair pulling in JDK versions that support enums. Brad

Re: Creating CXF war file... how to get proper dependencies??

2008-11-12 Thread Daniel Kulp
Hmm Probably a good idea. The stuff I KNOW about: Sun JDK's: JDK's 1.5.0 07-12 have a bug in it that prevents the JAX-WS TCK from passing. If you get some "operation is wrong with respect to namespaces" type of error, it's due to that bug. JDK's 1.6 updates 0 - 3 use JAXB 2.0 an

Re: Creating CXF war file... how to get proper dependencies??

2008-11-12 Thread Ian Roberts
Brad O'Hearne wrote: > enumerations (supported in 1.6 but not in 1.5) I'm sure I've used enumerations in 1.5...? Ian -- Ian Roberts | Department of Computer Science [EMAIL PROTECTED] | University of Sheffield, UK

Re: Creating CXF war file... how to get proper dependencies??

2008-11-12 Thread Brad O'Hearne
rote: Perhaps my Maven POM files might be something you can use: http://www.jroller.com/gmazza/date/20080417#WFstep3 HTH, Glen Kent Narling wrote: Hi! I am trying to make a CXF webservice package in maven. -- View this message in context: http://www.nabble.com/Creating-CXF-war-

Re: Creating CXF war file... how to get proper dependencies??

2008-11-12 Thread Brad O'Hearne
rhaps my Maven POM files might be something you can use: http://www.jroller.com/gmazza/date/20080417#WFstep3 HTH, Glen Kent Narling wrote: Hi! I am trying to make a CXF webservice package in maven. -- View this message in context: http://www.nabble.com/Creating-CXF-war-file...-how-to-get-p

Re: Creating CXF war file... how to get proper dependencies??

2008-11-11 Thread Glen Mazza
CXF-war-file...-how-to-get-proper-dependencies---tp20448632p20448944.html Sent from the cxf-user mailing list archive at Nabble.com.

Re: Creating CXF war file... how to get proper dependencies??

2008-11-11 Thread Daniel Kulp
> > javax.xml > jaxb-api > 2.1 > > > com.sun.xml.bind > jaxb-xjc > 2.0.3 > compile > > > com.sun.xml.bind > jaxb-impl > 2.0.3 > > Umm... jaxb-api is 2.1, but you are including 2.0.x versions of jaxb-impl and xjc That definitely won't work. I would recommend 2.1 api jar and 2.1

Creating CXF war file... how to get proper dependencies??

2008-11-11 Thread Kent Närling
Hi! I am trying to make a CXF webservice package in maven. But it seems SO darn difficult to get the right dependencies! Either classes are missing or I get stupid collissions... Anyone have tips what dependencies to declare to be able to deploy a CXF war file on a fresh installed tomcat (5.5.27