[jboss-user] [EJB/JBoss] - Re: JBoss 5 CR2 - Serialization error

2008-11-22 Thread jaikiran
And i don't know if this is the same issue as http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163835#4163835, but they look similar. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4191463#4191463 Reply to the post : http://www.jboss.com/index.html

[jboss-user] [EJB/JBoss] - Re: JBoss 5 CR2 - Serialization error

2008-11-22 Thread jaikiran
Going by the exception stacktrace, it seems to be failing (going into indefinite loop) while serializing this list contents: anonymous wrote : private List groups = new ArrayList(0); Try playing around with the list contents or by commenting out this list from the user and see if there is any d

[jboss-user] [EJB/JBoss] - Re: JBoss 5 CR2 - Serialization error

2008-11-21 Thread chiradeep
anonymous wrote : When you say infinite error loop what exactly happens? These exceptions keep repeating without any end? Yes the exceptions keep repeating without any end. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4191343#4191343 Reply to the post : h

[jboss-user] [EJB/JBoss] - Re: JBoss 5 CR2 - Serialization error

2008-11-21 Thread chiradeep
User entity | import java.io.Serializable; | import java.util.ArrayList; | import java.util.Date; | import java.util.List; | | import javax.persistence.CascadeType; | import javax.persistence.Column; | import javax.persistence.Entity; | import javax.persistence.FetchType; |

[jboss-user] [EJB/JBoss] - Re: JBoss 5 CR2 - Serialization error

2008-11-21 Thread jaikiran
Also can you please post the User entity code, including import statements and any annotations? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4191327#4191327 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4191327 __

[jboss-user] [EJB/JBoss] - Re: JBoss 5 CR2 - Serialization error

2008-11-21 Thread jaikiran
anonymous wrote : JBoss runs into an infinite error loop while serializing user information When you say infinite error loop what exactly happens? These exceptions keep repeating without any end? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4191326#4191326

[jboss-user] [EJB/JBoss] - Re: JBoss 5 CR2 - Serialization error

2008-11-21 Thread chiradeep
Following is the relevant code in the application custom JAAS Lgoin Module, login() method. The highlighted line retrieves the user info from remote user service. The error occurs at this line. If I write a JDK client (normal Java class run at command prompt) to lookup remote user service and in

[jboss-user] [EJB/JBoss] - Re: JBoss 5 CR2 - Serialization error

2008-11-21 Thread jaikiran
Please post the relevant code. And also, which version of JDK do you use? While posting the logs or xml content or code, remember to wrap it in a code block using the Code button in the message editor window and please hit the Preview button to make sure your post is correctly formatted View th