[JBoss-user] [EJB 3.0] - Re: Warning WARN [ServiceController] Problem starting servi

2006-03-02 Thread djiska1
Ok I send the Propiedad and Empleado class This is Empleado | package org.jboss.jose.db; | | import javax.persistence.*; | import java.util.*; | | | @Entity | @Table(name=empleados) | public class Empleado { | private int idEmpleado; | private String

[JBoss-user] [EJB 3.0] - Re: Warning WARN [ServiceController] Problem starting servi

2006-03-02 Thread djiska1
thank you for information. Now it doesn't have got those errors. Only a 13:51:56,653 FATAL [PersistenceXmlLoader] test JTA I've got to do more test. But I now have finished. Tomorrow i'll follow thank you View the original post :

[JBoss-user] [EJB 3.0] - Re: Problem with ejb and Servlet

2006-02-23 Thread djiska1
I am testing, but I happen the same. I don't know why? Any idea? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3925841#3925841 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3925841

[JBoss-user] [EJB 3.0] - Problem with ejb and Servlet

2006-02-22 Thread djiska1
Hi I am new in JBoss. I am releasing a example but it doesn't work. I don't know why. Can someone help me?. I am going to show all thing i have done. First all I am using the version jboss-4.0.4RC1. Now I am going to write all files that I am using. file persistece.xml | | ?xml