I think you need the resource ref.
Thanks,
Aaron
On 2/7/07, John Hawkins <[EMAIL PROTECTED]> wrote:
Hi,
I've managed to get my servlet to access a JCA when the JCA is deployed first
then the war file.
However, in my web.xml file for the servlet I have to have a resource ref. I'd
rather not have this - I believe that I can get away without having this IF I
know the exact name of the JCA in JNDI - but all my combinations of
java:comp/env/eis fail.
Can anyone confirm that I can get away without the resource ref in my web.xml
and, if so, where is the jca deployed to in JNDI?
many thankis,
John.