1. javax.naming.NameNotFoundException: Name 'Manager1Factory' not found in context '' stackoverflow.comI get the error
when I try to deploy my hibernate app in JBoss 7. The line of code that is throwing this exception ... |
2. JBoss 5 javax.naming.NameNotFoundException: hibernate not bo forum.hibernate.orgI am migrating a 4.0.2 JBOSS app which uses hibernate to JBOSS 5.0.1 GA but if i try to get a hibernate session i keep getting the following error in JBOSS: javax.naming.NameNotFoundException: hibernate not bound The deployment of my UserEjb works fine (see log below) but the org.hibernate.SessionFactory of my .har in the JBoss JMX-Management Console = null. On JBoss 4 ... |