Re: Static member question

2009-05-10 Thread Rob Walker
Just to expand on Richard's explanation a little - * statics are global within the scope of their classloader So as Richard says, in your case since the class was loaded by one classloader, you'll still have a singleton across your JVM In a case where the same class appears in different bu

Help needed with maven-bundle-plugin (was: Re: Geronimo Spec jar naming/versioning)

2009-05-10 Thread David Jencks
Lets start over. I'd like an way to get a package version for the packages in a bundle into the Export-Packages and Import-Packages when using the maven- bundle-plugin 2.0.0 or later, preferably without writing out these entries in the plugin configuration. Also, the behavior of this plug

Fwd: [ANN] Felix File Install version 1.0.0 Released

2009-05-10 Thread Clement Escoffier
Begin forwarded message: From: Clement Escoffier Date: 10. Mai 2009 18:02:26 MESZ To: d...@felix.apache.org Subject: [ANN] Felix File Install version 1.0.0 Released The Felix team is pleased to announce the release of Felix File Install version 1.0.0 File Install is a directory based OS

Re: Geronimo Spec jar naming/versioning

2009-05-10 Thread Stuart McCulloch
2009/5/10 David Jencks firstly I just wanted to note that in OSGi bundles can be versioned independently of packages, just because a bundle has one version doesn't mean its exports have to use the same version ideally these spec jars should export their packages with the spec version, and also i

Re: Geronimo Spec jar naming/versioning

2009-05-10 Thread David Jencks
On May 9, 2009, at 11:08 PM, Guillaume Nodet wrote: The package version are discovered by reading the OSGi manifest headers of the maven dependencies. If the dependencies are not OSGi bundles, no infos will be found. This is the case for all packages provided by the JRE. In addition, I don't th