Re: Re: Yet another ActivationSpec NotFound Problem

2006-03-14 Thread johnxmas
David, >> >> a) first, my ResourceAdapter is started >> b) then, my MDB is deployed. EndpointActivation() is called on the >> RA and it starts >> a Work to handle the EIS messages (This work implements a >> ServerSocket) >> >> All is right. But... >> >> c) On the console appears the message

Re: Yet another ActivationSpec NotFound Problem

2006-03-13 Thread David Jencks
On Mar 13, 2006, at 7:18 AM, johnxmas wrote: David, First of all, thanks for your patience and your help. I found my problem: it was a typo in ra.xml and MessageLisener was not the same in ra.xml and ejb-jar.xml ! Shame on me ! I carefully compared the two message listeners and didn't c

Re: Re: Yet another ActivationSpec NotFound Problem

2006-03-13 Thread johnxmas
David, First of all, thanks for your patience and your help. I found my problem: it was a typo in ra.xml and MessageLisener was not the same in ra.xml and ejb-jar.xml ! Shame on me ! Alas, things continue not to function. a) first, my ResourceAdapter is started b) then, my MDB is deployed. En

Re: Yet another ActivationSpec NotFound Problem

2006-03-10 Thread David Jencks
I don't see what is wrong, everything looks correct to me. I would investigate by stepping through ConnectorModuleBuilder.getActivationSpecInfoMap in a debugger while deploying the rar and ConnectorModuleBuilder.locateActivationSpecInfo while deploying the mdb. The first method puts the n

Re: Re: Re: Yet another ActivationSpec NotFound Problem

2006-03-09 Thread johnxmas
Thanks for your answer. But still stuck in problem a) my Adapter configId (in geronimo-ra.xml) is ScortJcaAdapter15 b) following your advice, I added to my EAR the following geronimo-application.xml http://geronimo.apache.org/xml/ns/j2ee/application"; configId="EARPlan"

Re: Re: Yet another ActivationSpec NotFound Problem

2006-03-09 Thread Krishnakumar B
Hi, U can create a EAR plan (geronimo-application.xml) that contains the EJB plan (openejb-jar.xml). The configIds and parentIds can be configured in such a way so that dependencies are resolved. EAR plan : configID="EARPlan" ParentID="ScortJcaAdapter15" EAR contains EJB plan(openejb-jar.xml) Co

Re: Re: Yet another ActivationSpec NotFound Problem

2006-03-09 Thread johnxmas
>On Mar 8, 2006, at 7:48 AM, johnxmas wrote: > >> Hi, >> >> I deploy an Inbound Resource Adapter at server level (and, no I >> don't want to include it in my ear). This RA >> have all is classes in a jar (including the infamous >> ActivationSpec :-D) >> >> I deploy an EAR with a message-driven

Re: Yet another ActivationSpec NotFound Problem

2006-03-08 Thread David Jencks
On Mar 8, 2006, at 8:37 AM, Aaron Mulder wrote: David -- that's assuming that the RAR is deployed separately from the EAR, right? If the RAR was deployed within the EAR then we'd expect the classes to be found automatically. I should have made that more clear, but he did say he didn't want

Re: Yet another ActivationSpec NotFound Problem

2006-03-08 Thread Aaron Mulder
David -- that's assuming that the RAR is deployed separately from the EAR, right? If the RAR was deployed within the EAR then we'd expect the classes to be found automatically. Thanks, Aaron On 3/8/06, David Jencks <[EMAIL PROTECTED]> wrote: > > On Mar 8, 2006, at 7:48 AM, johnxmas wrote: >

Re: Yet another ActivationSpec NotFound Problem

2006-03-08 Thread David Jencks
On Mar 8, 2006, at 7:48 AM, johnxmas wrote: Hi, I deploy an Inbound Resource Adapter at server level (and, no I don't want to include it in my ear). This RA have all is classes in a jar (including the infamous ActivationSpec :-D) I deploy an EAR with a message-driven bean. And bingo, at