> Middlegen works fine if you already have your database schema...which
is
> more often than not the case.(I actually started to write my own
tool
> to
> do the same thing until I realised that the wheel was already
invented).
> But if your XML Schema (which we use for validation against XML i
>No, it's not wrong. Check the DTD (it's bundled with xdoclet). Only m:n
>relationships are supposed to have two :s.
Not in my WebLogic. I have Weblogic 6.1 SP1. I do try to define a
unidirectional 1->n relationship but with only one
weblogic-relationship-role I get an assertion during deploy
_Original message
Subject:[Xdoclet-user] Weblogic relationships generate
brokenweblogic-cmp-rdbms-jar.xml
Sender: Daniel Bratell <[EMAIL PROTECTED]>
Date: Wed, 30 Jan 2002 16:25:50 +0100
I've been trying to describe a 1:n relationship from a customer t
>From: Mike Cannon-Brookes <[EMAIL PROTECTED]>
>Date: Wed, 30 Jan 2002 23:13:28 +1100
...
>Basically I believe from reading the release notes they've written Xdoclet
>tags etc for JRun 4.
My lips are sealed (but check out pages 61 & 214 in the JRun Programmer's
Guide).
>PS I'm sure they can't N
I've been trying to describe a 1:n relationship from a customer to the
customer's addresses with the following tags:
* @ejb:interface-method view-type="local"
* @ejb:relation
*name="addresses"
*role-name="one-customer-has-many-addresses"
*target-ejb="Add