• 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

JNDI lookup in oc4j

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
From a java client , when i try to do a lookup of my bean deployed on an oc4j server(stand alone),the call just blocks,never returns.
I can see that the oc4j server is running fine.
Properties being set at the client are:
NAMING_FACTORY_INITIAL=com.evermind.server.RMIInitialContextFactory
SECURITY_PRINCIPAL=admin
SECURITY_CREDENTIALS=welcome
JNDINAME =myBean
In the ejb-jar.xml I have given :
<ejb-name>myBean</ejb-name>
Isn't this correct.Is there something wrong I am doing.
BTW my network has a firewall which debars multicast,should this affect the lookup??
regards
goki
 
There will be plenty of time to discuss your objections when and if you return. The cargo is this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic