Wai-shing Chung <mailto:[EMAIL PROTECTED]> once said: > I was trying to use the weblogic 7.0 feature to map one > entity bean to multiple database tables using multiple > table-map tags. I don't seem to be able to find any suitable > attributes to do that. I wonder if anybody know how to do this?
The easiest way I know of to figure out how would be to create a deployment descriptor manually that does this and then search for the necessary WebLogic tags in the templates themselves. That way you'll know if XDoclet supports it or not, and if so what the tags are. Note that several of the WL-specific tags are missing. I added tags for optimistic concurrency (which I still need to cvs/patch/submit), but they're unrelated to multiple-table mapping. And no, I haven't mapped a single bean to multiple tables yet. David Harkness Sr. Software Engineer Sony Pictures Digital Networks (310) 482-4756 ------------------------------------------------------- This SF.net email is sponsored by OSDN developer relations Here's your chance to show off your extensive product knowledge We want to know what you know. Tell us and you have a chance to win $100 http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54 _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
