Hi Colin,
But that's the thing - I have a Service object called FormManager, which makes calls to the database using my FormDAO which uses HibernateTemplate, and in the same method (addForm()) also calls the server API using my FormsetDAO (on the Server it's called a FormSet) which will be managed by my Server transaction stuff.
So, what do I set as the Transaction manager for the FormManger service object when I wrap it as TransactionProxyFactoryBean? At the moment it's the HibernateTransactionManager, but that's without the server stuff...
Many thanks,
David
