[jboss-user] [JBoss Seam] - Re:

2006-12-07 Thread Andreh
I'll try to explaim better ! MyEntity: | | @Entity | @Scope(SESSION) | @Name(users) | public class UserEntity implements Serializable { | |//variable and setters and getters | | } | | My Action Register: | | @Stateless | @Scope(EVENT) | @Name("register")

[jboss-user] [JBoss Seam] - "detached entity passed to persist" problem

2006-12-07 Thread Andreh
Hi all, I'm new to seam, and I'm creating a project here I'm getting this Exception: | Exception during INVOKE_APPLICATION(5): javax.persistence.PersistenceException: org.hibernate.PersistentObjectException: detached entity passed to persist: br.com.dehproject.UsuarioEntity I know that I

[jboss-user] [JBoss Seam] - Re: is not mapped ?

2006-12-04 Thread Andreh
Thanks for your attention =] and for answering my thread I'll study a little more from now on, thanks for the advice View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991090#3991090 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

[jboss-user] [JBoss Seam] - Re: is not mapped ?

2006-12-04 Thread Andreh
I've already tried... =/ now I get this Exception | Exception during INVOKE_APPLICATION(5): javax.persistence.NoResultException: No entity found for query View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991086#3991086 Reply to the post : http://www.jbos

[jboss-user] [JBoss Seam] - is not mapped ?

2006-12-04 Thread Andreh
I'm getting this Exception in the JBoss Seam debug page... and I don't have any idea of what could it be... and I'm using jboss-seam-1.1.0.CR1 anonymous wrote : | Exception during INVOKE_APPLICATION(5): java.lang.IllegalArgumentException: org.hibernate.hql.ast.QuerySyntaxException: userenti

[jboss-user] [JBoss Seam] - Re: doubt with Seam and faces-config.xml

2006-12-01 Thread Andreh
Sorry! Now I understand it... I just saw the seam annotations Thanks you all =] View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3990562#3990562 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3990562 __

[jboss-user] [JBoss Seam] - doubt with Seam and faces-config.xml

2006-12-01 Thread Andreh
Hi all! I'm new to seam and this is my first post too... I'm studying the Seam's examples and I didn't understand this: anonymous wrote : the "messages" is a managed-bean right? but didn't I need to declare it in the faces-config.xml? I'm working in some projects here, but when I use somethi