These are the problems I encountered, encountering. openejb: ------------ 1. openejb/modules/pom.xml specified dependency on tranql-1.3-SNAPSHOT. That version of tranql doesn'tr exist. Think it should use 1.4-SNAPSHOT. It should also add dist.codehaus.org into it's <repository>
2. openejb/modules/pom.xml specified dependency on geronimo-spec:geronimo-spec-corba:1.0-SNAPSHOT which again doesn't exist. It should specify version 2.3-rc4. 3. openejb/modules/pom.xml specified dependency on org.codehaus.org:xmlbeans-maven-plugin:2.0.3-SNAPSHOT. Don't know where that version is deployed. Maybe that will fix the xmlbeans:xmlbeans-jsr173-api:jar:2.0-dev exclusion. If only we can find that repo. Changed it 2.0 and built it successfully. 4. unable to build configs/openejb-deployer. Caused by: org.apache.geronimo.kernel.config.InvalidConfigException: Error starting configuration gbean org.apache.geronimo.configs/openejb-deployer/1.2-SNAPSHOT/car Cheers Prasad On 6/26/06, Prasad Kashyap <[EMAIL PROTECTED]> wrote:
http://www.mail-archive.com/[email protected]/msg25378.html On 6/26/06, Jason Dillon <[EMAIL PROTECTED]> wrote: > What the heck is up with the xmlbeans plugin? > > I keep getting this from the top-level: > > <snip> > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] Failed to resolve artifact. > > Missing: > ---------- > 1) xmlbeans:xmlbeans-jsr173-api:jar:2.0-dev > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=xmlbeans - > DartifactId=xmlbeans-jsr173-api \ > -Dversion=2.0-dev -Dpackaging=jar -Dfile=/path/to/file > > Path to dependency: > 1) org.apache.geronimo.modules:geronimo-j2ee-builder:jar:1.2- > SNAPSHOT > 2) stax:stax:jar:1.1.1-dev > 3) xmlbeans:xmlbeans-jsr173-api:jar:2.0-dev > > ---------- > 1 required artifact is missing. > > for artifact: > org.apache.geronimo.modules:geronimo-j2ee-builder:jar:1.2-SNAPSHOT > > from the specified remote repositories: > central (http://repo1.maven.org/maven2), > codehaus-dist (http://dist.codehaus.org), > Apache CVS (http://people.apache.org/maven-snapshot-repository), > maven1-ibiblio (http://www.ibiblio.org/maven), > snapshots (http://snapshots.maven.codehaus.org/maven2), > apache-cvs (http://cvs.apache.org/repository) > > > </snip> > > But when I build from the directory it is fine and then the top-level > will continue. Something is horked... not sure why though... > > Where did this jsr plugin come from? > > --jason > > > On Jun 26, 2006, at 1:05 PM, Prasad Kashyap wrote: > > > Alan, > > > > You'd have to build the geronimo-packaging-plugin manually first. It's > > under geronimo/m2-plugins > > > > cd geronimo/m2-plugins > > mvn clean > > mvn -N > > mvn > > > > Cheers > > Prasad > > > > On 6/25/06, Alan D. Cabrera <[EMAIL PROTECTED]> wrote: > >> I get this error: > >> > >> Try downloading the file manually from the project website. > >> > >> Then, install it using the command: > >> mvn install:install-file -DgroupId=org.apache.geronimo.plugins > >> -DartifactId=geronimo-packaging-plugin \ > >> -Dversion=1.2.0 -Dpackaging=maven-plugin -Dfile=/path/to/file > >> > >> > >> org.apache.geronimo.plugins:geronimo-packaging-plugin:maven- > >> plugin:1.2.0 > >> > >> from the specified remote repositories: > >> central (http://repo1.maven.org/maven2), > >> codehaus-dist (http://dist.codehaus.org/mojo/m2-snapshots), > >> snapshots (http://snapshots.maven.codehaus.org/maven2) > >> > >> org.apache.geronimo.plugins:geronimo-packaging-plugin:maven- > >> plugin:1.2.0 > >> > >> from the specified remote repositories: > >> central (http://repo1.maven.org/maven2), > >> codehaus-dist (http://dist.codehaus.org/mojo/m2-snapshots), > >> snapshots (http://snapshots.maven.codehaus.org/maven2) > >> > >> > >> > >> Regards, > >> Alan > >> > >> > >> > >
