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...
Type: Posts; User: josyulasrikanth; Keyword(s):
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...
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...
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...
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'...
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...
Ok. Can i know what all other things we can do with transactions.
Thanks for reply,
Srikanth
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....
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...
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...