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 (
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
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