It says in the
EJB spec (about CMT) that for entity beans and session beans there are certain methods that must be assigned transaction attributes. However, the <assembly-descriptor> part of ejb-jar.xml is optional. And the appserver I am using does not complain or give a warning when I deploy a set of beans without the <assembly-descriptor> part.
How does the container know which transaction-attributes to use? Does it use default configuration or no transactions at all ?
Br,
Sven