1) Suppose we set the <transaction-type> tag to Container in the ejb-jar.xml file and do not specify any <trans-attribute> tag what would be the default value of the transaction attribute that would be applied ?
2) When we use Bean Managed JTA, and get the UserTransaction from one component's session context, is this transaction context valid when we call a different (Bean Managed) component ? Since a JTA is managed by
J2EE Server, would the called component use its own transaction context ?