Date: Tue, 23 Mar 2004 10:02:55 -0800
>
>
> I don't see why you need EventPK - xxxPK is generated by xdoclet for
> composite keys, but your EventPK just takes an integer.
>
> Also, I don't see t
On Tue, 2004-03-23 at 17:36, Sunny Bro wrote:
> hi, i'm trying to get basic relations to work with jboss 3.2.3 using
> composite keys but seem to be messing up somewhere. I hope this is the
> right place to ask this question.
Questions about particular application servers ("What configuration
f
so, I don't see the xdoclet tags in Event bean to indicate what cmp
fields form the pk.
In my experience, jboss doesn't support relation where the fk is part of
a composite primary key.
Are the ejb-jar.xml and jbosscmp-jdbc.xml as you expect/want?
Martin
From: "Sunny Bro"
hi, i'm trying to get basic relations to work with jboss 3.2.3 using
composite keys but seem to be messing up somewhere. I hope this is the
right place to ask this question.
I'm using the following structure:
Table user_in_group (2 fields only) :
user_id (part of composite primary key)
group_i