Hi All,

We are reqrd. To declare TRANS-ATTRIBUTE for Beans in ejb-jar.xml like
following.

    <container-transaction>
      <method>
        <ejb-name>Journal</ejb-name>
        <method-name>*</method-name>
      </method>
      <trans-attribute>Required</trans-attribute>
    </container-transaction>

What if I don't declare the <container-transaction>  block for my
JOURNAL bean. What kind of 
TRANSACTION will be supported by the container? 

Is Default Value?? -

<trans-attribute>Supported</trans-attribute>

Because, I have seen that if bean is invoked under a Transaction even
then there is no problem.

Please help me understand this.

TIA,
Saroj



-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to