Re: Release?

2011-08-23 Thread Shawn Jiang
What's the conclusion of this discussion ? Geronimo needs an new OWB to do 3.0 release. On Tue, Aug 2, 2011 at 2:29 AM, Mark Struberg strub...@yahoo.de wrote: Hi David! I'd like to do some performance/memory tests I propsoed in OWB-600 before kicking a release. LieGrue, strub --- On

Re: NPE when calling BeanManagerImpl.isNormalScope(component.getScope())

2011-03-24 Thread Shawn Jiang
module (which I assume means no beans.xml)? Sincerely, Joe On Mon, Mar 21, 2011 at 12:05 AM, Shawn Jiang genspr...@gmail.com wrote: Could anyone shed some light on following issue ? I got a NPE when calling BeanManagerImpl.isNormalScope(null) when constructing a MDB instance

NPE when calling BeanManagerImpl.isNormalScope(component.getScope())

2011-03-20 Thread Shawn Jiang
Could anyone shed some light on following issue ? I got a NPE when calling BeanManagerImpl.isNormalScope(null) when constructing a MDB instance in a non-webbean ejb module. From the stacktrace, there's no chance the component.getScope() could return a non-null value. I'm wondering why there's

Re: Snapshots

2011-03-10 Thread Shawn Jiang
David is one of the geronimo folks : ) If there's owb spi change, it will break geronimo sooner or later. We definitely want to know what's the change sooner. So, I prefer there's owb snapshot deployment automation. On Thu, Mar 10, 2011 at 5:43 PM, Mark Struberg strub...@yahoo.de wrote:

Fwd: could you deploy the latest snapshot ?

2011-03-08 Thread Shawn Jiang
Hi devs, openejb/geronimo build was broken by the latest owb api changes. could you deploy the latest snapshot so that we could pick up the changes in our build server ? -- Shawn

Re: Fwd: could you deploy the latest snapshot ?

2011-03-08 Thread Shawn Jiang
Date: Tuesday, March 8, 2011, 3:39 PM Hi! Will do that now. LieGrue, strub --- On Tue, 3/8/11, Shawn Jiang genspr...@gmail.com wrote: From: Shawn Jiang genspr...@gmail.com Subject: Fwd: could you deploy the latest snapshot ? To: dev

Fwd: Can't compile openejb trunk with the latest openwebbens trunk artifacts.

2011-01-17 Thread Shawn Jiang
Hi Devs, I just upload a patch to [1] to fix this compilation error on openejb. To make sure openejb won't be broken when the patch is applied. Could you help push a new OWB snapshot ? [1]https://issues.apache.org/jira/browse/OPENEJB-1422 -- Forwarded message -- From: Shawn

Can't compile openejb trunk with the latest openwebbens trunk artifacts.

2011-01-14 Thread Shawn Jiang
[WARNING] COMPILATION WARNING : [INFO] - [WARNING] /opt/anthill3/agent/var/jobs/projects/Common/3_2_OpenEJB_build/project/container/openejb-core/src/main/java/org/apache/openejb/util/PojoSerialization.java:[38,33] sun.misc.Unsafe is

Does it needed to deploy single annotated Type if there's no annotation in the impl Class ?

2011-01-06 Thread Shawn Jiang
I met some CNF problem when running full profile Geronimo TCK. I traced the problem and found even there's no annoation at all in implClass. deploySingleAnnoatedType() will still get executed and scan all the field of the implClass. See following code in method:

Re: OWB as OSGI Bundles

2010-05-13 Thread Shawn Jiang
I tried to wrapped the OWB jars into bundles in geronimo and they worked fine. See https://svn.apache.org/repos/asf/geronimo/server/trunk/plugins/openwebbeans/geronimo-openwebbeans/pom.xml After changing the OWB bundles directly. I also met some class resolving problems that I can't

Re: OWB as OSGI Bundles

2010-05-13 Thread Shawn Jiang
And soon I found the OWB bundle plugin were removed so that I did not try the owb bundles further. On Fri, May 14, 2010 at 9:37 AM, Shawn Jiang genspr...@gmail.com wrote: I tried to wrapped the OWB jars into bundles in geronimo and they worked fine. See https://svn.apache.org/repos/asf

Is it possible to reorg the package names in openwebbeans modules ?

2010-04-23 Thread Shawn Jiang
Hi dev, I found that the packages naming in openwebbeans projects are not following a uniform convention. Some packages with same name are coexisting in multi project. For example: package : *org.apache.webbeans.spi* in both openwebbeans-impl and openwebbeans-spi modules. package :