Hi, now I'm migrating an J2EE application from JBoss eap 4.3 to JBoss eap 5.1, and I have .spring file of the next way:
application.jar
application-kernel.spring
META-INF/jboss-spring.xml
when I try to use the bean factory I have the next error:
javax.ejb.EJBException: NamingException al buscar el BeanFactory en el JNDI application-kernel: application-kernel not bound
How can I be sure if the bean factory is available or if my .spring file was deployed?, excuse me for my bad english and many thanks advance