Default behaviour of TransactionAttributeType in case TransactionManagementType.CONTAINER
Anurag Blore
Ranch Hand
Joined: Jan 15, 2003
Posts: 74
posted
0
All,
If in my stateless bean I have set the TransactionManagementType.CONTAINER(Container Manage Transaction) but I have not set anything in the bean or methods in the bean for
Then what will be the default value set for TransactionAttributeType, I am asking this in general and if its dependent on the application server then its jboss4.2.
I mean TransactionAttributeType is set to which value: REQUIRED,REQUIRESNEW,NOTSUPPORTED,SUPPORTS...etc.