• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

eclipse+Lomboz+JBoss Jndi naming exception ..Plz help

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

I have configured eclipse 3 with Jboss3.0 using Lomboz plugin. Also I am able to deploy a bean successfully. But when I try to test the deployed bean using the client program I am getting the following exception:

javax.naming.NameNotFoundException: StoreAccess not bound
at org.jnp.server.NamingServer.getBinding(NamingServer.java:495)
at org.jnp.server.NamingServer.getBinding(NamingServer.java:503)
at org.jnp.server.NamingServer.getObject(NamingServer.java:509)

I think it means that the jndi-name tag in one of the deployment descriptors is not proper. But I am not sure in which deployment descriptor it must be set. Also as I am greenhorn in EJB world I dont know which all descriptos actually configure JNDI serer and EJB server when I user eclipse with Jboss.
I went thru many forums but not able to solve this problem. Please anyone help me to solve this problem....

Thanks
Shwetha
 
Shweta Rao
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Plz anyone help me..I am badly stuck up with this...
 
Ranch Hand
Posts: 1491
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
HI Swetha, Whether Lomboz plugin supports Eclipse 3.0 ? I think it supports only Eclipse 2.0
 
author & internet detective
Posts: 41860
908
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Shweta,
I am moving this to our JBoss forum.

By the way, it often takes more than a few hours to get an answer. Especially if the post occurs at night JavaRanch time.
 
Shweta Rao
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by kri shan:
HI Swetha, Whether Lomboz plugin supports Eclipse 3.0 ? I think it supports only Eclipse 2.0



Yes I do support Eclipse 3.
 
Shweta Rao
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Shweta Rao:


Yes I do support Eclipse 3.


ooooops Sorry I mean the lomboz 3 plugin support Eclipse 3
 
Would anybody like some fudge? I made it an hour ago. And it goes well with a tiny ad ...
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic