You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Davanum Srinivas <da...@gmail.com> on 2007/04/11 00:07:31 UTC

CXF Break (Re: svn commit: r527089 - in /geronimo/server/trunk: configs/axis2-deployer/src/plan/plan.xml configs/axis2/pom.xml configs/cxf-deployer/src/plan/plan.xml configs/cxf/pom.xml modules/geronimo-axis2/pom.xml pom.xml)

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 <jg...@gmail.com> wrote:
> Dims,
>
> Thanks for breaking CXF with this change :)
>
> Jarek
>
> On 4/10/07, dims@apache.org <di...@apache.org> 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

Re: CXF Break (Re: svn commit: r527089 - in /geronimo/server/trunk: configs/axis2-deployer/src/plan/plan.xml configs/axis2/pom.xml configs/cxf-deployer/src/plan/plan.xml configs/cxf/pom.xml modules/geronimo-axis2/pom.xml pom.xml)

Posted by Jarek Gawor <jg...@gmail.com>.
Dims,

I'm getting the following error if I use XmlSchema SNAPSHOT but works
fine with 1.2:

java.lang.IncompatibleClassChangeError
        at org.apache.cxf.service.factory.ReflectionServiceFactoryBean.initializeWrappedSchema(ReflectionServiceFactoryBean.java:385)
        at org.apache.cxf.service.factory.ReflectionServiceFactoryBean.buildServiceFromClass(ReflectionServiceFactoryBean.java:217)
        at org.apache.cxf.service.factory.ReflectionServiceFactoryBean.initializeServiceModel(ReflectionServiceFactoryBean.java:227)
        at org.apache.cxf.service.factory.ReflectionServiceFactoryBean.create(ReflectionServiceFactoryBean.java:127)
        at org.apache.geronimo.cxf.pojo.POJOEndpoint.<init>(POJOEndpoint.java:72)
        at org.apache.geronimo.cxf.pojo.POJOWebServiceContainer.publishEndpoint(POJOWebServiceContainer.java:36)
        at org.apache.geronimo.cxf.CXFWebServiceContainer.<init>(CXFWebServiceContainer.java:88)

I think I can fix that by forcing CXF to use 1.2 version for now.

Jarek

On 4/10/07, Davanum Srinivas <da...@gmail.com> wrote:
> 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 <jg...@gmail.com> wrote:
> > Dims,
> >
> > Thanks for breaking CXF with this change :)
> >
> > Jarek
> >
> > On 4/10/07, dims@apache.org <di...@apache.org> 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
>