Hello,

I'm using XDoclet with JBoss 3.2.7. I have many unidirectional relations like this:

* @ejb.relation
*         name = "Seminar-SeminarUser"
*         role-name = "SeminarHasSeminarUsers"
*         target-multiple = "no"
*         target-role-name = "UsersHaveSeminar"
*         target-ejb = "SeminarUser"
*         target-cascade-delete = "yes"
* @jboss.target-relation
*         fk-column = "seminarId"
*         related-pk-field = "id"
*         fk-constraint = "true"


"http://wiki.jboss.org/wiki/Wiki.jsp?page=BatchCascadeDelete"; describes the Batch-Cascade-Delete feature in JBoss. With XDoclet i can enable this feature with the parameter 'batch-cascade-delete' in jboss.relation. But i want to enable this feature for the blind side of the relation. But there is no paramter 'batch-cascade-delete' in jboss.target-relation.
How can i enable this for the blind side?

Thanks for advance,
Stefan Urbansky


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
xdoclet-user mailing list
xdoclet-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to