Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 12591 invoked from network); 10 Jun 2009 06:23:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 10 Jun 2009 06:23:45 -0000 Received: (qmail 66644 invoked by uid 500); 10 Jun 2009 06:23:56 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 66599 invoked by uid 500); 10 Jun 2009 06:23:56 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 66591 invoked by uid 99); 10 Jun 2009 06:23:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Jun 2009 06:23:56 +0000 X-ASF-Spam-Status: No, hits=3.4 required=10.0 tests=HTML_MESSAGE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [209.85.218.211] (HELO mail-bw0-f211.google.com) (209.85.218.211) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Jun 2009 06:23:46 +0000 Received: by bwz7 with SMTP id 7so525375bwz.19 for ; Tue, 09 Jun 2009 23:23:23 -0700 (PDT) MIME-Version: 1.0 Received: by 10.204.57.81 with SMTP id b17mr915599bkh.212.1244615002363; Tue, 09 Jun 2009 23:23:22 -0700 (PDT) In-Reply-To: <6EA9D481-2ACB-4C96-AF2D-307F4C8B1432@yahoo.com> References: <6EA9D481-2ACB-4C96-AF2D-307F4C8B1432@yahoo.com> Date: Wed, 10 Jun 2009 08:23:22 +0200 Message-ID: Subject: Re: unique snapshots problem From: Trygve Hardersen To: user@geronimo.apache.org Content-Type: multipart/alternative; boundary=00504502b630191840046bf8833d X-Virus-Checked: Checked by ClamAV on apache.org --00504502b630191840046bf8833d Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit I filed GERONIMO-4682 for this. Thanks Trygve On Tue, Jun 9, 2009 at 5:35 PM, David Jencks wrote: > That's a bug. Could you please file a jira? > --spoiled by always building g. on my dev machine-- > david jencks > > On Jun 9, 2009, at 2:03 AM, Trygve Hardersen wrote: > > Hi > > We've had quite a few problems building Geronimo lately and we've switched > our internal repository from Artifactory to Nexus in an attempt to get a > more stable environment. This also made us, not entirely intentionally it > must be said, go from using non-unique to unique snapshots of Geronimo > 2.2-SNAPSHOT. > > When we deploy Geronimo using unique snapshots we're unable to build our > server later. The car-maven-plugin fails with errors like this: > > Cound not find parent configuration: > org.apache.geronimo.configs/openejb-deployer/2.2-20090609.071606-2/car > > When Geronimo is deployed using non-unique snapshots, or when we build our > server on a box that also has Geronimo built on it locally, the error does > not occur. Here's the full trace of the error: > > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] could not package plugin > > Embedded error: Unable to create configuration for deployment > Cound not find parent configuration: > org.apache.geronimo.configs/openejb-deployer/2.2-20090609.071606-2/car > [INFO] > ------------------------------------------------------------------------ > [INFO] Trace > org.apache.maven.lifecycle.LifecycleExecutionException: could not package > plugin > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:703) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:540) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:519) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:371) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:332) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:181) > at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:356) > at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:137) > at org.apache.maven.cli.MavenCli.main(MavenCli.java:356) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) > at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) > at > org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) > at org.codehaus.classworlds.Launcher.main(Launcher.java:375) > Caused by: org.apache.maven.plugin.MojoExecutionException: could not > package plugin > at > org.apache.geronimo.mavenplugins.car.PackageMojo.execute(PackageMojo.java:212) > at > org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:483) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:678) > ... 16 more > Caused by: org.apache.geronimo.common.DeploymentException: Unable to create > configuration for deployment > at > org.apache.geronimo.deployment.DeploymentContext.createTempConfiguration(DeploymentContext.java:151) > at > org.apache.geronimo.deployment.DeploymentContext.(DeploymentContext.java:131) > at > org.apache.geronimo.deployment.DeploymentContext.(DeploymentContext.java:111) > at > org.apache.geronimo.deployment.service.ServiceConfigBuilder.buildConfiguration(ServiceConfigBuilder.java:227) > at > org.apache.geronimo.deployment.service.ServiceConfigBuilder.buildConfiguration(ServiceConfigBuilder.java:199) > at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:256) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at > org.apache.geronimo.gbean.runtime.ReflectionMethodInvoker.invoke(ReflectionMethodInvoker.java:34) > at > org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:130) > at > org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:850) > at > org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:237) > at > org.apache.geronimo.mavenplugins.car.PackageMojo.invokeDeployer(PackageMojo.java:483) > at > org.apache.geronimo.mavenplugins.car.PackageMojo.buildPackage(PackageMojo.java:309) > at > org.apache.geronimo.mavenplugins.car.PackageMojo.execute(PackageMojo.java:209) > ... 18 more > Caused by: org.apache.geronimo.kernel.config.LifecycleException: load of > no.jotta.backup.plugins/framework-plugin/0.1-SNAPSHOT/car failed > at > org.apache.geronimo.kernel.config.SimpleConfigurationManager.loadConfiguration(SimpleConfigurationManager.java:316) > at > org.apache.geronimo.deployment.DeploymentConfigurationManager.loadConfiguration(DeploymentConfigurationManager.java:115) > at > org.apache.geronimo.kernel.config.SimpleConfigurationManager.loadConfiguration(SimpleConfigurationManager.java:277) > at > org.apache.geronimo.deployment.DeploymentConfigurationManager.loadConfiguration(DeploymentConfigurationManager.java:111) > at > org.apache.geronimo.deployment.DeploymentContext.createTempConfiguration(DeploymentContext.java:148) > ... 34 more > Caused by: org.apache.geronimo.kernel.config.InvalidConfigException: Error > starting configuration gbean > no.jotta.backup.plugins/framework-plugin/0.1-SNAPSHOT/car > at > org.apache.geronimo.kernel.config.SimpleConfigurationManager.load(SimpleConfigurationManager.java:341) > at > org.apache.geronimo.deployment.DeploymentConfigurationManager.load(DeploymentConfigurationManager.java:119) > at > org.apache.geronimo.kernel.config.SimpleConfigurationManager.loadConfiguration(SimpleConfigurationManager.java:302) > ... 38 more > Caused by: org.apache.geronimo.kernel.config.InvalidConfigException: Cound > not find parent configuration: > org.apache.geronimo.configs/openejb-deployer/2.2-20090609.071606-2/car > at > org.apache.geronimo.kernel.config.SimpleConfigurationManager.findParentConfigurations(SimpleConfigurationManager.java:355) > at > org.apache.geronimo.kernel.config.SimpleConfigurationManager.load(SimpleConfigurationManager.java:335) > ... 40 more > > This happens on a simple lib-only Geronimo plugin POM like this: > > > 4.0.0 > > no.jotta.backup.plugins > framework > 0.1-SNAPSHOT > > framework-plugin > car > Jotta Framework :: Framework Plugin > > ${pom.name} contains the shared libraries for > other plugins in ${productName}. > > > > > org.apache.geronimo.framework > geronimo-gbean-deployer-bootstrap > ${geronimoVersion} > car > provided > > > org.apache.geronimo.framework > geronimo-gbean-deployer > ${geronimoVersion} > car > > > org.apache.geronimo.configs > j2ee-deployer > ${geronimoVersion} > car > > > org.apache.geronimo.configs > connector-deployer > ${geronimoVersion} > car > > > org.apache.geronimo.configs > transaction > ${geronimoVersion} > car > > > org.apache.geronimo.configs > openejb > ${geronimoVersion} > car > > > org.apache.geronimo.configs > openejb-deployer > ${geronimoVersion} > car > > > org.apache.geronimo.configs > openjpa > ${geronimoVersion} > car > > > > > no.jotta.backup.core > core-server > ${project.version} > > > > > org.slf4j > slf4j-api > ${slf4jVersion} > > > > > > org.apache.geronimo.buildsupport > car-maven-plugin > > ${productName} > > > ${gbeanDeployerBootstrap} > > > > org.apache.geronimo.framework/geronimo-gbean-deployer-bootstrap/${geronimoVersion}/car?j2eeType=Deployer,name=Deployer > > > > > > > Is this behavior to be expected, or maybe a bug? As I mentioned using > non-unique snapshots solves the problem. > > Thanks for your help! > > Trygve Hardersen > Jotta AS > > > --00504502b630191840046bf8833d Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable I filed GERONIMO-4682 for this.

Thanks

Trygve

On Tue, Jun 9, 2009 at 5:35 PM, David Jencks <david_jencks@yahoo.c= om> wrote:
T= hat's a bug. =C2=A0Could you please file a jira?

--s= poiled by always building g. on my dev machine--
david jencks

On Jun 9, 2009, at 2:03 AM, Trygve Hardersen wrote:

Hi

We've had quite a few problems building Geronimo= lately and we've switched our internal repository from Artifactory to = Nexus in an attempt to get a more stable environment. This also made us, no= t entirely intentionally it must be said, go from using non-unique to uniqu= e snapshots of Geronimo 2.2-SNAPSHOT.

When we deploy Geronimo using unique snapshots we're unable to bui= ld our server later. The car-maven-plugin fails with errors like this:
<= br>Cound not find parent configuration: org.apache.geronimo.configs/openejb= -deployer/2.2-20090609.071606-2/car

When Geronimo is deployed using non-unique snapshots, or when we build= our server on a box that also has Geronimo built on it locally, the error = does not occur. Here's the full trace of the error:

[INFO] -----= -------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] --------------------------------------------= ----------------------------
[INFO] could not package plugin

Embe= dded error: Unable to create configuration for deployment
Cound not find= parent configuration: org.apache.geronimo.configs/openejb-deployer/2.2-200= 90609.071606-2/car
[INFO] -------------------------------------------------------------------= -----
[INFO] Trace
org.apache.maven.lifecycle.LifecycleExecutionExcep= tion: could not package plugin
=C2=A0=C2=A0=C2=A0 at org.apache.maven.li= fecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java= :703)
=C2=A0=C2=A0=C2=A0 at org.apache.maven.lifecycle.DefaultLifecycleExecutor.= executeGoalWithLifecycle(DefaultLifecycleExecutor.java:540)
=C2=A0=C2=A0= =C2=A0 at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(D= efaultLifecycleExecutor.java:519)
=C2=A0=C2=A0=C2=A0 at org.apache.maven.lifecycle.DefaultLifecycleExecutor.= executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:371)
=C2=A0= =C2=A0=C2=A0 at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute= TaskSegments(DefaultLifecycleExecutor.java:332)
=C2=A0=C2=A0=C2=A0 at org.apache.maven.lifecycle.DefaultLifecycleExecutor.= execute(DefaultLifecycleExecutor.java:181)
=C2=A0=C2=A0=C2=A0 at org.apa= che.maven.DefaultMaven.doExecute(DefaultMaven.java:356)
=C2=A0=C2=A0=C2= =A0 at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:137)
=C2=A0=C2=A0=C2=A0 at org.apache.maven.cli.MavenCli.main(MavenCli.java:356= )
=C2=A0=C2=A0=C2=A0 at sun.reflect.NativeMethodAccessorImpl.invoke0(Nat= ive Method)
=C2=A0=C2=A0=C2=A0 at sun.reflect.NativeMethodAccessorImpl.i= nvoke(NativeMethodAccessorImpl.java:39)
=C2=A0=C2=A0=C2=A0 at sun.reflect.DelegatingMethodAccessorImpl.invoke(Dele= gatingMethodAccessorImpl.java:25)
=C2=A0=C2=A0=C2=A0 at java.lang.reflec= t.Method.invoke(Method.java:597)
=C2=A0=C2=A0=C2=A0 at org.codehaus.clas= sworlds.Launcher.launchEnhanced(Launcher.java:315)
=C2=A0=C2=A0=C2=A0 at org.codehaus.classworlds.Launcher.launch(Launcher.ja= va:255)
=C2=A0=C2=A0=C2=A0 at org.codehaus.classworlds.Launcher.mainWith= ExitCode(Launcher.java:430)
=C2=A0=C2=A0=C2=A0 at org.codehaus.classworl= ds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.plugin.M= ojoExecutionException: could not package plugin
=C2=A0=C2=A0=C2=A0 at org.apache.geronimo.mavenplugins.car.PackageMojo.exe= cute(PackageMojo.java:212)
=C2=A0=C2=A0=C2=A0 at org.apache.maven.plugin= .DefaultPluginManager.executeMojo(DefaultPluginManager.java:483)
=C2=A0= =C2=A0=C2=A0 at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute= Goals(DefaultLifecycleExecutor.java:678)
=C2=A0=C2=A0=C2=A0 ... 16 more
Caused by: org.apache.geronimo.common.De= ploymentException: Unable to create configuration for deployment
=C2=A0= =C2=A0=C2=A0 at org.apache.geronimo.deployment.DeploymentContext.createTemp= Configuration(DeploymentContext.java:151)
=C2=A0=C2=A0=C2=A0 at org.apache.geronimo.deployment.DeploymentContext.<= ;init>(DeploymentContext.java:131)
=C2=A0=C2=A0=C2=A0 at org.apache.g= eronimo.deployment.DeploymentContext.<init>(DeploymentContext.java:11= 1)
=C2=A0=C2=A0=C2=A0 at org.apache.geronimo.deployment.service.ServiceC= onfigBuilder.buildConfiguration(ServiceConfigBuilder.java:227)
=C2=A0=C2=A0=C2=A0 at org.apache.geronimo.deployment.service.ServiceConfig= Builder.buildConfiguration(ServiceConfigBuilder.java:199)
=C2=A0=C2=A0= =C2=A0 at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:256)=
=C2=A0=C2=A0=C2=A0 at sun.reflect.NativeMethodAccessorImpl.invoke0(Nati= ve Method)
=C2=A0=C2=A0=C2=A0 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMe= thodAccessorImpl.java:39)
=C2=A0=C2=A0=C2=A0 at sun.reflect.DelegatingMe= thodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
=C2=A0=C2= =A0=C2=A0 at java.lang.reflect.Method.invoke(Method.java:597)
=C2=A0=C2=A0=C2=A0 at org.apache.geronimo.gbean.runtime.ReflectionMethodIn= voker.invoke(ReflectionMethodInvoker.java:34)
=C2=A0=C2=A0=C2=A0 at org.= apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:130= )
=C2=A0=C2=A0=C2=A0 at org.apache.geronimo.gbean.runtime.GBeanInstance.= invoke(GBeanInstance.java:850)
=C2=A0=C2=A0=C2=A0 at org.apache.geronimo.kernel.basic.BasicKernel.invoke(= BasicKernel.java:237)
=C2=A0=C2=A0=C2=A0 at org.apache.geronimo.mavenplu= gins.car.PackageMojo.invokeDeployer(PackageMojo.java:483)
=C2=A0=C2=A0= =C2=A0 at org.apache.geronimo.mavenplugins.car.PackageMojo.buildPackage(Pac= kageMojo.java:309)
=C2=A0=C2=A0=C2=A0 at org.apache.geronimo.mavenplugins.car.PackageMojo.exe= cute(PackageMojo.java:209)
=C2=A0=C2=A0=C2=A0 ... 18 more
Caused by: = org.apache.geronimo.kernel.config.LifecycleException: load of no.jotta.back= up.plugins/framework-plugin/0.1-SNAPSHOT/car failed
=C2=A0=C2=A0=C2=A0 at org.apache.geronimo.kernel.config.SimpleConfiguratio= nManager.loadConfiguration(SimpleConfigurationManager.java:316)
=C2=A0= =C2=A0=C2=A0 at org.apache.geronimo.deployment.DeploymentConfigurationManag= er.loadConfiguration(DeploymentConfigurationManager.java:115)
=C2=A0=C2=A0=C2=A0 at org.apache.geronimo.kernel.config.SimpleConfiguratio= nManager.loadConfiguration(SimpleConfigurationManager.java:277)
=C2=A0= =C2=A0=C2=A0 at org.apache.geronimo.deployment.DeploymentConfigurationManag= er.loadConfiguration(DeploymentConfigurationManager.java:111)
=C2=A0=C2=A0=C2=A0 at org.apache.geronimo.deployment.DeploymentContext.cre= ateTempConfiguration(DeploymentContext.java:148)
=C2=A0=C2=A0=C2=A0 ... = 34 more
Caused by: org.apache.geronimo.kernel.config.InvalidConfigExcept= ion: Error starting configuration gbean no.jotta.backup.plugins/framework-p= lugin/0.1-SNAPSHOT/car
=C2=A0=C2=A0=C2=A0 at org.apache.geronimo.kernel.config.SimpleConfiguratio= nManager.load(SimpleConfigurationManager.java:341)
=C2=A0=C2=A0=C2=A0 at= org.apache.geronimo.deployment.DeploymentConfigurationManager.load(Deploym= entConfigurationManager.java:119)
=C2=A0=C2=A0=C2=A0 at org.apache.geronimo.kernel.config.SimpleConfiguratio= nManager.loadConfiguration(SimpleConfigurationManager.java:302)
=C2=A0= =C2=A0=C2=A0 ... 38 more
Caused by: org.apache.geronimo.kernel.config.In= validConfigException: Cound not find parent configuration: org.apache.geron= imo.configs/openejb-deployer/2.2-20090609.071606-2/car
=C2=A0=C2=A0=C2=A0 at org.apache.geronimo.kernel.config.SimpleConfiguratio= nManager.findParentConfigurations(SimpleConfigurationManager.java:355)
= =C2=A0=C2=A0=C2=A0 at org.apache.geronimo.kernel.config.SimpleConfiguration= Manager.load(SimpleConfigurationManager.java:335)
=C2=A0=C2=A0=C2=A0 ... 40 more

This happens on a simple lib-only Ge= ronimo plugin POM like this:

<project xmlns=3D"http://maven.apache.org/= POM/4.0.0" xmlns:xsi=3D"http://www.w3.org/2001/XMLSchema-instanc= e" xsi:schemaLocation=3D"http://maven.apache.org/POM/4.0.0 http://mave= n.apache.org/maven-v4_0_0.xsd">
=C2=A0=C2=A0=C2=A0 <modelVersion>4.0.0</modelVersion>
=C2= =A0=C2=A0=C2=A0 <parent>
=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 <= ;groupId>no.jotta.backup.plugins</groupId>
=C2=A0=C2=A0=C2=A0 = =C2=A0=C2=A0=C2=A0 <artifactId>framework</artifactId>
=C2=A0= =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 <version>0.1-SNAPSHOT</version>=
=C2=A0=C2=A0=C2=A0 </parent>
=C2=A0=C2=A0=C2=A0 <artifactId>= ;framework-plugin</artifactId>
=C2=A0=C2=A0=C2=A0 <packaging>= ;car</packaging>
=C2=A0=C2=A0=C2=A0 <name>Jotta Framework ::= Framework Plugin</name>
=C2=A0=C2=A0=C2=A0 <description> =C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 ${pom.name} contains the shared libraries for
=C2=A0=C2=A0= =C2=A0 =C2=A0=C2=A0=C2=A0 other plugins in ${productName}.
=C2=A0=C2=A0= =C2=A0 </description>
=C2=A0=C2=A0=C2=A0 <dependencies>
= =C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 <!-- Geronimo environment --> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 <dependency>
=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 <groupId>or= g.apache.geronimo.framework</groupId>
=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 <artifactId>geronimo-gbean-de= ployer-bootstrap</artifactId>
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 <version>${geronimoVersion}</versio= n>
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 <typ= e>car</type>
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0 <scope>provided</scope>
=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0 </dependency>
=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0 <dependency>
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 <groupId>org.apache.geronimo.framew= ork</groupId>
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 <art= ifactId>geronimo-gbean-deployer</artifactId>
=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 <version>${geronimoV= ersion}</version>
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0 <type>car</type>
=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0 </dependency>
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0 <dependency>
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 <gro= upId>org.apache.geronimo.configs</groupId>
=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 <artifactId>j2ee-dep= loyer</artifactId>
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0 <version>${geronimoVersion}</version>
= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 <type= >car</type>
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 </dependency>
=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 <dependency>
=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 <groupId>org.apac= he.geronimo.configs</groupId>
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 <artifactId>connector-deployer</art= ifactId>
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0 <version>${geronimoVersion}</version>
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 <typ= e>car</type>
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 </de= pendency>
=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 <dependency>=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 <groupId>or= g.apache.geronimo.configs</groupId>
=C2=A0=C2=A0=C2=A0 =C2=A0=C2= =A0=C2=A0 =C2=A0=C2=A0=C2=A0 <artifactId>transaction</artifactId&g= t;
=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 <version>${= geronimoVersion}</version>
=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 = =C2=A0=C2=A0=C2=A0 <type>car</type>
=C2=A0=C2=A0=C2=A0 =C2= =A0=C2=A0=C2=A0 </dependency>
=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2= =A0 <dependency>
=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 =C2=A0=C2= =A0=C2=A0 <groupId>org.apache.geronimo.configs</groupId>
=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 <artifactId>= ;openejb</artifactId>
=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 =C2=A0= =C2=A0=C2=A0 <version>${geronimoVersion}</version>
=C2=A0=C2= =A0=C2=A0 =C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 <type>car</type>= ;
=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 </dependency>
=C2=A0=C2= =A0=C2=A0 =C2=A0=C2=A0=C2=A0 <dependency>
=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 <groupId>or= g.apache.geronimo.configs</groupId>
=C2=A0=C2=A0=C2=A0 =C2=A0=C2= =A0=C2=A0 =C2=A0=C2=A0=C2=A0 <artifactId>openejb-deployer</artifac= tId>
=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 <ver= sion>${geronimoVersion}</version>
=C2=A0=C2=A0=C2=A0 =C2=A0=C2= =A0=C2=A0 =C2=A0=C2=A0=C2=A0 <type>car</type>
=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 </dependency>
=C2=A0=C2=A0= =C2=A0 =C2=A0=C2=A0=C2=A0 <dependency>
=C2=A0=C2=A0=C2=A0 =C2=A0= =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 <groupId>org.apache.geronimo.configs&= lt;/groupId>
=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0= <artifactId>openjpa</artifactId>
=C2=A0=C2=A0=C2=A0 =C2=A0= =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 <version>${geronimoVersion}</versi= on>
=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 <type>car&l= t;/type>
=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 </dependency>=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 <!-- Jotta modules --> =C2=A0 =
=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 <!-- Core -->
=C2=A0=C2= =A0=C2=A0 =C2=A0=C2=A0=C2=A0 <dependency>
=C2=A0=C2=A0=C2=A0 =C2= =A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 <groupId>no.jotta.backup.core</= groupId>
=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 <artifactId>= ;core-server</artifactId>
=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 = =C2=A0=C2=A0=C2=A0 <version>${project.version}</version>
=C2= =A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 </dependency>
=C2=A0=C2=A0=C2= =A0 =C2=A0=C2=A0=C2=A0 <!-- 3rd party libs -->
=C2=A0=C2=A0=C2=A0 = =C2=A0=C2=A0=C2=A0 <!-- Shared logging API -->
=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 <dependency>
=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 <groupId>org.s= lf4j</groupId>
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0 <artifactId>slf4j-api</artifactId>
=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 <version>${= slf4jVersion}</version>
=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 <= /dependency>
=C2=A0=C2=A0=C2=A0 </dependencies>
=C2=A0=C2=A0=C2=A0 <build&g= t;
=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 <plugins>
=C2=A0=C2=A0= =C2=A0 =C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 <plugin>
=C2=A0=C2=A0= =C2=A0 =C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 <groupId= >org.apache.geronimo.buildsupport</groupId>
=C2=A0=C2=A0=C2=A0 = =C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 <artifactId>= car-maven-plugin</artifactId>
=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2= =A0 <configuration>
=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 =C2=A0= =C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 <category>${produc= tName}</category>
=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 =C2=A0=C2= =A0=C2=A0 =C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 <deploymentConfigs>=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2= =A0 =C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 <deploymentConfig>${gbeanDe= ployerBootstrap}</deploymentConfig>
=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2= =A0 =C2=A0=C2=A0=C2=A0 </deploymentConfigs>
=C2=A0=C2=A0=C2=A0 =C2= =A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 &l= t;!-- Need to specify this -->
=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 = =C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 <deployerName&g= t;org.apache.geronimo.framework/geronimo-gbean-deployer-bootstrap/${geronim= oVersion}/car?j2eeType=3DDeployer,name=3DDeployer</deployerName>
=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2= =A0 </configuration>
=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 =C2=A0= =C2=A0=C2=A0 </plugin>
=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0 </= plugins>
=C2=A0=C2=A0=C2=A0 </build>
</project>
Is this behavior to be expected, or maybe a bug? As I mentioned using non-= unique snapshots solves the problem.

Thanks for your help!

Trygve Hardersen
Jotta AS


--00504502b630191840046bf8833d--