trans-attribute missing http://dev.libresource.org/home/community/forum/8e0a640ac0a8001e00f38fc7afbce52b RE : trans-attribute missing http://dev.libresource.org/home/community/forum/8e0a640ac0a8001e00f38fc7afbce52b/8e1cb456c0a8001e0032a5b1e0a5995c Sebastien Jourdain 2006-01-11T12:22:55+01:00 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]]> trans-attribute missing http://dev.libresource.org/home/community/forum/8e0a640ac0a8001e00f38fc7afbce52b/8e0a689ac0a8001e00f81d0906c14d6c RĂ¼diger Lincke 2006-01-11T12:22:55+01:00 2005-11-14 08:55:44,192 : SessionDesc.checkTxAttribute : trans-attribute missing for method public abstract java.lang.St ring org.libresource.LibresourceService.getShortResourceName(org.libresource.LibresourceResourceIdentifier) throws org.l ibresource.LibresourceException,java.rmi.RemoteException in session bean LibresourceSynchronizerService (set to the defa ult value Supports) 2005-11-14 08:55:44,194 : SessionDesc.checkTxAttribute : trans-attribute missing for method public abstract java.lang.St ringtrans-attribute missing org.libresource.LibresourceService.listAvailablesPermissions(org.libresource.LibresourceResourceIdentifier) throw s org.libresource.LibresourceException,java.rmi.RemoteException in session bean LibresourceSynchronizerService (set to t he default value Supports)

Basically I get quite some messages about a missing trans-attribute. Is this something to worry about? Or can we just ignore it?

Further I wonder if there are some log files we should check for errors or warning, to uncover problems with our LibreSource installation/configuration. It still happens, that the service crashes some times, so I wonder if we might have some hidden problems.]]>