Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within OCEEJBD
Search Coderanch
Advance search
Google search
Register / Login
Win a copy of
Microservices Testing (Live Project)
this week in the
Spring
forum!
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
Ron McLeod
Jeanne Boyarsky
Paul Clapham
Sheriffs:
Liutauras Vilda
Henry Wong
Devaka Cooray
Saloon Keepers:
Tim Moores
Stephan van Hulst
Tim Holloway
Al Hobbs
Carey Brown
Bartenders:
Piet Souris
Mikalai Zaikin
Himai Minh
Forum:
EJB Certification (OCEEJBD)
"The enterprise bean must not attempt to define a class in a package" ??
Kaarthik Sivashanmugam
Greenhorn
Posts: 26
posted 18 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
I see the statement "The enterprise bean must not attempt to define a class in a package" in
Mikalai Zaikin's SCBCD Guide
. Someone please explain what it means.
Thanks.
Jef Cumps
cowbird
Posts: 53
posted 18 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
This has to do with using a ClassLoader in an
EJB
, which is prohibited.
There seems to be a method defineClass() in a class Package, and I think they refer to this one...
Girija Siva
Ranch Hand
Posts: 41
posted 18 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hi Karthik
Even this is already posted and there are discussions on this. Search the mailing list
Consider Paul's
rocket mass heater
.
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
enterprise bean must not attempt to define a class in a package
EJB restrictions
Doubt about EJB Restrictions
what's meaning "The enterprise bean must not attempt to define a class in a package."
doubt about programming restrictions
More...