Re: Message-Driven Beans with run-as Subject

2007-02-21 Thread Aman Nanner/MxI Technologies
Ok, I've succesfully rebuilt the openejb2 branch with my change to the DefaultMdbContainer class. What's the best way to deploy this modified version of OpenEJB to my Geronimo server? I tried adding the JARs to new 2.3-incubating-SNAPSHOT folders in their respective folders, but it seems like

Re: Message-Driven Beans with run-as Subject

2007-02-21 Thread David Jencks
On Feb 21, 2007, at 7:20 AM, Aman Nanner/MxI Technologies wrote: Ok, I've succesfully rebuilt the openejb2 branch with my change to the DefaultMdbContainer class. What's the best way to deploy this modified version of OpenEJB to my Geronimo server? I tried adding the JARs to new

Re: Message-Driven Beans with run-as Subject

2007-02-20 Thread David Jencks
On Feb 19, 2007, at 9:24 PM, Aman Nanner/MxI Technologies wrote: I checked out the MDB interceptor stack and I do see that the EjbRunAsInterceptor is missing. In order for me to add it and test it out, I'd need to rebuild the openejb-2.2 project. I have this checked out but am having

Re: Message-Driven Beans with run-as Subject

2007-02-20 Thread Aman Nanner/MxI Technologies
Ok, I had checked out the openejb2 TAG version, not the trunk version of openejb2. I'll try the trunk David Jencks [EMAIL PROTECTED] wrote on 02-20-2007 11:51:23 AM: On Feb 19, 2007, at 9:24 PM, Aman Nanner/MxI Technologies wrote: I checked out the MDB interceptor stack and I do see

Message-Driven Beans with run-as Subject

2007-02-19 Thread Aman Nanner/MxI Technologies
Hi, One Geronimo 1.2-beta, I'm running into a problem where a message-driven bean that I have is unable to access a stateless session EJB that I have, due to method permission restrictions. This MDB is configured with a run-as subject in the ejb-jar.xml which is supposed to allow it to access

Re: Message-Driven Beans with run-as Subject

2007-02-19 Thread David Jencks
It looks to me as if the mdb interceptor stack is missing the EJBRunAsInterceptor which would mean that run-as wouldn't work. I'm also not seeing how any Subject such as the default subject is set for an mdb call. So I think there's a bug (would rather check the spec to make sure it's

Re: Message-Driven Beans with run-as Subject

2007-02-19 Thread Aman Nanner/MxI Technologies
I checked out the MDB interceptor stack and I do see that the EjbRunAsInterceptor is missing. In order for me to add it and test it out, I'd need to rebuild the openejb-2.2 project. I have this checked out but am having difficulty building it. Is there an article out there for building