[BUILD] trunk: Failed for Revision: 939218

2010-04-29 Thread gawor
Geronimo Revision: 939218 built with tests included
 
See the full build-0300.log file at 
http://people.apache.org/builds/geronimo/server/binaries/trunk/20100429/build-0300.log
 
 
See the unit test reports at 
http://people.apache.org/builds/geronimo/server/binaries/trunk/20100429/unit-test-reports
 
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
at 
org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
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.artifact.resolver.ArtifactResolutionException: 
Unable to get dependency information: Unable to read the metadata file for 
artifact 'org.apache.geronimo.bundles:jaxb-impl:jar': Cannot find parent: 
org.apache.geronimo.bundles:bundles-parent for project: 
org.apache.geronimo.bundles:jaxb-impl:bundle:${pkgVersion}${bundleVersion} for 
project 
org.apache.geronimo.bundles:jaxb-impl:bundle:${pkgVersion}${bundleVersion}
  org.apache.geronimo.bundles:jaxb-impl:jar:2.2_1-SNAPSHOT

from the specified remote repositories:
  apache.snapshots (http://repository.apache.org/snapshots),
  ops4j.snapshots (http://repository.ops4j.org/mvn-snapshots/),
  codehaus.snapshots (http://snapshots.repository.codehaus.org),
  central (http://repo1.maven.org/maven2),
  openqa-snapshots (http://nexus.openqa.org/content/repositories/snapshots),
  java.net (http://download.java.net/maven/1/),
  local (file:///home/geronimo/.m2/jtidy.repository),
  openqa-releases (http://nexus.openqa.org/content/repositories/releases),
  jetty.oss.sonatype.org (http://oss.sonatype.org/content/repositories/jetty/),
  smx.svn (http://svn.apache.org/repos/asf/servicemix/m2-repo/)

Path to dependency: 
1) org.apache.geronimo.framework:geronimo-system:bundle:3.0-SNAPSHOT


at 
org.apache.maven.artifact.resolver.DefaultArtifactCollector.recurse(DefaultArtifactCollector.java:430)
at 
org.apache.maven.artifact.resolver.DefaultArtifactCollector.collect(DefaultArtifactCollector.java:74)
at 
org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:316)
at 
org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:304)
at 
org.apache.maven.plugin.DefaultPluginManager.resolveTransitiveDependencies(DefaultPluginManager.java:1499)
at 
org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:442)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
... 17 more
Caused by: 
org.apache.maven.artifact.metadata.ArtifactMetadataRetrievalException: Unable 
to read the metadata file for artifact 
'org.apache.geronimo.bundles:jaxb-impl:jar': Cannot find parent: 
org.apache.geronimo.bundles:bundles-parent for project: 
org.apache.geronimo.bundles:jaxb-impl:bundle:${pkgVersion}${bundleVersion} for 
project 
org.apache.geronimo.bundles:jaxb-impl:bundle:${pkgVersion}${bundleVersion}
at 
org.apache.maven.project.artifact.MavenMetadataSource.retrieveRelocatedProject(MavenMetadataSource.java:200)
at 
org.apache.maven.project.artifact.MavenMetadataSource.retrieveRelocatedArtifact(MavenMetadataSource.java:94)
at 
org.apache.maven.artifact.resolver.DefaultArtifactCollector.recurse(DefaultArtifactCollector.java:387)
... 23 more
Caused by: org.apache.maven.project.ProjectBuildingException: Cannot find 
parent: org.apache.geronimo.bundles:bundles-parent for project: 
org.apache.geronimo.bundles:jaxb-impl:bundle:${pkgVersion}${bundleVersion} for 
project 
org.apache.geronimo.bundles:jaxb-impl:bundle:${pkgVersion}${bundleVersion}
at 
org.apache.maven.project.DefaultMavenProjectBuilder.assembleLineage(DefaultMavenProjectBuilder.java:1396)
at 
org.apache.maven.project.DefaultMavenProjectBuilder.buildInternal(DefaultMavenProjectBuilder.java:823)
at 
org.apache.maven.project.DefaultMavenProjectBuilder.buildFromRepository(DefaultMavenProjectBuilder.java:255)
at 
org.apache.maven.project.artifact.MavenMetadataSource.retrieveRelocatedProject(MavenMetadataSource.java:163)
... 25 more
Caused by: org.apache.maven.project.ProjectBu

What happened to the geronimo-boilerplate?

2010-04-29 Thread Rick McGuire
In the 2.x releases, there is a geronimo-boilerplate config that 
contains the information used to construct the legal files for the 
Geronimo assemblies.  This does not appear to exist in the 3.0 trunk, 
which I think is probably going to be an issue with getting 3.0 ready 
for an M1 release because of the issues with the legal files.  Is it 
possible to restore this processing for the assemblies in 3.0 or do we 
suddenly need to cook up something to replace that?  Or am I just 
missing that some other mechanism has replaced the boilerplate?


Rick


Re: What happened to the geronimo-boilerplate?

2010-04-29 Thread Rick McGuire

On 4/29/2010 7:17 AM, Rick McGuire wrote:
In the 2.x releases, there is a geronimo-boilerplate config that 
contains the information used to construct the legal files for the 
Geronimo assemblies.  This does not appear to exist in the 3.0 trunk, 
which I think is probably going to be an issue with getting 3.0 ready 
for an M1 release because of the issues with the legal files.  Is it 
possible to restore this processing for the assemblies in 3.0 or do we 
suddenly need to cook up something to replace that?  Or am I just 
missing that some other mechanism has replaced the boilerplate?


Rick
I think I've found the answer to my own question.  It appears that the 
LICENSE and NOTICE information is now part of the karaf-framework 
config.  Now it's just a small matter of getting the information in 
there update :-)


Rick


[BUILD] branches/2.2: Failed for Revision: 939281

2010-04-29 Thread gawor
Geronimo Revision: 939281 built with tests included
 
See the full build-0800.log file at 
http://people.apache.org/builds/geronimo/server/binaries/2.2/20100429/build-0800.log
 
 
See the unit test reports at 
http://people.apache.org/builds/geronimo/server/binaries/2.2/20100429/unit-test-reports
 
Downloading: 
http://maven.rtp.raleigh.ibm.com/nexus-proxy//org/apache/ws/security/wss4j/1.5.8/wss4j-1.5.8.jar
316K downloaded
Downloading: 
http://maven.rtp.raleigh.ibm.com/nexus-proxy//org/apache/santuario/xmlsec/1.4.3/xmlsec-1.4.3.jar
437K downloaded
Downloading: 
http://maven.rtp.raleigh.ibm.com/nexus-proxy//org/bouncycastle/bcprov-jdk15/1.43/bcprov-jdk15-1.43.jar
1594K downloaded
[INFO] [enforcer:enforce {execution: default}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] skip non existing resourceDirectory 
/home/geronimo/geronimo/2.2/plugins/cxf/geronimo-cxf/src/main/filtered-resources
[INFO] Copying 3 resources
[INFO] [compiler:compile]
[INFO] Compiling 19 source files to 
/home/geronimo/geronimo/2.2/plugins/cxf/geronimo-cxf/target/classes
[INFO] [resources:testResources]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] skip non existing resourceDirectory 
/home/geronimo/geronimo/2.2/plugins/cxf/geronimo-cxf/src/test/filtered-resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test]
[INFO] Surefire report directory: 
/home/geronimo/geronimo/2.2/plugins/cxf/geronimo-cxf/target/surefire-reports

---
 T E S T S
---
There are no tests to run.

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar]
[INFO] Building jar: 
/home/geronimo/geronimo/2.2/plugins/cxf/geronimo-cxf/target/geronimo-cxf-2.2.1-SNAPSHOT.jar
[INFO] [ianal:verify-legal-files {execution: default}]
[INFO] Checking legal files in: geronimo-cxf-2.2.1-SNAPSHOT.jar
[INFO] [install:install]
[INFO] Installing 
/home/geronimo/geronimo/2.2/plugins/cxf/geronimo-cxf/target/geronimo-cxf-2.2.1-SNAPSHOT.jar
 to 
/home/geronimo/.m2/repository/org/apache/geronimo/modules/geronimo-cxf/2.2.1-SNAPSHOT/geronimo-cxf-2.2.1-SNAPSHOT.jar
[INFO] 
[INFO] Building Geronimo Plugins, CXF :: CXF
[INFO]task-segment: [install]
[INFO] 
[INFO] [genesis:validate-configuration {execution: default}]
[INFO] [enforcer:enforce {execution: default}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
/home/geronimo/geronimo/2.2/plugins/cxf/cxf/src/main/resources
[INFO] skip non existing resourceDirectory 
/home/geronimo/geronimo/2.2/plugins/cxf/cxf/src/main/filtered-resources
[INFO] Copying 3 resources
[INFO] [car:validate-configuration]
[INFO] [car:prepare-plan]
[INFO] Generated: 
/home/geronimo/geronimo/2.2/plugins/cxf/cxf/target/work/plan.xml
[INFO] [car:verify-no-dependency-change]
[INFO] 
[ERROR] BUILD FAILURE
[INFO] 
[INFO] Dependencies have changed:
Added dependencies are saved here: 
/home/geronimo/geronimo/2.2/plugins/cxf/cxf/src/main/history/dependencies.added.xml
Tree listing is saved here: 
/home/geronimo/geronimo/2.2/plugins/cxf/cxf/src/main/history/treeListing.txt
Delete 
/home/geronimo/geronimo/2.2/plugins/cxf/cxf/src/main/history/dependencies.xml 
if you are happy with the dependency changes.
[INFO] 
[INFO] Trace
org.apache.maven.BuildFailureException: Dependencies have changed:
Added dependencies are saved here: 
/home/geronimo/geronimo/2.2/plugins/cxf/cxf/src/main/history/dependencies.added.xml
Tree listing is saved here: 
/home/geronimo/geronimo/2.2/plugins/cxf/cxf/src/main/history/treeListing.txt
Delete 
/home/geronimo/geronimo/2.2/plugins/cxf/cxf/src/main/history/dependencies.xml 
if you are happy with the dependency changes.
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:580)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:500)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:479)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycl

site problems

2010-04-29 Thread Kevan Miller
http://geronimo.apache.org/ is not correct -- there are problems in the 
left-hand column. I'm guessing that it has been caused by the recent confluence 
changes. Anybody able to look at this?

--kevan 

Re: site problems

2010-04-29 Thread Joe Bohn

On 4/29/10 8:26 AM, Kevan Miller wrote:

http://geronimo.apache.org/ is not correct -- there are problems in the 
left-hand column. I'm guessing that it has been caused by the recent confluence 
changes. Anybody able to look at this?

--kevan


I'm looking into it.  It seems that there are some template changes we 
need to make.  I just gave the changes a try on another project with 
some success so I'll see if I can make it work for Geronimo as well.


Joe



Re: site problems

2010-04-29 Thread Kevan Miller

On Apr 29, 2010, at 9:05 AM, Joe Bohn wrote:

> On 4/29/10 8:26 AM, Kevan Miller wrote:
>> http://geronimo.apache.org/ is not correct -- there are problems in the 
>> left-hand column. I'm guessing that it has been caused by the recent 
>> confluence changes. Anybody able to look at this?
>> 
>> --kevan
> 
> I'm looking into it.  It seems that there are some template changes we need 
> to make.  I just gave the changes a try on another project with some success 
> so I'll see if I can make it work for Geronimo as well.

Thanks Joe.

--kevan

[BUILD] trunk: Failed for Revision: 939301

2010-04-29 Thread gawor
Geronimo Revision: 939301 built with tests included
 
See the full build-0900.log file at 
http://people.apache.org/builds/geronimo/server/binaries/trunk/20100429/build-0900.log
 
 
See the unit test reports at 
http://people.apache.org/builds/geronimo/server/binaries/trunk/20100429/unit-test-reports
 
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
at 
org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
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.artifact.resolver.ArtifactResolutionException: 
Unable to get dependency information: Unable to read the metadata file for 
artifact 'org.apache.geronimo.bundles:jaxb-impl:jar': Cannot find parent: 
org.apache.geronimo.bundles:bundles-parent for project: 
org.apache.geronimo.bundles:jaxb-impl:bundle:${pkgVersion}${bundleVersion} for 
project 
org.apache.geronimo.bundles:jaxb-impl:bundle:${pkgVersion}${bundleVersion}
  org.apache.geronimo.bundles:jaxb-impl:jar:2.2_1-SNAPSHOT

from the specified remote repositories:
  apache.snapshots (http://repository.apache.org/snapshots),
  ops4j.snapshots (http://repository.ops4j.org/mvn-snapshots/),
  codehaus.snapshots (http://snapshots.repository.codehaus.org),
  central (http://repo1.maven.org/maven2),
  openqa-snapshots (http://nexus.openqa.org/content/repositories/snapshots),
  java.net (http://download.java.net/maven/1/),
  local (file:///home/geronimo/.m2/jtidy.repository),
  openqa-releases (http://nexus.openqa.org/content/repositories/releases),
  jetty.oss.sonatype.org (http://oss.sonatype.org/content/repositories/jetty/),
  smx.svn (http://svn.apache.org/repos/asf/servicemix/m2-repo/)

Path to dependency: 
1) org.apache.geronimo.framework:geronimo-system:bundle:3.0-SNAPSHOT


at 
org.apache.maven.artifact.resolver.DefaultArtifactCollector.recurse(DefaultArtifactCollector.java:430)
at 
org.apache.maven.artifact.resolver.DefaultArtifactCollector.collect(DefaultArtifactCollector.java:74)
at 
org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:316)
at 
org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:304)
at 
org.apache.maven.plugin.DefaultPluginManager.resolveTransitiveDependencies(DefaultPluginManager.java:1499)
at 
org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:442)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
... 17 more
Caused by: 
org.apache.maven.artifact.metadata.ArtifactMetadataRetrievalException: Unable 
to read the metadata file for artifact 
'org.apache.geronimo.bundles:jaxb-impl:jar': Cannot find parent: 
org.apache.geronimo.bundles:bundles-parent for project: 
org.apache.geronimo.bundles:jaxb-impl:bundle:${pkgVersion}${bundleVersion} for 
project 
org.apache.geronimo.bundles:jaxb-impl:bundle:${pkgVersion}${bundleVersion}
at 
org.apache.maven.project.artifact.MavenMetadataSource.retrieveRelocatedProject(MavenMetadataSource.java:200)
at 
org.apache.maven.project.artifact.MavenMetadataSource.retrieveRelocatedArtifact(MavenMetadataSource.java:94)
at 
org.apache.maven.artifact.resolver.DefaultArtifactCollector.recurse(DefaultArtifactCollector.java:387)
... 23 more
Caused by: org.apache.maven.project.ProjectBuildingException: Cannot find 
parent: org.apache.geronimo.bundles:bundles-parent for project: 
org.apache.geronimo.bundles:jaxb-impl:bundle:${pkgVersion}${bundleVersion} for 
project 
org.apache.geronimo.bundles:jaxb-impl:bundle:${pkgVersion}${bundleVersion}
at 
org.apache.maven.project.DefaultMavenProjectBuilder.assembleLineage(DefaultMavenProjectBuilder.java:1396)
at 
org.apache.maven.project.DefaultMavenProjectBuilder.buildInternal(DefaultMavenProjectBuilder.java:823)
at 
org.apache.maven.project.DefaultMavenProjectBuilder.buildFromRepository(DefaultMavenProjectBuilder.java:255)
at 
org.apache.maven.project.artifact.MavenMetadataSource.retrieveRelocatedProject(MavenMetadataSource.java:163)
... 25 more
Caused by: org.apache.maven.project.ProjectBu

Re: [VOTE] Release OpenJPA-2.0.0 Plugins for Geronimo 2.2-2.2.1 servers

2010-04-29 Thread Donald Woods
Still have questions/concerns?  I plan on removing those extra alias
entries in the next release, which will probably be in a couple weeks
after we get a OpenJPA 2.0.1 out.


-Donald


On 4/28/10 9:58 AM, Joe Bohn wrote:
> I don't see the same "big" issue with SNAPSHOT artifacts in this plugin
> that I see with the 2.1.3 version - but I have the same question about
> the need for SNAPSHOT references in artifact-alias entries.  This one
> not only includes reference for Geronimo 2.2.1-SNAPSHOT but also
> 2.2.2-SNAPSHOT (which AFAIK doesn't even exist yet).
> 
> Joe
> 
> 
> 
> On 4/23/10 4:17 PM, Donald Woods wrote:
>> I've created a release candidate of a set of plugins that can be
>> used to upgrade an existing Geronimo 2.2 or 2.2.1-SNAPSHOT server from
>> OpenJPA 1.x to the new OpenJPA 2.0.0 release, so users can start
>> experimenting with a JPA 2.0 certified codebase.
>>
>> You can install the plugins by using the console Plugin portlet and
>> Updating the existing plugin repos to see the g.a.o/plugins/openjpa2 or
>> you can try using the following mirror catalog site:
>> http://people.apache.org/~dwoods/geronimo/openjpa2/
>>
>>
>> Staging repo:
>> https://repository.apache.org/content/repositories/orgapachegeronimo-018/
>>
>> Source tag:
>> https://svn.apache.org/repos/asf/geronimo/plugins/openjpa2/tags/2.2/
>>
>> Source tar/zips:
>> https://repository.apache.org/content/repositories/orgapachegeronimo-018/org/apache/geronimo/plugins/openjpa2/2.2/
>>
>>
>> For plugin installation instructions, see:
>> https://svn.apache.org/repos/asf/geronimo/plugins/openjpa2/tags/2.2/README.txt
>>
>> Note: There are 2 plugins at version 2.2 to install (openjpa2 and
>> persistence-deployer-jpa20.)  You will need to restart your server
>> before running or deploying apps that need JPA2 so the artifactAlias
>> entries will take affect and replace already loaded OpenJPA 1.x and spec
>> jars.
>> The latest version of Daytrader 2.2-SNAPSHOT that can be used for
>> testing can be installed as a plugin from the normal plugin repos.
>>
>>
>> Vote will be open for 72 hours.
>>
>> [ ] +1  approve
>> [ ] +0  no opinion
>> [ ] -1  disapprove (and reason why)
>>
>>
>> Thanks,
>> Donald
>>
> 
> 


Re: site problems

2010-04-29 Thread Joe Bohn
OK, I think I have the site stuff working again.  I had a mistake with 
the initial version which resulted in 2 banners (what you will see if 
you look now) .. but on the next rsync the second banner should be removed.


I only updated the site template ... I suspect some of the other 
templates for some other spaces (we have 17 in all) also need to be 
updated.  I'll eventually get to those if somebody doesn't get there 
before me.


Joe


On 4/29/10 9:16 AM, Kevan Miller wrote:


On Apr 29, 2010, at 9:05 AM, Joe Bohn wrote:


On 4/29/10 8:26 AM, Kevan Miller wrote:

http://geronimo.apache.org/ is not correct -- there are problems in the 
left-hand column. I'm guessing that it has been caused by the recent confluence 
changes. Anybody able to look at this?

--kevan


I'm looking into it.  It seems that there are some template changes we need to 
make.  I just gave the changes a try on another project with some success so 
I'll see if I can make it work for Geronimo as well.


Thanks Joe.

--kevan




[jira] Created: (GERONIMO-5279) search-plugins, install-library deploy command fails with NoClassDefFoundError

2010-04-29 Thread Jarek Gawor (JIRA)
search-plugins, install-library deploy command fails with NoClassDefFoundError
--

 Key: GERONIMO-5279
 URL: https://issues.apache.org/jira/browse/GERONIMO-5279
 Project: Geronimo
  Issue Type: Bug
  Security Level: public (Regular issues)
  Components: commands, core
Affects Versions: 3.0
Reporter: Jarek Gawor


Executing search-plugins, install-library deploy command fails with 
NoClassDefFoundError. Looks like the gbean proxying code needs to be fixed.

Example:

bin/deploy -u system -p manager install-library 
/home/gawor/.m2/repository/org/apache/felix/org.osgi.service.obr/1.0.2/org.osgi.service.obr-1.0.2.jar

{code}
java.lang.NoClassDefFoundError: [Lnet/sf/cglib/proxy/Callback;
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.java:2427)
at java.lang.Class.getDeclaredMethods(Class.java:1791)
at net.sf.cglib.core.ReflectUtils.addAllMethods(ReflectUtils.java:348)
at 
net.sf.cglib.reflect.FastClassEmitter.(FastClassEmitter.java:66)
at 
net.sf.cglib.reflect.FastClass$Generator.generateClass(FastClass.java:72)
at 
net.sf.cglib.core.DefaultGeneratorStrategy.generate(DefaultGeneratorStrategy.java:25)
at 
net.sf.cglib.core.AbstractClassGenerator.create(AbstractClassGenerator.java:216)
at net.sf.cglib.reflect.FastClass$Generator.create(FastClass.java:64)
at net.sf.cglib.reflect.FastClass.create(FastClass.java:46)
at net.sf.cglib.reflect.FastClass.create(FastClass.java:39)
at 
org.apache.geronimo.kernel.basic.BasicProxyManager$ManagedProxyFactory.(BasicProxyManager.java:204)
at 
org.apache.geronimo.kernel.basic.BasicProxyManager.createProxyFactory(BasicProxyManager.java:78)
at 
org.apache.geronimo.kernel.basic.BasicProxyManager.createProxy(BasicProxyManager.java:104)
at 
org.apache.geronimo.system.jmx.KernelDelegate.getGBean(KernelDelegate.java:109)
at 
org.apache.geronimo.deployment.plugin.jmx.ExtendedDeploymentManager.getImplementation(ExtendedDeploymentManager.java:66)
at 
org.apache.geronimo.deployment.plugin.jmx.ExtendedDeploymentManager.getPluginInstaller(ExtendedDeploymentManager.java:162)
at 
org.apache.geronimo.deployment.plugin.jmx.ExtendedDeploymentManager.installLibrary(ExtendedDeploymentManager.java:220)
at 
org.apache.geronimo.deployment.plugin.jmx.RemoteDeploymentManager.installLibrary(RemoteDeploymentManager.java:201)
at 
org.apache.geronimo.deployment.cli.CommandInstallLibrary.execute(CommandInstallLibrary.java:52)
at 
org.apache.geronimo.deployment.cli.DeployTool.execute(DeployTool.java:173)
at 
org.apache.geronimo.system.main.MainBridge.execute(MainBridge.java:64)
at org.apache.geronimo.main.Bootstrapper.execute(Bootstrapper.java:109)
at org.apache.geronimo.cli.AbstractCLI.executeMain(AbstractCLI.java:65)
at 
org.apache.geronimo.cli.deployer.DeployerCLI.main(DeployerCLI.java:31)
Caused by: java.lang.ClassNotFoundException: net.sf.cglib.proxy.Callback
at 
org.apache.felix.framework.ModuleImpl.findClassOrResourceByDelegation(ModuleImpl.java:814)
at org.apache.felix.framework.ModuleImpl.access$100(ModuleImpl.java:61)
at 
org.apache.felix.framework.ModuleImpl$ModuleClassLoader.loadClass(ModuleImpl.java:1733)
at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
{code}


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



Re: [VOTE] Release Geronimo Bundles components for the Geronimo 3.0-M1 release (second attempt)

2010-04-29 Thread Donald Woods
+1

Donald


On 4/28/10 8:35 AM, Rick McGuire wrote:
> To support the upcoming Geronimo milestone release, I would like to the
> newly created bundles components.
> This components are versions of external Geronimo dependencies that have
> been converted into OSGi jars.
> This is a single vote for all of the converted dependencies required for
> the Geronimo 3.0-M1 release.   The
> parent pom issue that caused the previous vote to be canceled has been
> fixed and the license issues with
> jaxb-impl and jstl have hopefully been resolved.
> 
> A note on the bundle version numbers.  The numbering scheme uses the
> version number from the original component jar, with a Geronimo version
> number added using a "_n" suffix (all of these are the "_1" version). 
> The Derby version, 10.5.3.0_1_1 is not a type.  This is the wrappering
> based on the 10.5.3.0_1 version of Derby.
> 
> The RAT and IANAL plugins have been run against of the projects.  All
> tag svn versions have been
> successfully built.
> 
>  Vote will be open for 72 hours.
> 
>  [ ] +1  approve
>  [ ] +0  no opinion
>  [ ] -1  disapprove (and reason why)
> 
> 
>  Staging repo:
> 
> https://repository.apache.org/content/repositories/orgapachegeronimo-031/
> 
> All source repos are relative to location
> 
> https://svn.apache.org/repos/asf/geronimo/bundles/tags
> 
> and have the same final element as the artifact name.
> 
> I am not listing each location individually because the mailing list
> server rejected my
> original email as spam because of the large number of links in the
> email.  I apologize for the incovenience.
> 
>  The following components are being voted on (the bundles-parent has
> already been promoted):
> 
> aspectjrt-1.6.2_1
> aspectjweaver-1.6.2_1
> axis-1.4_1
> backport-util-concurrent-2.2_1
> castor-1.0.5_1
> commons-digester-1.8_1
> commons-discovery-0.4_1
> derby-all-10.5.3.0_1_1
> dwr-3.0.M1_1
> httpcore-4.0.1_1
> jaxb-impl-2.2_1
> jstl-1.2_1
> scannotation-1.0.2_1
> sxc-jaxb-0.7.2_1
> sxc-runtime-0.7.2_1
> wadi-aop-2.1.2_1
> wadi-core-2.1.2_1
> wadi-group-2.1.2_1
> wadi-tribes-2.1.2_1
> woden-impl-dom-1.0M8_1
> woodstox-3.2.9_1
> 


Re: [VOTE] Release Geronimo Bundles components for the Geronimo 3.0-M1 release (second attempt)

2010-04-29 Thread Rick McGuire

My +1 too

On 4/28/2010 8:35 AM, Rick McGuire wrote:
To support the upcoming Geronimo milestone release, I would like to 
the newly created bundles components.
This components are versions of external Geronimo dependencies that 
have been converted into OSGi jars.
This is a single vote for all of the converted dependencies required 
for the Geronimo 3.0-M1 release.   The
parent pom issue that caused the previous vote to be canceled has been 
fixed and the license issues with

jaxb-impl and jstl have hopefully been resolved.

A note on the bundle version numbers.  The numbering scheme uses the 
version number from the original component jar, with a Geronimo 
version number added using a "_n" suffix (all of these are the "_1" 
version).  The Derby version, 10.5.3.0_1_1 is not a type.  This is the 
wrappering based on the 10.5.3.0_1 version of Derby.


The RAT and IANAL plugins have been run against of the projects.  All 
tag svn versions have been

successfully built.

 Vote will be open for 72 hours.

 [ ] +1  approve
 [ ] +0  no opinion
 [ ] -1  disapprove (and reason why)


 Staging repo:

https://repository.apache.org/content/repositories/orgapachegeronimo-031/

All source repos are relative to location

https://svn.apache.org/repos/asf/geronimo/bundles/tags

and have the same final element as the artifact name.

I am not listing each location individually because the mailing list 
server rejected my
original email as spam because of the large number of links in the 
email.  I apologize for the incovenience.


 The following components are being voted on (the bundles-parent has 
already been promoted):


aspectjrt-1.6.2_1
aspectjweaver-1.6.2_1
axis-1.4_1
backport-util-concurrent-2.2_1
castor-1.0.5_1
commons-digester-1.8_1
commons-discovery-0.4_1
derby-all-10.5.3.0_1_1
dwr-3.0.M1_1
httpcore-4.0.1_1
jaxb-impl-2.2_1
jstl-1.2_1
scannotation-1.0.2_1
sxc-jaxb-0.7.2_1
sxc-runtime-0.7.2_1
wadi-aop-2.1.2_1
wadi-core-2.1.2_1
wadi-group-2.1.2_1
wadi-tribes-2.1.2_1
woden-impl-dom-1.0M8_1
woodstox-3.2.9_1




[BUILD] branches/2.2: Failed for Revision: 939397

2010-04-29 Thread gawor
Geronimo Revision: 939397 built with tests included
 
See the full build-1400.log file at 
http://people.apache.org/builds/geronimo/server/binaries/2.2/20100429/build-1400.log
 
 
See the unit test reports at 
http://people.apache.org/builds/geronimo/server/binaries/2.2/20100429/unit-test-reports
 
Downloading: 
http://maven.rtp.raleigh.ibm.com/nexus-proxy//org/apache/ws/security/wss4j/1.5.8/wss4j-1.5.8.jar
316K downloaded
Downloading: 
http://maven.rtp.raleigh.ibm.com/nexus-proxy//org/apache/santuario/xmlsec/1.4.3/xmlsec-1.4.3.jar
437K downloaded
Downloading: 
http://maven.rtp.raleigh.ibm.com/nexus-proxy//org/bouncycastle/bcprov-jdk15/1.43/bcprov-jdk15-1.43.jar
1594K downloaded
[INFO] [enforcer:enforce {execution: default}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] skip non existing resourceDirectory 
/home/geronimo/geronimo/2.2/plugins/cxf/geronimo-cxf/src/main/filtered-resources
[INFO] Copying 3 resources
[INFO] [compiler:compile]
[INFO] Compiling 19 source files to 
/home/geronimo/geronimo/2.2/plugins/cxf/geronimo-cxf/target/classes
[INFO] [resources:testResources]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] skip non existing resourceDirectory 
/home/geronimo/geronimo/2.2/plugins/cxf/geronimo-cxf/src/test/filtered-resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test]
[INFO] Surefire report directory: 
/home/geronimo/geronimo/2.2/plugins/cxf/geronimo-cxf/target/surefire-reports

---
 T E S T S
---
There are no tests to run.

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar]
[INFO] Building jar: 
/home/geronimo/geronimo/2.2/plugins/cxf/geronimo-cxf/target/geronimo-cxf-2.2.1-SNAPSHOT.jar
[INFO] [ianal:verify-legal-files {execution: default}]
[INFO] Checking legal files in: geronimo-cxf-2.2.1-SNAPSHOT.jar
[INFO] [install:install]
[INFO] Installing 
/home/geronimo/geronimo/2.2/plugins/cxf/geronimo-cxf/target/geronimo-cxf-2.2.1-SNAPSHOT.jar
 to 
/home/geronimo/.m2/repository/org/apache/geronimo/modules/geronimo-cxf/2.2.1-SNAPSHOT/geronimo-cxf-2.2.1-SNAPSHOT.jar
[INFO] 
[INFO] Building Geronimo Plugins, CXF :: CXF
[INFO]task-segment: [install]
[INFO] 
[INFO] [genesis:validate-configuration {execution: default}]
[INFO] [enforcer:enforce {execution: default}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
/home/geronimo/geronimo/2.2/plugins/cxf/cxf/src/main/resources
[INFO] skip non existing resourceDirectory 
/home/geronimo/geronimo/2.2/plugins/cxf/cxf/src/main/filtered-resources
[INFO] Copying 3 resources
[INFO] [car:validate-configuration]
[INFO] [car:prepare-plan]
[INFO] Generated: 
/home/geronimo/geronimo/2.2/plugins/cxf/cxf/target/work/plan.xml
[INFO] [car:verify-no-dependency-change]
[INFO] 
[ERROR] BUILD FAILURE
[INFO] 
[INFO] Dependencies have changed:
Added dependencies are saved here: 
/home/geronimo/geronimo/2.2/plugins/cxf/cxf/src/main/history/dependencies.added.xml
Tree listing is saved here: 
/home/geronimo/geronimo/2.2/plugins/cxf/cxf/src/main/history/treeListing.txt
Delete 
/home/geronimo/geronimo/2.2/plugins/cxf/cxf/src/main/history/dependencies.xml 
if you are happy with the dependency changes.
[INFO] 
[INFO] Trace
org.apache.maven.BuildFailureException: Dependencies have changed:
Added dependencies are saved here: 
/home/geronimo/geronimo/2.2/plugins/cxf/cxf/src/main/history/dependencies.added.xml
Tree listing is saved here: 
/home/geronimo/geronimo/2.2/plugins/cxf/cxf/src/main/history/treeListing.txt
Delete 
/home/geronimo/geronimo/2.2/plugins/cxf/cxf/src/main/history/dependencies.xml 
if you are happy with the dependency changes.
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:580)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:500)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:479)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycl

Re: [VOTE] Release OpenJPA-2.0.0 Plugins for Geronimo 2.2-2.2.1 servers

2010-04-29 Thread Joe Bohn
I guess I don't have an issue with the presence of the SNAPSHOT aliases 
(at least not enough to stop the vote).   I still have to finish 
verification of the content but since you have enough votes you can go 
ahead without me.


Joe


On 4/29/10 11:52 AM, Donald Woods wrote:

Still have questions/concerns?  I plan on removing those extra alias
entries in the next release, which will probably be in a couple weeks
after we get a OpenJPA 2.0.1 out.


-Donald


On 4/28/10 9:58 AM, Joe Bohn wrote:

I don't see the same "big" issue with SNAPSHOT artifacts in this plugin
that I see with the 2.1.3 version - but I have the same question about
the need for SNAPSHOT references in artifact-alias entries.  This one
not only includes reference for Geronimo 2.2.1-SNAPSHOT but also
2.2.2-SNAPSHOT (which AFAIK doesn't even exist yet).

Joe



On 4/23/10 4:17 PM, Donald Woods wrote:

I've created a release candidate of a set of plugins that can be
used to upgrade an existing Geronimo 2.2 or 2.2.1-SNAPSHOT server from
OpenJPA 1.x to the new OpenJPA 2.0.0 release, so users can start
experimenting with a JPA 2.0 certified codebase.

You can install the plugins by using the console Plugin portlet and
Updating the existing plugin repos to see the g.a.o/plugins/openjpa2 or
you can try using the following mirror catalog site:
http://people.apache.org/~dwoods/geronimo/openjpa2/


Staging repo:
https://repository.apache.org/content/repositories/orgapachegeronimo-018/

Source tag:
https://svn.apache.org/repos/asf/geronimo/plugins/openjpa2/tags/2.2/

Source tar/zips:
https://repository.apache.org/content/repositories/orgapachegeronimo-018/org/apache/geronimo/plugins/openjpa2/2.2/


For plugin installation instructions, see:
https://svn.apache.org/repos/asf/geronimo/plugins/openjpa2/tags/2.2/README.txt

Note: There are 2 plugins at version 2.2 to install (openjpa2 and
persistence-deployer-jpa20.)  You will need to restart your server
before running or deploying apps that need JPA2 so the artifactAlias
entries will take affect and replace already loaded OpenJPA 1.x and spec
jars.
The latest version of Daytrader 2.2-SNAPSHOT that can be used for
testing can be installed as a plugin from the normal plugin repos.


Vote will be open for 72 hours.

[ ] +1  approve
[ ] +0  no opinion
[ ] -1  disapprove (and reason why)


Thanks,
Donald










Geronimo Blog

2010-04-29 Thread Joe Bohn
Did you know that we have a Geronimo Blog?  Well, we do.  Kevan created 
it a few months back and authorized those people that expressed interest 
at the time.  That included me but I didn't even think about it again 
until yesterday when I discovered that nobody had yet posted at all. 
So ... I had the privilege to be the first person.


I created just an initial Welcome post along with my thoughts about the 
purpose of the Blog and a hint of what I really wanted to post about 
(more on that later).  I sort of felt that some introduction was 
necessary before posting any real content.  I also just added a link to 
the blog on our web site under "Community".  Since it might take a while 
to sync you can find the blog here:

http://blogs.apache.org/geronimo/

As I mentioned in the initial post, I hope that we can use this blog to 
highlight new features, upcoming events, whatever people may find 
interesting or informative   basically things that might be too 
easily lost in the volume of information on the mailing lists or wiki 
and that we want to call out in a special way.


We might choose to come up with some guidelines or procedures for 
posting or we might just leave it open.  Thoughts?  I believe that Kevan 
is currently an admin and can add those interested in posting if you 
didn't express interest earlier.


Joe



[BUILD] trunk: Failed for Revision: 939463

2010-04-29 Thread gawor
Geronimo Revision: 939463 built with tests included
 
See the full build-1500.log file at 
http://people.apache.org/builds/geronimo/server/binaries/trunk/20100429/build-1500.log
 
Download the binaries from 
http://people.apache.org/builds/geronimo/server/binaries/trunk/20100429
[INFO] BUILD SUCCESSFUL
[INFO] 
[INFO] Total time: 46 minutes 8 seconds
[INFO] Finished at: Thu Apr 29 15:47:34 EDT 2010
[INFO] Final Memory: 525M/997M
[INFO] 
 
TESTSUITE RESULTS (Failures only)
=
 
Assembly: tomcat
=
See full test results and logs at 
http://people.apache.org/builds/geronimo/server/binaries/trunk/20100429/logs-1500-tomcat/
 
 
[INFO] No tests to run.
[INFO] [ianal:verify-legal-files {execution: default}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing /home/geronimo/geronimo/trunk/testsuite/pom.xml to 
/home/geronimo/.m2/repository/org/apache/geronimo/testsuite/testsuite/3.0-SNAPSHOT/testsuite-3.0-SNAPSHOT.pom
[INFO] [failsafe:verify {execution: verify}]
[INFO] No tests to run.
[INFO] 
[INFO] Building Geronimo TestSuite :: Commands TestSuite
[INFO]task-segment: [install]
[INFO] 
[INFO] [genesis:validate-configuration {execution: default}]
[INFO] [geronimo-property:set-property {execution: set-property}]
[INFO] snapshot 
org.apache.geronimo.testsupport:testsupport-commands:3.0-SNAPSHOT: checking for 
updates from codehaus.snapshots
[INFO] snapshot 
org.apache.geronimo.testsupport:testsupport-commands:3.0-SNAPSHOT: checking for 
updates from apache.snapshots
[INFO] [enforcer:enforce {execution: default}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[WARNING] DEPRECATED [systemProperties]: Use systemPropertyVariables instead.
[INFO] [failsafe:integration-test {execution: integration-test}]
[INFO] No tests to run.
[INFO] [ianal:verify-legal-files {execution: default}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing 
/home/geronimo/geronimo/trunk/testsuite/commands-testsuite/pom.xml to 
/home/geronimo/.m2/repository/org/apache/geronimo/testsuite/commands-testsuite/3.0-SNAPSHOT/commands-testsuite-3.0-SNAPSHOT.pom
[INFO] [failsafe:verify {execution: verify}]
[INFO] No tests to run.
[INFO] 
[INFO] Building Geronimo TestSuite :: Commands Testsuite :: Deployer
[INFO]task-segment: [install]
[INFO] 
[INFO] [genesis:validate-configuration {execution: default}]
[INFO] [geronimo-property:set-property {execution: set-property}]
[INFO] [enforcer:enforce {execution: default}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
/home/geronimo/geronimo/trunk/testsuite/commands-testsuite/deploy/src/main/resources
[INFO] skip non existing resourceDirectory 
/home/geronimo/geronimo/trunk/testsuite/commands-testsuite/deploy/src/main/filtered-resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] No sources to compile
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory 
/home/geronimo/geronimo/trunk/testsuite/commands-testsuite/deploy/src/test/filtered-resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 2 source files to 
/home/geronimo/geronimo/trunk/testsuite/commands-testsuite/deploy/target/test-classes
[INFO] [surefire:test {execution: default-test}]
[INFO] Tests are skipped.
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: 
/home/geronimo/geronimo/trunk/testsuite/commands-testsuite/deploy/target/deploy-3.0-SNAPSHOT.jar
[org.codehaus.mojo.pluginsupport.logging.Logging] : Initialized
[INFO] [geronimo:start-server {execution: start-geronimo}]
[INFO] Using assembly configuration: tomcat
[INFO] snapshot 
org.apache.geronimo.assemblies:geronimo-tomcat7-javaee6:3.0-SNAPSHOT: checking 
for updates from codehaus.snapshots
[INFO] snapshot 
org.apache.geronimo.assemblies:geronimo-tomcat7-javaee6:3.0-SNAPSHOT: checking 
for updates from apache.snapshots
[INFO] Using assembly artifact: 
org.apache.geronimo.assemblies:geronimo-tomcat7-javaee6:zip:bin:3.0-SNAPSHOT:provided
[INFO] Using geronimoHome: 
/home/geronimo/geronimo/trunk/testsuite/commands-testsuite/deploy/target/geronimo

Creating blog entries

2010-04-29 Thread David Blevins

The basic process I've been using for the blog posts I create is:

  1. set the blog post to publish in say 2-3 days (or later if I  
create a handful of posts all at once which is frequently the case).

  2. send a preview URL to the list for lazy consensus.

POST DATE

When creating a blog entry you can click the "Advanced Settings" link  
at the bottom of the page and actually set the date/time that an entry  
will be posted.  As mentioned, I typically use 2-3 days to get some  
time for lazy consensus.  Frequently, I'm creating 2-3 blog posts all  
at once and use that feature to spread them out over the course of a  
week or two.  Once you've set the date/time, you just click the "Post  
to Weblog" button.  Don't worry, it won't actually post anything till  
the specified date/time.


PREVIEW

I also cooked up a script that is now installed on blogs.apache.org  
that allows everyone to review the entries before they're actually  
posted.  Sort of a "review than commit" process for blog entries so we  
all feel welcome and encouraged to write up posts.


When you create an entry and before you post it, just "Save as Draft"  
and then "Full Preview" which will give you a link like the following  
which only you and other editors will be able to see:


  
https://blogs.apache.org/roller-ui/authoring/preview/openejb/?previewEntry=test

To create a publicly readable preview link, just hack out the "roller- 
ui/authoring/" part of the path like so:


  https://blogs.apache.org/preview/openejb/?previewEntry=test

Note this can only be done on blogs that authorize the "preview" user  
and is not enabled by default.


For those that are lazy and know how to create bookmarklets in your  
browser, this will do the editing for you:


  javascript:window.location=window.location.toString().replace(/ 
roller-ui.authoring./,"");



CODE SNIPPETS

I haven't found a good solution for this and have just been using  
"" tags to surround the code.  You can use a service like  
gist.github.com and include the gist via a javascript url.  The code  
will look all nice and pretty, but unfortunately the code will not  
technically be part of the blog content so won't show up in the rss  
feed or search engine indexes.



-David



RE: [VOTE] Apache ActiveMQ 5.3.2

2010-04-29 Thread Colin MacNaughton
+1

-Original Message-
From: David Jencks [mailto:david_jen...@yahoo.com] 
Sent: Monday, April 26, 2010 4:05 PM
To: d...@activemq.apache.org
Cc: Geronimo Dev List (JIRA)
Subject: [VOTE] Apache ActiveMQ 5.3.2

Hi,

I've staged a release candidate for ActiveMQ 5.3.2.  The main driver for
this is to get the osgi version range fixes into a release usable by the
upcoming geronimo 3.0 milestone.

The changes since the recent 5.3.1:

merging 881433 - jaxb plugin problem
changing activemq.version to match project version
AMQ-2501 Modify version range for camel imports
AMQ-2637 port osgi version range fixes from trunk
AMQ-2700 - code disclosure vunl
AMQ-2675 - web console topic form

The staging repo is here:

https://repository.apache.org/content/repositories/orgapacheactivemq-022/

The svn tag is here:

https://svn.apache.org/repos/asf/activemq/tags/activemq-parent-5.3.2

This seems to be a different name format than the other tags.  If people
want me to redo the release to fix this I will probably want to update the
build a little more such as using apache 7 parent pom and making the release
plugin defaults work.

Please vote

+1  Promote staging repo as amq 5.3.2
-1 Drop staging repo and tag, try again (please provide specific comments)

Many thanks

david jencks




[BUILD] branches/2.2: Failed for Revision: 939510

2010-04-29 Thread gawor
Geronimo Revision: 939510 built with tests included
 
See the full build-2000.log file at 
http://people.apache.org/builds/geronimo/server/binaries/2.2/20100429/build-2000.log
 
 
See the unit test reports at 
http://people.apache.org/builds/geronimo/server/binaries/2.2/20100429/unit-test-reports
 
437K downloaded
Downloading: 
http://maven.rtp.raleigh.ibm.com/nexus-proxy//org/bouncycastle/bcprov-jdk15/1.43/bcprov-jdk15-1.43.jar
1594K downloaded
[INFO] [enforcer:enforce {execution: default}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] skip non existing resourceDirectory 
/home/geronimo/geronimo/2.2/plugins/cxf/geronimo-cxf/src/main/filtered-resources
[INFO] Copying 3 resources
[INFO] [compiler:compile]
[INFO] Compiling 19 source files to 
/home/geronimo/geronimo/2.2/plugins/cxf/geronimo-cxf/target/classes
[INFO] [resources:testResources]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] skip non existing resourceDirectory 
/home/geronimo/geronimo/2.2/plugins/cxf/geronimo-cxf/src/test/filtered-resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test]
[WARNING] Component returned which is not the same manager. Ignored. 
component=org.apache.maven.profiles.activation.systempropertyprofileactiva...@11c011c0
[INFO] Surefire report directory: 
/home/geronimo/geronimo/2.2/plugins/cxf/geronimo-cxf/target/surefire-reports

---
 T E S T S
---
There are no tests to run.

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar]
[INFO] Building jar: 
/home/geronimo/geronimo/2.2/plugins/cxf/geronimo-cxf/target/geronimo-cxf-2.2.1-SNAPSHOT.jar
[INFO] [ianal:verify-legal-files {execution: default}]
[INFO] Checking legal files in: geronimo-cxf-2.2.1-SNAPSHOT.jar
[INFO] [install:install]
[INFO] Installing 
/home/geronimo/geronimo/2.2/plugins/cxf/geronimo-cxf/target/geronimo-cxf-2.2.1-SNAPSHOT.jar
 to 
/home/geronimo/.m2/repository/org/apache/geronimo/modules/geronimo-cxf/2.2.1-SNAPSHOT/geronimo-cxf-2.2.1-SNAPSHOT.jar
[INFO] 
[INFO] Building Geronimo Plugins, CXF :: CXF
[INFO]task-segment: [install]
[INFO] 
[INFO] [genesis:validate-configuration {execution: default}]
[INFO] [enforcer:enforce {execution: default}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
/home/geronimo/geronimo/2.2/plugins/cxf/cxf/src/main/resources
[INFO] skip non existing resourceDirectory 
/home/geronimo/geronimo/2.2/plugins/cxf/cxf/src/main/filtered-resources
[INFO] Copying 3 resources
[INFO] [car:validate-configuration]
[INFO] [car:prepare-plan]
[WARNING] Component returned which is not the same manager. Ignored. 
component=org.apache.maven.profiles.activation.systempropertyprofileactiva...@11c011c0
[INFO] Generated: 
/home/geronimo/geronimo/2.2/plugins/cxf/cxf/target/work/plan.xml
[INFO] [car:verify-no-dependency-change]
[WARNING] Component returned which is not the same manager. Ignored. 
component=org.apache.maven.profiles.activation.systempropertyprofileactiva...@11c011c0
[INFO] 
[ERROR] BUILD FAILURE
[INFO] 
[INFO] Dependencies have changed:
Added dependencies are saved here: 
/home/geronimo/geronimo/2.2/plugins/cxf/cxf/src/main/history/dependencies.added.xml
Tree listing is saved here: 
/home/geronimo/geronimo/2.2/plugins/cxf/cxf/src/main/history/treeListing.txt
Delete 
/home/geronimo/geronimo/2.2/plugins/cxf/cxf/src/main/history/dependencies.xml 
if you are happy with the dependency changes.
[INFO] 
[INFO] Trace
org.apache.maven.BuildFailureException: Dependencies have changed:
Added dependencies are saved here: 
/home/geronimo/geronimo/2.2/plugins/cxf/cxf/src/main/history/dependencies.added.xml
Tree listing is saved here: 
/home/geronimo/geronimo/2.2/plugins/cxf/cxf/src/main/history/treeListing.txt
Delete 
/home/geronimo/geronimo/2.2/plugins/cxf/cxf/src/main/history/dependencies.xml 
if you are happy with the dependency changes.
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:580)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:500)
at 
org.apache.maven.lifecycle.Defaul

[BUILD] trunk: Failed for Revision: 939534

2010-04-29 Thread gawor
Geronimo Revision: 939534 built with tests included
 
See the full build-2100.log file at 
http://people.apache.org/builds/geronimo/server/binaries/trunk/20100429/build-2100.log
 
Download the binaries from 
http://people.apache.org/builds/geronimo/server/binaries/trunk/20100429
[INFO] BUILD SUCCESSFUL
[INFO] 
[INFO] Total time: 46 minutes 
[INFO] Finished at: Thu Apr 29 21:49:36 EDT 2010
[INFO] Final Memory: 564M/991M
[INFO] 
 
TESTSUITE RESULTS (Failures only)
=
 
Assembly: tomcat
=
See full test results and logs at 
http://people.apache.org/builds/geronimo/server/binaries/trunk/20100429/logs-2100-tomcat/
 
 
[INFO] No tests to run.
[INFO] [ianal:verify-legal-files {execution: default}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing /home/geronimo/geronimo/trunk/testsuite/pom.xml to 
/home/geronimo/.m2/repository/org/apache/geronimo/testsuite/testsuite/3.0-SNAPSHOT/testsuite-3.0-SNAPSHOT.pom
[INFO] [failsafe:verify {execution: verify}]
[INFO] No tests to run.
[INFO] 
[INFO] Building Geronimo TestSuite :: Commands TestSuite
[INFO]task-segment: [install]
[INFO] 
[INFO] [genesis:validate-configuration {execution: default}]
[INFO] [geronimo-property:set-property {execution: set-property}]
[INFO] snapshot 
org.apache.geronimo.testsupport:testsupport-commands:3.0-SNAPSHOT: checking for 
updates from codehaus.snapshots
[INFO] snapshot 
org.apache.geronimo.testsupport:testsupport-commands:3.0-SNAPSHOT: checking for 
updates from apache.snapshots
[INFO] [enforcer:enforce {execution: default}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[WARNING] DEPRECATED [systemProperties]: Use systemPropertyVariables instead.
[INFO] [failsafe:integration-test {execution: integration-test}]
[INFO] No tests to run.
[INFO] [ianal:verify-legal-files {execution: default}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing 
/home/geronimo/geronimo/trunk/testsuite/commands-testsuite/pom.xml to 
/home/geronimo/.m2/repository/org/apache/geronimo/testsuite/commands-testsuite/3.0-SNAPSHOT/commands-testsuite-3.0-SNAPSHOT.pom
[INFO] [failsafe:verify {execution: verify}]
[INFO] No tests to run.
[INFO] 
[INFO] Building Geronimo TestSuite :: Commands Testsuite :: Deployer
[INFO]task-segment: [install]
[INFO] 
[INFO] [genesis:validate-configuration {execution: default}]
[INFO] [geronimo-property:set-property {execution: set-property}]
[INFO] [enforcer:enforce {execution: default}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
/home/geronimo/geronimo/trunk/testsuite/commands-testsuite/deploy/src/main/resources
[INFO] skip non existing resourceDirectory 
/home/geronimo/geronimo/trunk/testsuite/commands-testsuite/deploy/src/main/filtered-resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] No sources to compile
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory 
/home/geronimo/geronimo/trunk/testsuite/commands-testsuite/deploy/src/test/filtered-resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 2 source files to 
/home/geronimo/geronimo/trunk/testsuite/commands-testsuite/deploy/target/test-classes
[INFO] [surefire:test {execution: default-test}]
[INFO] Tests are skipped.
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: 
/home/geronimo/geronimo/trunk/testsuite/commands-testsuite/deploy/target/deploy-3.0-SNAPSHOT.jar
[org.codehaus.mojo.pluginsupport.logging.Logging] : Initialized
[INFO] [geronimo:start-server {execution: start-geronimo}]
[INFO] Using assembly configuration: tomcat
[INFO] snapshot 
org.apache.geronimo.assemblies:geronimo-tomcat7-javaee6:3.0-SNAPSHOT: checking 
for updates from codehaus.snapshots
[INFO] snapshot 
org.apache.geronimo.assemblies:geronimo-tomcat7-javaee6:3.0-SNAPSHOT: checking 
for updates from apache.snapshots
[INFO] Using assembly artifact: 
org.apache.geronimo.assemblies:geronimo-tomcat7-javaee6:zip:bin:3.0-SNAPSHOT:provided
[INFO] Using geronimoHome: 
/home/geronimo/geronimo/trunk/testsuite/commands-testsuite/deploy/target/geronimo-tomcat7-

[jira] Updated: (GERONIMODEVTOOLS-615) Implement deploy, redeploy, and un-deploy of OSGi spec-compliant artifacts to Geronimo server:

2010-04-29 Thread Tim McConnell (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tim McConnell updated GERONIMODEVTOOLS-615:
---

Assignee: Tim McConnell

> Implement deploy, redeploy, and un-deploy of OSGi spec-compliant artifacts to 
> Geronimo server:  
> 
>
> Key: GERONIMODEVTOOLS-615
> URL: 
> https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-615
> Project: Geronimo-Devtools
>  Issue Type: Sub-task
>  Components: eclipse-plugin
>Affects Versions: 3.0
>Reporter: Tim McConnell
>Assignee: Tim McConnell
> Fix For: 3.0
>
>
> Must include the following artifacts:
> o EBA
> o WAB
> o OSGi bundle 
> o OSGi Blueprint bundle

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.