JBoss is binding my
datasource just fine and my webapp works but trying to connect from a
stand-alone client outside of the server fails:
14:25:52,704
INFO [FoobarDS] Bound connection factory for resource adapter for
ConnectionManager 'jboss.jca:service=LocalTxCM,name=FoobarDS to JNDI name
'java:/FoobarDS'
The datasource is
FoobarDS and we lookup the string java:/FoobarDS and that works fine within our
J2EE application. Only fails from a remote client (fabled option D did not
work either:)
TIA,
Rod
