Hi,
I am using Container Managed stateful session bean with Hibernate.
I have taken the table creation step out of transaction using transaction Attributes.Table creation is done.Data is not inserted into the table.I think, save is happening and commit is not happening.As i am using CMT i should not use explicit Transaction commit in my code.I am using the Transaction API.ie.,
org.hibernate.transaction.JTATransactionFactory
org.hibernate.transaction.JBossTransactionManagerLookup
in my configuration.I want to know how commit is working when i have CMT and Hibernate configuration?Is there anything i am missing?I entensively
searched,if possible please send some reply/link.
rgds,
kavitha
|