Re: Referencing JCA Admin Objects

2005-11-17 Thread David Jencks
On Nov 17, 2005, at 11:16 AM, Richard wrote: David,   Thanks for the reply,   My geronimo.log file has the following line for the admin object; thus is appears to be running:   13:47:58,152 DEBUG [GBeanInstanceState] GBeanInstanceState for: geronimo.server: J2EEApplication=null,J2EEServer

Re: Referencing JCA Admin Objects

2005-11-17 Thread Richard
David,   Thanks for the reply,   My geronimo.log file has the following line for the admin object; thus is appears to be running:   13:47:58,152 DEBUG [GBeanInstanceState] GBeanInstanceState for: geronimo.server:J2EEApplication=null,J2EEServer=geronimo,JCAResource=MyApp/Configuration,j2eeType=JCAAd

Re: Referencing JCA Admin Objects

2005-11-17 Thread David Jencks
At first glance this all looks ok to me. You are certainly using the correct jndi subcontext. What error do you get? Can you verify that the gbean for your admin object did in fact get started (look in geronimo.log). Are there any related exceptions in the log? thanks david jencks On Nov

Referencing JCA Admin Objects

2005-11-17 Thread Richard
I have written a JCA connector that makes use of several admin objects (like JMS queues and topics) but I am having issues referencing it from my EJB.  This works fine when referencing ActiveMQ recources but not for my own connector.  The only thing I can figure is that I am not using the proper JN