Re: [JBoss-user] transactional settings on methods

2001-09-21 Thread Fred Loney
, 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

[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.