EJBContext cannot be injected in 3.1-SNAPSHOT

2008-06-27 Thread Karsten.Ohme
Hi, I can inject the session context successfully with: @Resource private SessionContext ctx; But when I only what to have the EJBContext @Resource private EJBContext ctx; it cannot be injected. Is this intended? Well, SessionContext is fine, but I was wondering why the super

Re: EJBContext cannot be injected in 3.1-SNAPSHOT

2008-06-27 Thread David Blevins
On Jun 27, 2008, at 7:24 AM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, I can inject the session context successfully with: @Resource private SessionContext ctx; But when I only what to have the EJBContext @Resource private EJBContext ctx; it cannot be injected. Is

Re: AW: @ApplicationException(rollback=true) ignored from external API

2008-06-27 Thread David Blevins
I think there was something with the binaries I published. Had to clean out all the old snapshots and redeploy to a clean repo before I could get the updates to come down. Try it again. (clean out the openejb section of your repo for good measure). -David On Jun 27, 2008, at 8:45 AM,

Re: AW: @ApplicationException(rollback=true) ignored from external API

2008-06-27 Thread Karsten Ohme
David Blevins schrieb: I think there was something with the binaries I published. Had to clean out all the old snapshots and redeploy to a clean repo before I could get the updates to come down. Try it again. (clean out the openejb section of your repo for good measure). Well at the