Hi,
 
I'm trying to create an <assembly-descriptor> element in my JBoss deployment descriptor.  It looks something like this:
 
<assembly-descriptor>
    <container-transaction>
        <method>
            <bean-name>
                 com.foo.bar
            </bean-name>
           <method-name>
               *
            </method-name>
        </method>
        <trans-attribute>
            Supports
        </trans-attribute>
  </container-transaction>
</assembly-descriptor>
 
Unfortunately, I'm not able to deploy the bean, as the verifier complains that "Supports" is not a valid transactional attribute.  I got this syntax from the EJB 2.0 spec, Proposed Final Draft 2.  What are the transactional descriptions that JBoss recognizes?
 
    Thanks very much for your time.
        Sincerely,
        Eric Lindauer
 
 

Reply via email to