Re: Dynamic Query

2006-03-09 Thread Dave Colasurdo
Gianny Damour wrote: Sorry for this late reply - I was focused on completing the implementation of dynamic queries, which is now available in trunk. Gianny, Has this been committed? I didn't see any code changes associated with GERONIMO-1668 or Dynamic Query. Thanks -Dave-

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: EJB JSP Servlet deploy in the Geranimo tomcat

2006-03-09 Thread Hernan Cunico
Saneera, the following article can give you a basic intro for creating and deploying a sample app. http://opensource2.atlassian.com/confluence/oss/display/GERONIMO/Quick+start+-+Apache+Geronimo+for+the+impatient For details on deployment options and tools you can check this article http://open

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