I have a suggested correction for answer 1.
Current text:
@Stateless
@TransactionManagement(BEAN)
public class MySessionBean implements MySession {
...
}
Suggested correction:
@Stateless
@TransactionManagement(TransactionManagementType.BEAN)
public class MySessionBean implements MySession {
...
}
Or maybe (BEAN) is some sort of short form for Enum Constant (TransactionManagementType.BEAN)?
About Question enthuware.oce-ejbd.v6.2.422 :
Moderators: Site Manager, fjwalraven
-
- Posts: 9
- Joined: Sun Aug 25, 2013 8:40 am
- Contact:
-
- Site Admin
- Posts: 10388
- Joined: Fri Sep 10, 2010 9:26 pm
- Contact:
Re: About Question enthuware.oce-ejbd.v6.2.422 :
Hi,
Yes, it can be assumed that TransactionManagementType.* has been statically imported since the full code listing is not shown. (Even @Stateless will not work without appropriate import statements).
This has now been updated to make it more clear. Thank you for your feedback!
-Paul.
Yes, it can be assumed that TransactionManagementType.* has been statically imported since the full code listing is not shown. (Even @Stateless will not work without appropriate import statements).
This has now been updated to make it more clear. Thank you for your feedback!
-Paul.
Who is online
Users browsing this forum: No registered users and 13 guests