Hi Friends,
I am using hibernate3.0 with pramati Application server.
i am configuring the datasource in hibernate
hibernate.connection.datasource = jdbc/mysqldb
hibernate.jndi.url =
rmi://localhost:9191
hibernate.dialect = org.hibernate.MysqlDialect
hibernate.transaction_factory_class = org.hibernate.transaction.JTATransactionFactory
hibernate.manager_lookup_class = JBossTransactionManagerLookup
So if i take the Connection object from Datasource in jsp
It is giving the Exception that
Could not locate TransactionManager.
Kindly help me to solve this issue