• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

JNDI Browser

 
Ranch Hand
Posts: 37
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am trying to deploy a couple of application in J2EE 1.3 RI and I hate this server. I am able to do lookup for some beans but for other the lookup fails. I was wondering is there any JNDI browser available for J2EE 1.3 RI so that I can check whether my object are in JNDI tree or not. Any pointers regarding this will be of great help.

Thanks,
Nikhil
[ May 20, 2006: Message edited by: Nikhil Agrawal ]
 
Ranch Hand
Posts: 528
Hibernate Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Why not use JBoss? It's free.
 
Ranch Hand
Posts: 213
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
So is the J2EE 1.3 RI and it is closer to what is on the exam.
 
vikas jain
Ranch Hand
Posts: 37
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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 ]
 
A berm makes a great wind break. And we all like to break wind once in a while. Like this tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic