Jboss 5 and Seam 2.1.1
Israel Lacerra Feb 20, 2009 8:03 PMI'm trying to run my seam 2.1.1 app on jboss 5 (it works on jboss 4.2.2). But when a seam component try to find a ejb3, something goes wrong and I get a javax.nameNotFoundException.
Apparently everything is ok...
my beans:
15:45:34,057 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=rosys-core.ear,jar=rosys-core.jar,name=DomainEntitiesConverterBean,service=EJB3
15:45:34,057 INFO [JBossASKernel] with dependencies:
15:45:34,057 INFO [JBossASKernel] and demands:
15:45:34,057 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
15:45:34,057 INFO [JBossASKernel] jndi:rosys-core/Ejb3DAOBean/local-br.com.riskoffice.ejb3.Ejb3DAO
15:45:34,057 INFO [JBossASKernel] and supplies:
15:45:34,057 INFO [JBossASKernel] jndi:rosys-core/DomainEntitiesConverterBean/local
15:45:34,057 INFO [JBossASKernel] jndi:rosys-core/DomainEntitiesConverterBean/remote
15:45:34,057 INFO [JBossASKernel] Class:br.com.riskoffice.domain.ui.web.DomainEntitiesConverter
15:45:34,057 INFO [JBossASKernel] jndi:rosys-core/DomainEntitiesConverterBean/local-br.com.riskoffice.domain.ui.web.DomainEntitiesConverter
15:45:34,057 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=rosys-core.ear,jar=rosys-core.jar,name=DomainEntitiesConverterBean,service=EJB3) to KernelDeployment of: rosys-core.jar
and my components:
15:45:56,795 INFO [Component] Component: walletEx, scope: SESSION, type: JAVA_BEAN, class: br.com.riskoffice.domain.ui.web.WalletEx
15:45:56,797 INFO [Component] Component: walletsAliasQuery, scope: EVENT, type: JAVA_BEAN, class: br.com.riskoffice.domain.ui.web.WalletsAliasQuery
15:45:56,799 INFO [Component] Component: walletsQuery, scope: EVENT, type: JAVA_BEAN, class: br.com.riskoffice.domain.ui.web.WalletsQuery
15:45:56,803 INFO [Contexts] starting up: org.jboss.seam.security.persistentPermissionResolver
are created without errors.
Is there any special config I have to make in Seam to work with Jboss 5 ?
thanks
Israel
Apparently everything is ok...
my beans:
15:45:34,057 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=rosys-core.ear,jar=rosys-core.jar,name=DomainEntitiesConverterBean,service=EJB3
15:45:34,057 INFO [JBossASKernel] with dependencies:
15:45:34,057 INFO [JBossASKernel] and demands:
15:45:34,057 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
15:45:34,057 INFO [JBossASKernel] jndi:rosys-core/Ejb3DAOBean/local-br.com.riskoffice.ejb3.Ejb3DAO
15:45:34,057 INFO [JBossASKernel] and supplies:
15:45:34,057 INFO [JBossASKernel] jndi:rosys-core/DomainEntitiesConverterBean/local
15:45:34,057 INFO [JBossASKernel] jndi:rosys-core/DomainEntitiesConverterBean/remote
15:45:34,057 INFO [JBossASKernel] Class:br.com.riskoffice.domain.ui.web.DomainEntitiesConverter
15:45:34,057 INFO [JBossASKernel] jndi:rosys-core/DomainEntitiesConverterBean/local-br.com.riskoffice.domain.ui.web.DomainEntitiesConverter
15:45:34,057 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=rosys-core.ear,jar=rosys-core.jar,name=DomainEntitiesConverterBean,service=EJB3) to KernelDeployment of: rosys-core.jar
and my components:
15:45:56,795 INFO [Component] Component: walletEx, scope: SESSION, type: JAVA_BEAN, class: br.com.riskoffice.domain.ui.web.WalletEx
15:45:56,797 INFO [Component] Component: walletsAliasQuery, scope: EVENT, type: JAVA_BEAN, class: br.com.riskoffice.domain.ui.web.WalletsAliasQuery
15:45:56,799 INFO [Component] Component: walletsQuery, scope: EVENT, type: JAVA_BEAN, class: br.com.riskoffice.domain.ui.web.WalletsQuery
15:45:56,803 INFO [Contexts] starting up: org.jboss.seam.security.persistentPermissionResolver
are created without errors.
Is there any special config I have to make in Seam to work with Jboss 5 ?
thanks
Israel