• 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
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Bean must not attempt to define a class in a package

 
Ranch Hand
Posts: 82
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I came across following statement:

"The enterprise bean must not attempt to define a class in a package."

This function is reserved for the EJB Container. Allowing the enterprise bean to perform this function would create a security hole.

I did not understand above point. Can someone please explain in detail what exactly is meant by: "The enterprise bean must not attempt to define a class in a package." Can some one please quote an example for better understanding?

:roll:
 
Author & Gold Digger
Posts: 7617
6
IntelliJ IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please have a look at the following thread which handles the same topic:
https://coderanch.com/t/159917/java-EJB-SCBCD/certification/Imitations-EJB-Model

Thanks

PS: We have a search page
 
Montana has cold dark nights. Perfect for the heat from incandescent light. Tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic