Re[2]: [JBoss-user] cmp-field and cmr-field mapped to same database column

2003-06-13 Thread Alexey Loubyansky
Hello Russell, could you provide a testcase or detailed info on how I can reproduce it? Thanks, alex Thursday, June 12, 2003, 11:27:31 PM, Russell Chan wrote: RC> Hmmm.. RC> I just tried the same code on jboss-3.2.1 and the new 3.2.2rc1 RC> The code was functional, ableit not what I want for

Re: [JBoss-user] cmp-field and cmr-field mapped to same database column

2003-06-12 Thread Alexey Loubyansky
Hello Russell, it should work properly. Try to upgrade your JBoss version. If the issue is still there then submit a bug report. alex Thursday, June 12, 2003, 5:29:05 PM, Russell Chan wrote: RC> Hi, RC> I'm trying to find out if I can have a CMP EJB with a cmp-field RC> accessors and cmr-field

[JBoss-user] cmp-field and cmr-field mapped to same database column

2003-06-12 Thread Russell Chan
Hi, I'm trying to find out if I can have a CMP EJB with a cmp-field accessors and cmr-field accessors mapping to the same database column/foreign key. I'm using jboss-3.2.1 with cmp2 (and xdoclet-1.2b) In my case, the actual foreign key is enough for some circumstances, and I don't want to trigg