By default appfuse proxies all classes that extend an interface that ends in the word Manager with a transaction. The simplest way to get it to stop proxying your manager is to call the manager interface DocumentumService (or something similar) and make sure it does not extend any class that ends in Manager or any interface that ends in Manager.
Mike. On 11/9/07, John Kwon <[EMAIL PROTECTED]> wrote: > > 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? >
