loubyansky,

Thanks for the message.  I tried adding the following code to my 'ejb-jar.xml' 
file:


  |    <container-transaction >
  |       <method >
  |          <ejb-name>Product</ejb-name>
  |          <method-intf>Local</method-intf>
  |          <method-name>addChild</method-name>
  |          <method-params>
  |             
<method-param>com.tm.wineStore.ejb.catalog.ItemValue</method-param>
  |          </method-params>
  |       </method>
  |       <trans-attribute>RequiresNew</trans-attribute>
  |    </container-transaction>
  | 

(Actually, I'm using Xdoclet so I added a '@ejb.transaction type="RequiresNew" 
to the
'addChild()' method.)

The result?  The same as before.  I added a 'catch (Exception E) { 
log.debug(...); }'
around the ItemLocalHome.create() code, but this bit of exception code was 
never tickled.  The
'addChild()' method completed successfully, but some milliseconds later the
JBoss log file contained the same traceback as before......  Hmmmm.

Any more help?  Thanks, RB

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855271#3855271

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3855271


-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to