Hi Romain, Yeah, I think that's something related to the tomcat integration: it is working on the standalone version.
The JndiEncBuilder creates a TimerServiceWrapper instance, but the InjectionProcessor cannot use it. That's because the org.apache.xbean.recipe.ObjectRecipe class throws an MissingAccessorException (line 486) when trying to set "test.ejb.UserImpl/timerService". Variables ------------------------------------------------------------------ this=ObjectRecipe (id=496) e=MissingAccessorException (id=507) instance=UserImpl (id=491) clazz=Class<T> (test.ejb.UserImpl) (id=443) propertyName=ObjectRecipe$Property (id=501) propertyValue=TimerServiceWrapper (id=503) members=ArrayList<E> (id=509) ------------------------------------------------------------------ This is an important feature for this release... at least for me: I use it on my project. :O) I'll continue tomorrow. []s, Thiago On Sun, May 8, 2011 at 5:09 AM, Romain Manni-Bucau <[email protected]>wrote: > Hi, > > i looked a bit and i think it is about the tomcat integration (before > the jean Louis refactoring), i'm not sure the timerservice injection > is important for this release. > > - Romain > > 2011/5/6 Thiago Veronezi <[email protected]>: > > Hi guys, > > I am quiet here, but I'm still working on that problem... just to let you > > know. :O) > > > > []s, > > Thiago. > > > > > > On Thu, May 5, 2011 at 11:15 AM, Romain Manni-Bucau > > <[email protected]>wrote: > > > >> i looked a bit the timerservice injection and it seems the jndi name > >> is changed in the jndiencbuilder (prefixed by java:comp/env) but not > >> in the injector... > >> > >> @Thiago: did you merge the xml model representation of JPA 2 > >> descriptors added by Jean-Louis? > >> > >> - Romain > >> > >> 2011/5/4 Romain Manni-Bucau <[email protected]>: > >> > with the bean validation stuff i had some issues like it, maybe the > >> > timerservice injection should be done in the for > >> > (ResourceReferenceInfo referenceInfo : jndiEnc.resourceRefs) loop > >> > instead of the for (ResourceEnvReferenceInfo referenceInfo : > >> > jndiEnc.resourceEnvRefs) one in the JndiEncBuilder. > >> > > >> > - Romain > >> > > >> > 2011/5/4 Thiago Veronezi <[email protected]>: > >> >> I didn't have a change to see it yet. I'll be more than happy to > include > >> it, > >> >> but I still need to get the resource injection problem solved. > >> >> Thanks a lot Romain! > >> >> > >> >> []s, > >> >> Thiago. > >> >> > >> >> > >> >> On Tue, May 3, 2011 at 3:40 PM, Romain Manni-Bucau < > >> [email protected]>wrote: > >> >> > >> >>> Hi, > >> >>> > >> >>> good news! > >> >>> > >> >>> i think bval should (will?) be added, do you think both issues > >> >>> https://issues.apache.org/jira/browse/OPENEJB-1525 and > >> >>> https://issues.apache.org/jira/browse/OPENEJB-1528 could be added? > i > >> >>> could do a 3.2.0 version of the last one if you think so. > >> >>> > >> >>> - Romain > >> >>> > >> >>> 2011/5/3 Thiago Veronezi <[email protected]> > >> >>> > > >> >>> > Hi guys, > >> >>> > I'm just getting back from an amazing trip: Nice, Cinque-Terre, > >> Firenze > >> >>> > and Roma. My batteries are recharged and I'm ready to get back to > >> work. > >> >>> This > >> >>> > evening I'll check that last problem I had with tomee and them > I'll > >> give > >> >>> you > >> >>> > a feedback on that. In the meantime can someone give me some > >> directions > >> >>> on > >> >>> > how to push a snapshot? :O) > >> >>> > > >> >>> > Jean-Louis, are you going to merge the bean validation stuff? > >> >>> > > >> >>> > []s, > >> >>> > Thiago. > >> >>> > > >> >>> > On Tue, May 3, 2011 at 2:53 AM, Jean-Louis MONTEIRO < > >> [email protected] > >> >>> >wrote: > >> >>> > > >> >>> > > David, > >> >>> > > > >> >>> > > During the latest Get Together, I forgot to merge Bean > Validation > >> >>> stuff. > >> >>> > > > >> >>> > > Romain did the work locally and with small changes, it works. > >> >>> > > So I propose to commit Bean Validation stuff as well in the > 3.2.0. > >> >>> > > > >> >>> > > WDYT? > >> >>> > > > >> >>> > > Jean-Louis > >> >>> > > > >> >>> > > -- > >> >>> > > View this message in context: > >> >>> > > > >> >>> > >> > http://openejb.979440.n4.nabble.com/OpenEJB-3-2-0-final-release-tp3490090p3491861.html > >> >>> > > Sent from the OpenEJB Dev mailing list archive at Nabble.com. > >> >>> > > > >> >>> > >> >> > >> > > >> > > >
