I have two types of persistence in my app.

One uses Hibernate, and goes to SQL Server.  Just fine.

The other goes to Documentum, and is not compliant with any standard - it
has its own api that I call from a service class (reachable from a declared
manager bean).

If I look at the logs, there seems to be a hibernate transaction wrapped
around even my Documentum service calls.

Is there any way to make this stop, without ruining my Hibernate calls
(through another manager with its own service layer) to SQL Server?

Reply via email to