Hi,
I try this from a client application:
DataSource ds = (DataSource)ctx.lookup("java

racleDS");
my JBoss startet with the INFO:
[OracleDS] Bound connection factory for resource adapter 'JBoss LocalTransaction
JDBC Wrapper' to JNDI name '
java:/OracleDS'
additionell i get some warnings:
WARN [ServiceController] jboss.jca:service=LocalTxDS,name=OracleDS does not implement any Service methods
I get the exception
javax.naming.NameNotFoundException: OracleDS not bound
at org.jnp.server.NamingServer.getBinding(NamingServer.java:495)
while starting the client.
Why I get this exception? where is my mistake? I read I must use a jboss.xml file? is that right? Waht is the content of this file and where should i store the file?
please help