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")
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
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
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
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
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
__
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