[jboss-user] [JCA] - Re: Discovery of JCA ConnectionFactory without resource-ref

2009-11-18 Thread maffeis
Thanks for your feedback, Vicky. The trick is to define a not starting with "ra" nor "jdbc" in jboss-web.xml. Once I avoided using the "ra" JNDI context, my connection factories became accessible without declaring them in web.xml View the original post : http://www.jboss.org/index.html?module

[jboss-user] [JCA] - Re: Discovery of JCA ConnectionFactory without resource-ref

2009-11-17 Thread vickyk
"maffeis" wrote : | Is there a way of making such a JNDI lookup possible from a Servlet, without adding a declaration to the web.xml file? Yes you should be able to get theJCA CF by simply looking at the JNDI. Just define the -ds.xml and deploy it in the JBoss, later on in the servlet(or any