2 Replies Latest reply on Mar 29, 2004 12:37 AM by afleet

    transaction attributes

    afleet

      Hi,
      I have an entity bean using CMP. I was under the impression that the
      following methods _have_ to have an associated trans-attribute

      * All business methods defined in the remote interface (and all superinterfaces)
      * Create methods defined in the home interface
      * Findmethods defined in the home interface
      * Remove methods defined in the EJBHome and EJBObject interface

      However when I tried differing approaches I found I can deploy my bean
      even with only one (non-existant) business method defined as being transactional!

      I would have thought if methods in the list above did not have a
      trans-attribute OR non-existant methods did have a trans-attribute
      the deploy would fail...

      Thanks,

      Andy