| Author |
Unspecified Transaction context
|
Madhusudan Gottumukkala
Greenhorn
Joined: Nov 29, 2006
Posts: 8
|
|
What does "unspecified transaction context" mean? I can see this word being used in many places of the SPEC. like for example in page 68 of core spec it says "The PreDestroy lifecycle callback interceptor methods execute in an unspecified transaction and security context." Thanks ! -Madhu
|
 |
Sergio Tridente
Ranch Hand
Joined: Mar 22, 2007
Posts: 329
|
|
It means that there is no transaction associated with that method's execution. Take a look at the chapter that explains transactions in the ejb core spec.
|
SCJP 1.4 (88%) - SCJP 5.0 Upgrade (93%) - SCWCD 1.4 (97%) - SCBCD 5.0 (98%)
|
 |
Chandrashekhar Raiphale
Greenhorn
Joined: Aug 26, 2006
Posts: 14
|
|
Have a look at following point in core specifications, hope this will help you. 13.6.5 Handling of Methods that Run with �an unspecified transaction context�
|
Cheers,<br />Chandrashekhar <br />SCJP
|
 |
 |
|
|
subject: Unspecified Transaction context
|
|
|