Re: less-osgi-friendly code drop

2011-07-15 Thread David Blevins
On Jul 13, 2011, at 10:10 PM, David Jencks wrote: On Jul 13, 2011, at 9:46 PM, David Blevins wrote: On Jul 11, 2011, at 12:54 AM, David Jencks wrote:

Re: less-osgi-friendly code drop

2011-07-14 Thread Shawn Jiang
Hi David Jencks, Many cases in interop and webservices failed with following similar exception at deployment phase after your owb/openejb refactor. Seems deploymentinfo does not get initialized correclty in org.apache.geronimo.openejb.EjbDeployment.initialize(BeanContext) { ... } at all.

Re: less-osgi-friendly code drop

2011-07-14 Thread David Jencks
I just committed something that along with fixing some owb integration problems seems to fix this specific error. I think that in the code below some gbean dependencies got mixed up and the web service gbean was starting before the ejb module actually started. I moved the start code back into

Re: less-osgi-friendly code drop

2011-07-13 Thread David Blevins
On Jul 11, 2011, at 12:54 AM, David Jencks wrote: testSpecializedBeanNotInstantiated(org.jboss.jsr299.tck.tests.inheritance.specialization.enterprise.EnterpriseBeanSpecializationIntegrationTest)

Re: less-osgi-friendly code drop

2011-07-13 Thread David Jencks
On Jul 13, 2011, at 9:46 PM, David Blevins wrote: On Jul 11, 2011, at 12:54 AM, David Jencks wrote: testSpecializedBeanNotInstantiated(org.jboss.jsr299.tck.tests.inheritance.specialization.enterprise.EnterpriseBeanSpecializationIntegrationTest)

less-osgi-friendly code drop

2011-07-11 Thread David Jencks
I've back-ported the owb/jcdi related changes on the osgi-friendly branch to trunk and pushed a code drop to http://people.apache.org/~djencks/less-osgi-geronimo-3.0-SNAPSHOT-source-release.zip So far all I know is that it compiles for me and the tomcat full server starts. With the