On May 17, 2011, at 6:30 AM, Shawn Jiang wrote: > This change lead to a strange startup failure, seems caused by lack of > javax.management.remote.rmi package import from j2ee-security module. > > I tried to add: > > > <environment> > <import-package>javax.management.remote.rmi</import-package> > </environment> > > to plan of j2ee-security, and the import is listed in the manifest, but it > still does not work. > > > Then I tried to add package javax.management.remote.rmi to > "org.osgi.framework.bootdelegation" in config.properties, it works but I > don't know if there's better solution.
Sorry. I forgot to commit that change. You fixed it faster than I did... ;-) Updating bootdelegation was what I had. I don't know of a better solution. --kevan
