Hi
 
 XDoclet doesn't create role-name tag in weblogic-cmp-rdbms-
 jar.xml file, instead it uses target-role-name value.
 Is it a bug?
 (E'thing else works fine. I need to replace the target-role-
 name by role-name value.)
 Thanks
 Madhavan
 Here's my cmr tag for 1-1 uni.
 
 /**
        * @ejb:interface-method view-type="local"
        * @ejb:relation
        * name="User-ContactInfo"
        * role-name="ContactInfo-belongs-to-User"
        * target-ejb="ContactInfo"
        * target-role-name="one-user-has-one-contactInfo"
        * target-multiple="no"
        * @weblogic:relation
        * join-table-name="ContactInfos"
        * @weblogic:target-column-map
        * foreign-key-column="contact_id"
        * key-column="contact_id"
        * @weblogic:column-map
        * foreign-key-column="contact_id"
        * key-column="contact_id"
        */




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to