[JBoss-user] [JCA/JBoss] - Re: How to access a DataSource in JBoss 4.0 from a client?

2004-09-26 Thread Janaudy
It is not recommended to access the DS from outside the J2EE container View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849550#3849550 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849550 --

[JBoss-user] [JCA/JBoss] - Re: How to access a DataSource in JBoss 4.0 from a client?

2004-09-24 Thread sjwhyte
Is this java client trying to get the DataSource from outside the container? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849481#3849481 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849481

[JBoss-user] [JCA/JBoss] - Re: How to access a DataSource in JBoss 4.0 from a client?

2004-09-23 Thread nimrod
sorry, the error message shoule be "javax.naming.NameNotFoundException: mySqlServerDB not bound". View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849382#3849382 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849382 --

[JBoss-user] [JCA/JBoss] - Re: How to access a DataSource in JBoss 4.0 from a client?

2004-09-23 Thread nimrod
I ever changed the dsName in java code from "java:mySqlServerDB" to "mySqlServerDB" or "java:/mySqlServerDB", I still got the same error message. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849379#3849379 Reply to the post : http://www.jboss.org/index.htm