Hi Gary,

Gary wrote:

I am now getting the following warnings in a JTA
environment (this worked fine, no messages, before
RC7):

2004-06-15 13:32:26,728 WARN [Servlet.Engine.Transports : 0] No running tx found,
please only delete objects in context of an
PB-transaction, to avoid side-effects - e.g. when
rollback of complex objects
(org.apache.ojb.broker.core.PersistenceBrokerImpl.delete(PersistenceBrokerImpl.java))



Looking into the code, it appears as though I am now required to do a pb.beginTransaction() in even a managed environment. Am I missing something?


I assume you use PB-api in managed environment and when deleting an object you use a JTA-tx?


Did you set
PersistenceBrokerFactoryClass=org.apache.ojb.broker.core.PersistenceBrokerFactorySyncImpl
in OJB.properties (introduced in rc6)?

regards,
Armin

Thanks for all your hard work, Gary


__________________________________ Do you Yahoo!? Yahoo! Mail is new and improved - Check it out! http://promotions.yahoo.com/new_mail

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to