[JBoss-user] [EJB 3.0] - Re: OneToMany fetchtype eager.

2006-05-27 Thread prabhumadanagopal
I have the same problem. My question is where is @IndexColumn? not in JEE API View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947140#3947140 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947140 ---

[JBoss-user] [EJB 3.0] - Re: Migration 4.0.4.CR2 -> 4.0.4.GA problem

2006-05-27 Thread prabhumadanagopal
I don't find @IndexColum in Java EE API. I need to fetch eager and use List for @OneToMany. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947135#3947135 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947135 -

[JBoss-user] [EJB 3.0] - Composite and Overlapping PK

2006-05-25 Thread prabhumadanagopal
Sorry for posting again.. I have a problem in Composite n Overlapping PK with @EmbeddedId tags Is there any other JBOSS specific annotations I need to use? like @Dependable.. Is there any sample code that shows Composite and Overlapping PK mapping? I am using JBoss 4.0.4 GA. Please have a look

[JBoss-user] [EJB 3.0] - Re: Composite PK and Overlapping FK in EJB3

2006-05-23 Thread prabhumadanagopal
Posting again as the code was not visible in the previous post Code starts--here-- @IdClass(com.x.ejb.entity.impl.UserGroupKey.class) @Entity public class UserGroup { ... @Id @Column(name="GROUPID", insertable=false, updatable=false) public String getGroupId() { return groupId

[JBoss-user] [EJB 3.0] - org.hibernate.MappingException in Composite PK also Overlapp

2006-05-23 Thread prabhumadanagopal
@IdClass(com.x.ejb.entity.impl.UserGroupKey.class) @Entity public class UserGroup { ... @Id @Column(name="GROUPID", insertable=false, updatable=false) public String getGroupId() { return groupId; } ... @Id @Column(name="USERID", insertable=false, updatable=false)

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: EJB3 Project using jboss-4.0.4.CR2

2006-05-02 Thread prabhumadanagopal
I tried with the mentioned patch and also with the nightly build but in vain. Please give me a solution. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940777#3940777 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39407