Search:

Type: Posts; User: b4pro; Keyword(s):

Search: Search took 0.03 seconds.

  1. btw. I'm pretty sure that this worked with...

    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...
  2. Spring, JBoss, Arjuna & TransactionProxyFactoryBean

    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...
  3. I was not aware of this solution, thank you very...

    I was not aware of this solution, thank you very much!
  4. Replies
    1
    Views
    1,770

    Add google searchbox

    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...
  5. you mean doint it this way?

    you mean doint it this way?


    <bean id="transactionManager" class="org.springframework.transaction.jta.JtaTransactionManager">
    <property name="transactionManagerName"...
  6. i solved my problem :) all I had to do was to...

    i solved my problem :)

    all I had to do was to set add the following to the LocalSessionFactoryBean


    <property name="jtaTransactionManager">
    <ref bean="myJbossTransactionManager" />...
  7. JTA + Spring + Hibernate = "Closing a connection for you" INFO

    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...
  8. Replies
    4
    Views
    8,939

    so which version actually solves this problem? ...

    so which version actually solves this problem?

    I do have the same problem too. (I'm using weblogic 8.13)

    cheers Kai
Results 1 to 8 of 8