Fw: Failing the build when written orm.xml file

2007-05-25 Thread Praveen G
have struck with these two problems. We are not able to findout where exactly is the mistake in our configurations. Thanks, Praveen Kumar. - Original Message - From: Praveen G To: open-jpa-dev@incubator.apache.org ; Patrick Linskey Cc: Budigam Srinivas Rao ; Murali Adiraju

Help: Failing the build when written orm.xml file

2007-05-24 Thread Praveen G
have struck with these two problems. We are not able to findout where exactly is the mistake in our configurations. Thanks, Praveen Kumar. - Original Message - From: Praveen G To: open-jpa-dev@incubator.apache.org ; Patrick Linskey Cc: Budigam Srinivas Rao ; Murali Adiraju

Re: Problem with Entity Cache

2007-05-23 Thread Praveen G
Hi, Please help us in resolving the following problem. Thanks, Praveen Kumar. - Original Message - From: Praveen G To: open-jpa-dev@incubator.apache.org ; Patrick Linskey Cc: Budigam Srinivas Rao ; Murali Adiraju Sent: Tuesday, May 22, 2007 8:27 PM Subject: Problem with

Problem with Entity Cache

2007-05-22 Thread Praveen G
Hello Patrick Linskey, We are facing the following problem in our project. <0.9.7-incubating fatal user error> org.apache.openjpa.persistence.InvalidStateException: Encountered unmanaged object "[EMAIL PROTECTED]" in persistent field "com.vormetric.server.dao.user.UserDTO.roles" of managed ob

Re: Exception while retrieving the data from database

2007-05-19 Thread Praveen G
Hi, I am having following two classes, modified the code as follows @Entity @Table(name = "LOG_DB2") @Inheritance(strategy = InheritanceType.SINGLE_TABLE) @DiscriminatorColumn(discriminatorType=DiscriminatorType.CHAR) @DiscriminatorValue(value="S") public class A { @Column(name = "LOG_ID") @Id

Exception while retrieving the data from database

2007-05-18 Thread Praveen G
Hello Pinaki/Patrick, I am having following two classes @Entity @Table(name = "LOG_DB2") public class B extends A { @Column(name = "INSTANCE_NAME") private String instanceName; @Column(name = "DB2_TIMESTAMP") private Timestamp db2Timestamp; @Column(name = "DB_ALIAS") private String dbAli