"jaikiran" wrote : As mentioned in the log, the service is bound at :
| java:/hibernate/MySqlSessionFactory
|
| However you are looking up java:/hibernate/MySessionFactory. Change the lookup code
to
|
| this.factory = (SessionFactory)
ctx.lookup("java:/hibernate/MySqlSessionFactory");
Thank you very match. There are so many config files then I wasn't able to find my
typing error.
yours faithfully GB.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4004165#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...