I realized that I have two relations that use cascade-delete="yes" and
batch-cascade-delete="true".
I am using both tags together like this:

* @ejb.relation 
*       name="ProbenahmeHatKoepfe"
*       role-name="Kopf-von-Probenahme"
*       cascade-delete="yes"
*               
* @jboss.relation
*    related-pk-field="id"
*    fk-column="pnk_pnaid"
*    batch-cascade-delete="true"
*               
     
I scanned through the documentation and could not find any mistakes...



> Hello to everybody,
> 
> I have a problem using xdoclet-1.2.3 and jboss3.2.6,
> I have used xdoclet 1.2.1 successfully with jboss, but when I deploy my
> ejbs
> I get an error message concerning the *jbosscmp-jdbc.xml*:
> 
> 
> XmlFileLoader: .../jbosscmp-jdbc.xml process error.Line:2920. Error
> message:
> Element type "batch-cascade-delete" must be declared.
> 
> This <batch-cascade-delete/>-Element stands nested within an
> <ejb-relation>-Element.
> I am new to both jboss and xdoclet, so I don't really know where to look
> for
> the source of this error.
> I am using CMP and CMR for my EJBs.
> Are there any jboss-specific tags to specify the jboss-version with?
> Can anyone tell, where/what I might have to look for?
> 
> Thanks in advance,
> Mathias
>  
> 
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by: NEC IT Guy Games.
> Get your fingers limbered up and give it your best shot. 4 great events, 4
> opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
> win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
> _______________________________________________
> xdoclet-user mailing list
> xdoclet-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xdoclet-user
> 


-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
_______________________________________________
xdoclet-user mailing list
xdoclet-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to