Patches item #628865, was opened at 2002-10-25 18:21
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376687&aid=628865&group_id=22866

Category: JBossServer
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nicolas Fournier (nicfournier)
Assigned to: Nobody/Anonymous (nobody)
Summary: Message Driven Bean TX default

Initial Comment:
Hi.

I think that Transaction Attribute default in CMT for MDB 
should be the same as Session and Entity. Default is 
required for Session and Entity. My opinion is that when 
somebody selects CMT, it is usually because it wants 
to use transactions.

Currently when no transaction attribute is set for 
onMessage method of a MDB, BeanMetaData puts 
TX_UNKNOWN as transaction type. Then 
MessageDrivenBeanMetaData puts 
TX_NOT_SUPPORTED for anything else then 
TX_REQUIRED including TX_UNKNOWN.

I do not know what this effect could have on the test 
suite.

The patch is against latest version of 
MessageDrivenMetaData on 2.4 branch but it applies to 
all versions of JBoss because the code of 
getMethodTransactionType in that class is almost the 
same across all jboss versions.

If the patch is needed against another version of jboss, I 
will provide with pleasure.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376687&aid=628865&group_id=22866


-------------------------------------------------------
This sf.net email is sponsored by: Influence the future 
of Java(TM) technology. Join the Java Community 
Process(SM) (JCP(SM)) program now. 
http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0004en
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to