[jboss-user] [EJB/JBoss] - Using OpenJPA as JPA provider

2008-12-03 Thread chiradeep
Does JBoss support using OpenJPA as persistence provider in a deployed application? Has anyone used OpenJPA as the persistence provider in JBoss? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194157#4194157 Reply to the post : http://www.jboss.com/index.h

[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 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] - JBoss 5 CR2 - Serialization error

2008-11-20 Thread chiradeep
I am using JBoss 5 CR2 version with OpenJPA v1.2. The application has a custom JAAS login module that looks up user service (stateless ejb3) and remotely invokes findUser(userId) method to retrieve user information. JBoss runs into an infinite error loop while serializing user information after