Search:

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

Search: Search took 0.03 seconds.

  1. No JTA TransactionManager specified - transaction suspension not available

    Hi Folks,

    I am using MySQL with Geronimo 1.0 and WASCE application Server. I have created a sample application to understand the declarative transaction handling in spring. But some reason its not...
  2. applicationContext.xml : filenotfound

    Hi Folks,

    I have a web application with jsps and some action classes. When i try to read the applicationContext.xml from the action class it give FileNotFoundException.

    in my action class i am...
  3. Replies
    0
    Views
    892

    No JTA TransactionManager found

    Hi Folks,

    I am using Geronimo with WASCE. I have deployed a simple spring web application with transactions on WASCE. i have configured the Transaction manager as JTATrasactionManger. Following...
  4. java.lang.NoClassDefFoundError : org/objectweb/jotm/Current

    Hi Folks,

    I am using Geronimo as container and trying to create Trasaction manger which uses jotm it give error as follows.

    javax.servlet.ServletException: Error creating bean with name 'jotm'...
  5. Karl, One more thing.I have a class called...

    Karl,

    One more thing.I have a class called AllocationService which is starting point of my applications. I want to use spring to setup declarative transactions within these services classes.The...
  6. Ok. Can i know what all other things we can do...

    Ok. Can i know what all other things we can do with transactions.

    Thanks for reply,

    Srikanth
  7. Yes i do understand what your traying to convey...

    Yes i do understand what your traying to convey to me. But i am testing whether i can make a class work in transaction without having any database operartions. This is just for understanding purpose....
  8. Trasactions in Sping with out Database Manipulation

    i 'm trying to test a simple java class which has Simple Sytem.out.println in the methods. And i have applicationContext.xml file, in which i have created a JTATransactionManager and given that...
  9. Trasactions in Sping with out Database Manipulation

    Hi Folks,

    I am new to Spring Framework. I have one basic question. I dont have any database operations in my class. So not even configuring the datasource can i make my method trasactional ?. If...
Results 1 to 9 of 9