Fixed it while you were writing the mail ;) it should be fine now.
A note on OSGi: we can't use our dynamic MBean (@MBean) because it is in javax.management package and this package is used by the jre. Maybe we should support alternative annotations like org.apache.openejb.api.MBean?... just a note - Romain 2012/4/10 David Blevins <[email protected]> > The release branch is looking pretty good. We're still waiting on two > snapshots: > > - Bean Validation > - XBean > > I've seen some OSGi related commits. We still have some snapshot > dependencies in the OSGi package > > osgi/openejb-osgi-tests/pom.xml > <dependency> > <groupId>org.apache.karaf.tooling.exam</groupId> > <artifactId>org.apache.karaf.tooling.exam.container</artifactId> > <version>3.0.0-SNAPSHOT</version> > <scope>provided</scope> > </dependency> > > Thoughts on how to deal with that are welcome. Worst case, we drop that > package again. > > > -David > >
