Resource Menu


RE : trans-attribute missing
The trans attribute is for the definition of the kind of transaction that should be applied to this method.

In our case, we didn't specify transaction type in the get methods, so the system automatically set this method to support in order to include them in transaction only if the call to this method is inside a transaction...

So you don't have to care except if you see a set method with the support attribute...

Otherwise, you could get some logs

  • from Tomcat (JONAS_ROOT/conf/server.xml)
  • from JOnAs (JONAS_ROOT/conf/jonas.properties...)
  • from PostGresQL
Regards,

Artenum Team

posted by Sebastien Jourdain at Jan 11, 2006 12:22 PM