Re: [JBoss-user] transactional settings on methods

2001-09-21 Thread Fred Loney



Fixed in 2.4. Bug base is at
http://sourceforge.net/tracker/?group_id=22866atid=376685
although a quick search didn'tyield any 
hits. 

Fred LoneySpirited Software, Inc.www.spiritedsw.com

  - Original Message - 
  From: 
  Eric Lindauer 

  To: [EMAIL PROTECTED] 
  
  Sent: Thursday, September 20, 2001 2:38 
  PM
  Subject: [JBoss-user] transactional 
  settings on methods
  
  Hi,
  
  I am trying to setup transactional settings on 
  the methods of a bean via the assembly-descriptor element. 
  According to the spec, I can set a default on all the methods by using 
  method-name*/method-name for one transactional setting, and 
  then method-namesetName/methodName for another.
  
  When I try this, the bean acts as though the 
  setting I created with * is set for all the methods, even those that have been 
  overriden to some other setting. Do I misunderstand the spec? 
  Might this be a bug?
  
  I've included my (edited) ejb-jar.xml file to 
  help. Thanks for any suggestions you may have.
  
   -Eric
  
  PS. Is there a list of known bugs that I 
  can search someplace? I apologize if this is a known issue.
  
  ejb-jarenterprise-beanssessiondescriptionthe 
  ARemote session 
  bean/descriptiondisplay-nameARemote/display-nameejb-namecom.hcm.tools.test.ARemote/ejb-namehomecom.hcm.tools.test.ARemote_Home/homeremotecom.hcm.tools.test.ARemote_Remote/remoteejb-classcom.hcm.tools.test.ARemote_Bean/ejb-classsession-typeStateful/session-typetransaction-typeContainer/transaction-type/session
  
  /enterprise-beansassembly-descriptorcontainer-transactionmethodejb-namecom.hcm.tools.test.ARemote/ejb-namemethod-name*/method-name/methodtrans-attributeNever/trans-attribute/container-transactioncontainer-transactionmethodejb-namecom.hcm.tools.test.ARemote/ejb-namemethod-namerequiresNew/method-name/methodtrans-attributeRequiresNew/trans-attribute/container-transaction/assembly-descriptor/ejb-jar


[JBoss-user] transactional settings on methods

2001-09-20 Thread Eric Lindauer



Hi,

I am trying to setup transactional settings on the 
methods of a bean via the assembly-descriptor element. According 
to the spec, I can set a default on all the methods by using 
method-name*/method-name for one transactional setting, and then 
method-namesetName/methodName for another.

When I try this, the bean acts as though the 
setting I created with * is set for all the methods, even those that have been 
overriden to some other setting. Do I misunderstand the spec? Might 
this be a bug?

I've included my (edited) ejb-jar.xml file to 
help. Thanks for any suggestions you may have.

 -Eric

PS. Is there a list of known bugs that I can 
search someplace? I apologize if this is a known issue.

ejb-jarenterprise-beanssessiondescriptionthe 
ARemote session 
bean/descriptiondisplay-nameARemote/display-nameejb-namecom.hcm.tools.test.ARemote/ejb-namehomecom.hcm.tools.test.ARemote_Home/homeremotecom.hcm.tools.test.ARemote_Remote/remoteejb-classcom.hcm.tools.test.ARemote_Bean/ejb-classsession-typeStateful/session-typetransaction-typeContainer/transaction-type/session

/enterprise-beansassembly-descriptorcontainer-transactionmethodejb-namecom.hcm.tools.test.ARemote/ejb-namemethod-name*/method-name/methodtrans-attributeNever/trans-attribute/container-transactioncontainer-transactionmethodejb-namecom.hcm.tools.test.ARemote/ejb-namemethod-namerequiresNew/method-name/methodtrans-attributeRequiresNew/trans-attribute/container-transaction/assembly-descriptor/ejb-jar