Jarek, What broke? Axis2 needs the latest XmlSchema 1.1 is not even the latest. 1.2 is the latest but we have found bugs in that too.
-- dims On 4/10/07, Jarek Gawor <[EMAIL PROTECTED]> wrote:
Dims, Thanks for breaking CXF with this change :) Jarek On 4/10/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Author: dims > Date: Tue Apr 10 03:33:06 2007 > New Revision: 527089 > > URL: http://svn.apache.org/viewvc?view=rev&rev=527089 > Log: > need latest XmlSchema SNAPSHOT for Axis2 > > Modified: > geronimo/server/trunk/configs/axis2-deployer/src/plan/plan.xml > geronimo/server/trunk/configs/axis2/pom.xml > geronimo/server/trunk/configs/cxf-deployer/src/plan/plan.xml > geronimo/server/trunk/configs/cxf/pom.xml > geronimo/server/trunk/modules/geronimo-axis2/pom.xml > geronimo/server/trunk/pom.xml > > Modified: geronimo/server/trunk/configs/axis2-deployer/src/plan/plan.xml > URL: http://svn.apache.org/viewvc/geronimo/server/trunk/configs/axis2-deployer/src/plan/plan.xml?view=diff&rev=527089&r1=527088&r2=527089 > ============================================================================== > --- geronimo/server/trunk/configs/axis2-deployer/src/plan/plan.xml (original) > +++ geronimo/server/trunk/configs/axis2-deployer/src/plan/plan.xml Tue Apr 10 03:33:06 2007 > @@ -102,7 +102,7 @@ > <artifactId>axiom-impl</artifactId> > </dependency> > <dependency> > - <groupId>org.apache.ws.commons</groupId> > + <groupId>org.apache.ws.commons.schema</groupId> > <artifactId>XmlSchema</artifactId> > </dependency> > <dependency> > > Modified: geronimo/server/trunk/configs/axis2/pom.xml > URL: http://svn.apache.org/viewvc/geronimo/server/trunk/configs/axis2/pom.xml?view=diff&rev=527089&r1=527088&r2=527089 > ============================================================================== > --- geronimo/server/trunk/configs/axis2/pom.xml (original) > +++ geronimo/server/trunk/configs/axis2/pom.xml Tue Apr 10 03:33:06 2007 > @@ -125,7 +125,7 @@ > <artifactId>axiom-impl</artifactId> > </dependency> > <dependency> > - <groupId>org.apache.ws.commons</groupId> > + <groupId>org.apache.ws.commons.schema</groupId> > <artifactId>XmlSchema</artifactId> > </dependency> > <dependency> > > Modified: geronimo/server/trunk/configs/cxf-deployer/src/plan/plan.xml > URL: http://svn.apache.org/viewvc/geronimo/server/trunk/configs/cxf-deployer/src/plan/plan.xml?view=diff&rev=527089&r1=527088&r2=527089 > ============================================================================== > --- geronimo/server/trunk/configs/cxf-deployer/src/plan/plan.xml (original) > +++ geronimo/server/trunk/configs/cxf-deployer/src/plan/plan.xml Tue Apr 10 03:33:06 2007 > @@ -123,7 +123,7 @@ > <type>jar</type> > </dependency> > <dependency> > - <groupId>org.apache.ws.commons</groupId> > + <groupId>org.apache.ws.commons.schema</groupId> > <artifactId>XmlSchema</artifactId> > <type>jar</type> > </dependency> > > Modified: geronimo/server/trunk/configs/cxf/pom.xml > URL: http://svn.apache.org/viewvc/geronimo/server/trunk/configs/cxf/pom.xml?view=diff&rev=527089&r1=527088&r2=527089 > ============================================================================== > --- geronimo/server/trunk/configs/cxf/pom.xml (original) > +++ geronimo/server/trunk/configs/cxf/pom.xml Tue Apr 10 03:33:06 2007 > @@ -121,7 +121,7 @@ > <artifactId>cxf-tools-common</artifactId> > </dependency> > <dependency> > - <groupId>org.apache.ws.commons</groupId> > + <groupId>org.apache.ws.commons.schema</groupId> > <artifactId>XmlSchema</artifactId> > </dependency> > <dependency> > > Modified: geronimo/server/trunk/modules/geronimo-axis2/pom.xml > URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-axis2/pom.xml?view=diff&rev=527089&r1=527088&r2=527089 > ============================================================================== > --- geronimo/server/trunk/modules/geronimo-axis2/pom.xml (original) > +++ geronimo/server/trunk/modules/geronimo-axis2/pom.xml Tue Apr 10 03:33:06 2007 > @@ -113,7 +113,7 @@ > <artifactId>axiom-impl</artifactId> > </dependency> > <dependency> > - <groupId>org.apache.ws.commons</groupId> > + <groupId>org.apache.ws.commons.schema</groupId> > <artifactId>XmlSchema</artifactId> > </dependency> > <dependency> > > Modified: geronimo/server/trunk/pom.xml > URL: http://svn.apache.org/viewvc/geronimo/server/trunk/pom.xml?view=diff&rev=527089&r1=527088&r2=527089 > ============================================================================== > --- geronimo/server/trunk/pom.xml (original) > +++ geronimo/server/trunk/pom.xml Tue Apr 10 03:33:06 2007 > @@ -1198,9 +1198,9 @@ > </dependency> > > <dependency> > - <groupId>org.apache.ws.commons</groupId> > + <groupId>org.apache.ws.commons.schema</groupId> > <artifactId>XmlSchema</artifactId> > - <version>1.1</version> > + <version>SNAPSHOT</version> > </dependency> > > <dependency> > > >
-- Davanum Srinivas :: http://wso2.org/ :: Oxygen for Web Services Developers
