On Wed January 20 2010 11:38:43 am Marc Logemann wrote: > some more investigation: > > In version 2.1.4, everything was ok and the XmlSchema.jar was resolved > automaticly. With 2.2.5 this is no longer the case. I wanted to try 2.2.4 > or 2.2.3 to see when things have changed but with other 2.2.x versions i > am getting wstx-asl-3.2.8.jar issues with the maven2 central. It wont be > found. So at this point i have no clue. Of course i could manually place > the xmlSchema.jar as a dependency but as long as it looks like a bug in > some of the POMs of CXF, i would love to disucss that here.
Is it a bug in the poms or a bug in Ivy? I know if we use Maven, things are resolved properly from central as many of the bug test cases we get in using maven builds work fine. Also, if you wait till Monday or so, 2.2.6 should be in Central (providing the vote passes) which updates to wstx 3.2.9 which may fix that issue. (or point ivy at the staging area: https://repository.apache.org/content/repositories/orgapachecxf-057/ to test 2.2.6.) Dan > > > --- > regards > Marc Logemann > http://www.logemann.org > http://www.logentis.de > > Am 20.01.2010 um 12:28 schrieb Marc Logemann: > > Hi, > > > > after upgrading to 2.2.5 i am getting the error in the subject when > > bootstrapping my app. > > > > Here is my ivy.xml definition for getting the dependencies. > > > > > > <dependency org="org.apache.cxf" name="cxf-rt-frontend-jaxws" > > rev="2.2.5" conf="default"/> <dependency org="org.apache.cxf" > > name="cxf-rt-transports-http" rev="2.2.5" conf="default"/> > > > > I really dont know why XmlSchema.jar is missing as it seems. In fact it > > doesnt get downloaded with both dependencies in place. > > > > Has something changed with regard to latest version? > > > > Thanks for any info. > > > > > > --- > > regards > > Marc Logemann > > http://www.logemann.org > > http://www.logentis.de > -- Daniel Kulp [email protected] http://www.dankulp.com/blog
