btw. I'm pretty sure that this worked with earlier versions of arjuna / JBoss transactions. Maybe it has to do with this issue that has been fixed Jboss Transaction 4.2.1...
Type: Posts; User: b4pro; Keyword(s):
btw. I'm pretty sure that this worked with earlier versions of arjuna / JBoss transactions. Maybe it has to do with this issue that has been fixed Jboss Transaction 4.2.1...
hi there,
I have a problem with a org.springframework.transaction.NoTransactionException when throwing an exception inside a bean that is wrapped with a TransactionProxyFactoryBean. This bean is...
I was not aware of this solution, thank you very much!
hi!
what about adding a google SearchBox to the forum? The google search of the forum is leading to much better results as the normal forum search and could be added as an alternative...
cheers...
you mean doint it this way?
<bean id="transactionManager" class="org.springframework.transaction.jta.JtaTransactionManager">
<property name="transactionManagerName"...
i solved my problem :)
all I had to do was to set add the following to the LocalSessionFactoryBean
<property name="jtaTransactionManager">
<ref bean="myJbossTransactionManager" />...
hi there,
i have a problem with the "Closing a connection for you." INFO message in my JBOSS logfiles - when just calling a simple hibernateTemplate.save() in my pojo. I must do something wrong...
so which version actually solves this problem?
I do have the same problem too. (I'm using weblogic 8.13)
cheers Kai