2 Replies Latest reply on Jan 10, 2002 5:50 PM by joe543

    explicit trans-attribute needed?

    joe543

      Hi,

      Tomcat3.2.3+Jboss2.4.1 on SuSE Linux 7.2 against PostgreSQL 7.

      I have a stateless session-bean which first calls a CMP entity bean finder and then a method on the found entity which in turn calls a getter and a setter on the found entity.

      The entity's trans-attribute is declared as required but the session bean has no equivalent definition in this file.

      If I have a session bean which has no trans-attribute defined for it in the ejb-jar.xml file, how will the container treat this bean for transactions? (i.e. is there a default?). If this is covered in the docs or in another forum, a pointer will do nicely. :-)

      Any help much appreciated.

      joe