• 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 2.0 spec question.

 
Ranch Hand
Posts: 511
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,
On page 496 (section 24.1.2), in the last paragraph of the EJB 2.0 specification, it states:
"To guarantee portability of the enterprise bean�s implementation across all compliant EJB 2.0 containers, the Bean Provider should test the enterprise bean using a container with the security settings defined in Table 19. The tables define the minimal functionality that a complaint EJB container must provide to the enterprise bean instances at runtime."
I am sorry, but I am experiencing difficulty with finding Table 19... Can anyone refer me to a page number within the EJB specification that has Table 19, in it?
All the best,
 
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
Hi Unnsse,
Table 19 is two pages further on page 498.
A search (CTRL-F) for "Table 19" will bring you to the table.
Also make sure, you have the latest version of the EJB 2.0 specification and not some intermediary draft. On the very first page of the spec, you should read "Version 2.0, Final Release"
Happy learning
reply
    Bookmark Topic Watch Topic
  • New Topic