Hello,

  I have a application who is using XDoclet working on JBoss.
  I want to make it work on WebLogic too.
  When I try to create the DD I got this message :

[ejbdoclet] Executando <weblogic/>
[ejbdoclet] Gerando weblogic-ejb-jar.xml.
[ejbdoclet] Gerando weblogic-cmp-rdbms-jar.xml.
[ejbdoclet] org.xml.sax.SAXParseException: The content of element type "relation
ship-role-map" is incomplete, it must match "(foreign-key-table?,primary-key-tab
le?,column-map+)".
[ejbdoclet]     at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Sou
rce)
[ejbdoclet]     at xdoclet.util.XmlValidator.doValidate(XmlValidator.java:220)
[ejbdoclet]     at xdoclet.util.XmlValidator.validate(XmlValidator.java:189)

And when I look on weblogic-cmp-rdbms-jar.xml the
relationship-role-map is empty :

<weblogic-rdbms-relation>
  <relation-name>a555</relation-name> 
  <weblogic-relationship-role>
    <relationship-role-name>theRequest</relationship-role-name>
    <relationship-role-map></relationship-role-map>
  </weblogic-relationship-role>
</weblogic-rdbms-relation>

  What am I doing wrong ?

-- 
Best regards,
 Danilo                          mailto:[EMAIL PROTECTED]




-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to