ittle more 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=bb&op=viewtopic&p=4128199#4128199
Reply to the post :
ht
"msystems" wrote : I guess the name of the EAR file don't equals 'prueba'?
|
|
| |
| | ^^
| | Should be the name of the EAR file.
| |
You are right, my app is deployed as a WAR (prueba.war).
I edited my deployed compon
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 javax.persistence.P