[jboss-user] [EJB 3.0] - Re: detached entity passed to persist

2007-04-24 Thread graflaszlo
Hi Felix, No, the table is empty, I try to insert the first record. I tried with id = 1, but with the same result. Any idea? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4040429#4040429 Reply to the post : http://www.jboss.com/index.html?module=bb&op=post

[jboss-user] [EJB 3.0] - detached entity passed to persist

2007-04-24 Thread graflaszlo
Hi all, I have an entity, named AdatlapElozetesR, wich looks like this: | package mypackage; | | import java.util.*; | import javax.persistence.*; | | @Entity | @Table(name = "ADATLAPELOZETESR", uniqueConstraints = {}) | public class AdatlapElozetesR implements java.io.Serializa

[jboss-user] [EJB 3.0] - Cast an SqlResultSetMapping class

2007-02-12 Thread graflaszlo
Hi all, I have an SqlResultSetMapping like this one: | @SqlResultSetMapping( | name="getData01", | [EMAIL PROTECTED](entityClass=Klass01.class, | [EMAIL PROTECTED](name="id", column="id"), | @FieldResult(name="datum", column="datum")

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - JSF question

2006-07-26 Thread graflaszlo
Hi all I have a web app wich runs on jboss-4.0.4.GA; it uses JSF and EJB3. In web.xml the I have the following settings: index.jsp index.jsf index.html index.htm and Faces Servlet *.jsf OK. It works fine when I access a JSP file from the root of my app like /myapp/index.j