Re: How to get hold of a WorkManager in a web app?

2009-01-20 Thread fladimir
Thanks a lot, everything works now :) -- View this message in context: http://www.nabble.com/How-to-get-hold-of-a-WorkManager-in-a-web-app--tp21400861s134p21562764.html Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.

Re: How to get hold of a WorkManager in a web app?

2009-01-18 Thread fladimir
Yes, I actually guessed something like that when I checked the full stack trace. Thanks a lot, it deploys now fine. But the name is not found: Caused by: javax.naming.NameNotFoundException: java:DefaultWorkManager at org.apache.xbean.naming.context.AbstractContext.lookup(AbstractContext.

Re: How to get hold of a WorkManager in a web app?

2009-01-18 Thread fladimir
djencks wrote: > > > On Jan 14, 2009, at 8:38 AM, fladimir wrote: > >> >> Unfortunately I couldn't get it to work. I'm really new to gbeans, >> though... >> Maybe someone here (developer?) knows how this is supposed to be done? >> >

Re: How to get hold of a WorkManager in a web app?

2009-01-18 Thread fladimir
Unable to set attribute abstractNameQuery to ?name= DefaultWorkManager# Here's the full stack trace: org.apache.geronimo.common.DeploymentException: Unable to set attribute abstractNameQuery to ?name= DefaultWorkManager# at org.apache.geronimo.deployment.service.SingleGBeanBuilder.setAttr

Re: How to get hold of a WorkManager in a web app?

2009-01-14 Thread fladimir
efaultWorkManager# > > JavaContext > > > > I think the work manager will then be at java:DefaultWorkManager > > I think you can put this gbean in your geronimo plan for your web app > although there might be ordering issues if you

How to get hold of a WorkManager in a web app?

2009-01-11 Thread fladimir
I've tried searching for this a lot, but I haven't found any documentation yet of any JNDI name for DefaultWorkManager or anything similar. Any advice? The WorkManager is to be used by a session bean. -- View this message in context: http://www.nabble.com/How-to-get-hold-of-a-WorkManager-in-a-w