[jboss-user] [JBoss Seam] - Re: asynchasynchronous transactions problem

2007-05-02 Thread Stateless Bean
| @Entity | @Name("Person") | @Scope(ScopeType.CONVERSATION) | @Role(name="currentPerson", scope=ScopeType.PAGE) | @Table(name="Person") | public class Person implements Serializable { | private static final long serialVersionUID = -3067249951570023008L; | public Person

[jboss-user] [JBoss Seam] - Re: asynchasynchronous transactions problem

2007-05-02 Thread petemuir
No, please post the code for the entity you are trying to persist. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042424#4042424 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4042424

[jboss-user] [JBoss Seam] - Re: asynchasynchronous transactions problem

2007-05-02 Thread Stateless Bean
"petemuir" wrote : You've missed out the Entity you are trying to persist | | I don't get what you suggest, can u please post me an example, how to well form my persist ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042419#4042419 Reply to the post :

[jboss-user] [JBoss Seam] - Re: asynchasynchronous transactions problem

2007-05-02 Thread petemuir
You've missed out the Entity you are trying to persist You can get the full stack trace with a try/catch block or by using your debugger View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042356#4042356 Reply to the post : http://www.jboss.com/index.html?module

[jboss-user] [JBoss Seam] - Re: asynchasynchronous transactions problem

2007-05-01 Thread Stateless Bean
full stack trace is in first post, that's all i get View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042260#4042260 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4042260 ___ jbo

[jboss-user] [JBoss Seam] - Re: asynchasynchronous transactions problem

2007-05-01 Thread Stateless Bean
Please show actual code and the full stack trace. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042259#4042259 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4042259 ___ jboss

[jboss-user] [JBoss Seam] - Re: asynchasynchronous transactions problem

2007-05-01 Thread Stateless Bean
Please show actual code and the full stack trace. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042258#4042258 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4042258 ___ jbos

[jboss-user] [JBoss Seam] - Re: asynchasynchronous transactions problem

2007-05-01 Thread Stateless Bean
Thanks for reply! Yes I mean 1.1.6, I changed Seam to 1.2.1 as you said and here is my news On my laptop problems gone! Method is invoking well, but when i uploaded my ear to production server problem still exist. Maybe this is problem with system? I got Win XP, JBoss 4.0.5 but on serwer is FreeBS

[jboss-user] [JBoss Seam] - Re: asynchasynchronous transactions problem

2007-05-01 Thread petemuir
Seam 1.2.1.GA has been released - 1.1.6 (I assume you mean this as we haven't released a 1.6) is old now, please use a newer version. Please show actual code and the full stack trace. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042211#4042211 Reply to the