Re: [Middlegen-user] bug in 1-to-many relationship

2002-09-26 Thread Kasper Nielsen
t; <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 26, 2002 8:56 PM Subject: [Middlegen-user] bug in 1-to-many relationship > Having problems with the EJBBeans middlegen created I took a look at > entity-cmp-20.vm > > shouldn't it be (

Re: [Middlegen-user] bug in 1-to-many relationship

2002-09-26 Thread aslak.hellesoy
If you explain the symptom of your problem, I might get a clue about what the bug is :-) What's wrong? Aslak - Original Message - From: "Kasper Nielsen" <[EMAIL PROTECTED]> Date: Thursday, September 26, 2002 7:56 pm Subject: [Middlegen-user] bug in 1-to-many r

[Middlegen-user] bug in 1-to-many relationship

2002-09-26 Thread Kasper Nielsen
Having problems with the EJBBeans middlegen created I took a look at entity-cmp-20.vm shouldn't it be ( _!_$plugin.fkcmp) #if((!$column.fk || !$plugin.fkcmp)) instead of #if((!$column.fk || $plugin.fkcmp)) /** * Returns the $column.variableName * @todo support OracleClob,OracleBlob on WLS