[jboss-user] [JBoss Seam] - Re: I can't run a simple stateless bean with my Jboss and Se

2008-02-10 Thread xavybb
msystems wrote : I guess the name of the EAR file don't equals 'prueba'? | | | | core:init jndi-pattern=prueba/#{ejbName}/local debug=true / | | ^^ | | Should be the name of the EAR file. | | You are right, my app is

[jboss-user] [JBoss Seam] - Re: I can't run a simple stateless bean with my Jboss and Se

2008-02-10 Thread xavybb
information :-) | | http://www.developer.com/java/ejb/article.php/10931_3670496_1 | Thanks for the usefull link too. Best regards. xavybb View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4128199#4128199 Reply to the post : http://www.jboss.com/index.html

[jboss-user] [JBoss Seam] - I can't run a simple stateless bean with my Jboss and Seam

2008-02-09 Thread xavybb
Hi Community, I'm trying to run a simple example with this Stateless bean: | package org.pruebasoft.prueba; | | import java.util.List; | | import javax.ejb.Stateless; | import javax.interceptor.Interceptors; | import javax.persistence.EntityManager; | import