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

Methods running in Unspecified Transaction

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

Bit confused with what spec and HFE is saying.

p363 of the spec (17.6.5) and p499 of HFE where it lists the methods that might be running in "unspecified transaction context".
It doesn't have anything from Entity Bean yet on p253 of the spec (12.1.4.2) it says "ejbActivate(), ejbPassivate() (among couple of other methods) will run in unspecified transaction context"

why doesn't 17.6.5 talk about the Entity bean methods ?

Thanks in advance
Saehoon
 
Bartender
Posts: 2968
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Saehoon Joung:
why doesn't 17.6.5 talk about the Entity bean methods ?



I wouldn't read too much into that, the list is preceeded by:

This includes the following cases:


So this list is not meant to be complete; it probably just represents the scenarios that the specification writers felt were the most confusing - i.e. people may be lead to believe that these scenarios may in fact have a specific transaction context when they in fact do not. Which entity bean methods run in an "unspecified transaction context" is documented sufficiently elsewhere. There is already sufficient repetition in the specification to make it as long as it is.
 
reply
    Bookmark Topic Watch Topic
  • New Topic