• 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
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

EJB deployment fault, from EAR

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

I am deploying my ear in BEA WLS 8.1 SP3.

the problem is that I am getting the next exception. The problem is with the JNDI naming stuff. It doesn't find it!

This is for an entity bean(local interfaces), and, yes I am calling the local interfaces and not remote. I use the create ear option from workshop.

java.lang.Exception: javax.naming.LinkException: [Root exception is javax.naming.NameNotFoundException: remaining name: /app/ejb/sisapEjbs.jar#CveBancoMexicoBean/local-home]; Link Remaining Name: 'java:app/ejb/sisapEjbs.jar#CveBancoMexicoBean/local-home'

anybody???

thks a lot.
reply
    Bookmark Topic Watch Topic
  • New Topic