Hi,
Just to
test my JNDI tree, I tried to do a lookup for datasource jdbc/Cloudscape.
When I lookup for this datasource from my bean, it works fine.
My code is like this.
But it fails when I try to do a lookup from my client.
I am using the following code.
I am getting the follwing error.
[
java] javax.naming.NameNotFoundException. Root exception is org.omg.CosNa
ming.NamingContextPackage.NotFound
[java] at org.omg.CosNaming.NamingContextPackage.NotFoundHelper.read(No
tFoundHelper.java:29)
[java] at org.omg.CosNaming._NamingContextExtStub.resolve(_NamingContex
tExtStub.java:402)
Any pointers?
Thanks,
Nikhil
[ May 20, 2006: Message edited by: Nikhil Agrawal ]