Re: Build Failed in Openejb builder
Actually, jaxb should to be downgraded to 2.0.0. -sachin On Apr 11, 2007, at 6:00 AM, Kevan Miller wrote: On Apr 11, 2007, at 5:45 AM, Lasantha Ranaweera wrote: Kevan, Thanks for the reply. Yes now it is over and CXF gives following. Missing: -- 1) com.sun.xml.bind:jaxb-impl:jar:2.0.5 Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=com.sun.xml.bind - DartifactId=jaxb-impl \ -Dversion=2.0.5 -Dpackaging=jar -Dfile=/path/to/file Path to dependency: 1) org.apache.geronimo.modules:geronimo-cxf:jar:2.0-SNAPSHOT 2) org.apache.cxf:cxf-rt-frontend-jaxws:jar:2.0-incubator-RC-SNAPSHOT 3) org.apache.cxf:cxf-tools-common:jar:2.0-incubator-RC-SNAPSHOT 4) com.sun.xml.bind:jaxb-impl:jar:2.0.5 Lasantha, The following should fix your immediate problem. edit geronimo/server/trunk/pom.xml search for jaxb-impl change the from 2.0.3 to 2.0.5. I'm guessing that this is a pretty safe upgrade. However, I'll let someone more familiar with our jaxb usage make the change... --kevan
Re: Build Failed in Openejb builder
Lasantha, The following should fix your immediate problem. edit geronimo/server/trunk/pom.xml search for jaxb-impl change the from 2.0.3 to 2.0.5. I'm guessing that this is a pretty safe upgrade. However, I'll let someone more familiar with our jaxb usage make the change... --kevan Kevan, Thanks Again. Even though I did the change problem is still there. I couldn't find a M2 repo which has published jaxb-imp 2.0.5 too. May be I am missing something important here. Hopefully Jarek or Dims will give us a light here. Lasantha
Re: Build Failed in Openejb builder
On Apr 11, 2007, at 5:45 AM, Lasantha Ranaweera wrote: Kevan, Thanks for the reply. Yes now it is over and CXF gives following. Missing: -- 1) com.sun.xml.bind:jaxb-impl:jar:2.0.5 Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=com.sun.xml.bind - DartifactId=jaxb-impl \ -Dversion=2.0.5 -Dpackaging=jar -Dfile=/path/to/file Path to dependency: 1) org.apache.geronimo.modules:geronimo-cxf:jar:2.0-SNAPSHOT 2) org.apache.cxf:cxf-rt-frontend-jaxws:jar:2.0-incubator-RC-SNAPSHOT 3) org.apache.cxf:cxf-tools-common:jar:2.0-incubator-RC-SNAPSHOT 4) com.sun.xml.bind:jaxb-impl:jar:2.0.5 Lasantha, The following should fix your immediate problem. edit geronimo/server/trunk/pom.xml search for jaxb-impl change the from 2.0.3 to 2.0.5. I'm guessing that this is a pretty safe upgrade. However, I'll let someone more familiar with our jaxb usage make the change... --kevan
Re: Build Failed in Openejb builder
Kevan, Thanks for the reply. Yes now it is over and CXF gives following. Missing: -- 1) com.sun.xml.bind:jaxb-impl:jar:2.0.5 Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=com.sun.xml.bind -DartifactId=jaxb-impl \ -Dversion=2.0.5 -Dpackaging=jar -Dfile=/path/to/file Path to dependency: 1) org.apache.geronimo.modules:geronimo-cxf:jar:2.0-SNAPSHOT 2) org.apache.cxf:cxf-rt-frontend-jaxws:jar:2.0-incubator-RC-SNAPSHOT 3) org.apache.cxf:cxf-tools-common:jar:2.0-incubator-RC-SNAPSHOT 4) com.sun.xml.bind:jaxb-impl:jar:2.0.5 -- 1 required artifact is missing. for artifact: org.apache.geronimo.modules:geronimo-cxf:jar:2.0-SNAPSHOT from the specified remote repositories: central (http://repo1.maven.org/maven2), apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository), apache-snapshots (http://people.apache.org/repo/m2-snapshot-repository), codehaus-snapshots (http://snapshots.repository.codehaus.org), apache-incubator (http://people.apache.org/repo/m2-incubating-repository/), tomcat-m2-repo (http://tomcat.apache.org/dev/dist/m2-repository) [INFO] [INFO] For more information, run Maven with the -e switch [INFO] [INFO] Total time: 7 minutes 18 seconds [INFO] Finished at: Wed Apr 11 15:08:43 LKT 2007 [INFO] Final Memory: 89M/974M [INFO] Lasantha Kevan Miller wrote: On Apr 11, 2007, at 4:32 AM, lasantha wrote: Hi Folks, G source code build failed in rev. 527408 with following error. Any ideas? I think this should be fixed by 527416 --kevan
Re: Build Failed in Openejb builder
On Apr 11, 2007, at 4:32 AM, lasantha wrote: Hi Folks, G source code build failed in rev. 527408 with following error. Any ideas? I think this should be fixed by 527416 --kevan
