• 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

Glassfish, Java EE: This bundle has no bean of name[]

 
Greenhorn
Posts: 28
jQuery Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have a Java EE application witch is an AER with a EJB and a WAR.

Running the EJB on Glassfish I got the following error:

I have the configurtion file: glassfish-ejb-jar.xml:

I have the Glassfish Server error:

Severe: Exception while deploying the app [ejbEntities] : Referencing error: This bundle has no bean of name [ejbentities]

What name do I have to give to the bean?
I also called it Person because I have a Person bean. The result was the same.
When I remove the line:

I get a:

error

Please help.

Thanks.
reply
    Bookmark Topic Watch Topic
  • New Topic