• 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

problem using deploy EJBean in Weblogic

 
Ranch Hand
Posts: 32
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
I'm a new user for Weblogic..
I'm just starting to deploy the EJB where i'm using stateless bean example in Weblogic. I can able to Deploy the Beans. And it shows the I EJBean deploy 0 failed.
But when i run the Client, i found the error that JNDI look up failed, make sure whether u deploy the bean correctly.
i have jndi.properties in my weblogic classpath even i found the same error. What should i do???
Thanx in Advance,
Kalaiselvan.S
 
mister krabs
Posts: 13974
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Two things.
1) We have a naming standard that requires the use of a "first name space last name". Please re-register.
2) I am moving this to the BEA/WebLogic forum
------------------
Tom
Sun Certified Programmer for the Java� 2 Platform
Moderator of the forums:
J2EE and EJB
Other Java APIs
 
reply
    Bookmark Topic Watch Topic
  • New Topic