Kenny Lomax

Greenhorn
+ Follow
since Mar 08, 2006
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Kenny Lomax

Hello
the answer to Question 42 of the HFEJB final exam says that
a Stateful session bean's ejbCreate() runs in a meaningful transaction.

Can someone please confirm this. I thought that was not he case.
Thanks
Kenny
Hello
I have seen this rule a few times and never understood it:

The Enterpirse Bean must not attempt to define a class in a package

What does this mean!? Clearly we can define classes in packages..
Thanks
Kenny
Many thanks - all clear now
Hi
p.333 HFEJB: "Primary Keys must be serializable."
I think in this sense primitives are not serializable as they do not extend serializable interface and therefore are not allowed as PKs.
Kenny