• 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

EJB Client as Jsp

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

I am new o EJB
I have created a new EJB app . In EJB module i created a package having one interface and one stateless bean


and exported the jar using the eclispe IDE

Then i deployed the jar in Deploy folder of JBoss

I created one folder named client.war in jBoss deploy directory and created 2 Jsp's there

index.jsp


WebClient.jsp


Its not able to find the Bean

Please let me know if i am going wrong

Thanks In Advance

Ramandeep S.
 
Ranch Hand
Posts: 138
Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

When you deploy the EJB JAR in JBoss, did you see the deployed EJB name on the JBOSS console?
I think there is some issue with the JNDI name with which the EJB is registered on the server.
 
reply
    Bookmark Topic Watch Topic
  • New Topic