Hi,
It appears that when I generate the weblogic-cmp-rdbms-jar.xml through xdoclet
1.2b1 I get errors whe trying to deploy onto my server.
XDoclet appears to generate <weblogic-query> elements in the file, which
include the finder methods. This doesn't make sense (to me!) as the finders
are already defined in the ejb-jar.xml file.
e.g.
<weblogic-query>
<query-method>
<method-name>findByCustomer</method-name>
<method-params>
<method-param>java.lang.String</method-param>
</method-params>
</query-method>
<weblogic-ql>![CDATA[SELECT OBJECT(o) FROM Order AS o WHERE o.customer.
customerId=?1]]></weblogic-ql>
</weblogic-query>
I can get my application to deploy on JBOSS 3.0.4 without problems but the
weblogic.ejbc parser obviously doesn't like the finders in the
weblogic-cmp-rdbms-jar.xml file.
Has anyone got a similar problem and if so how do i solve it.
Anthony
********************************************************************
This email and any attachments are confidential to the intended
recipient and may also be privileged. If you are not the intended
recipient please delete it from your system and notify the sender.
You should not copy it or use it for any purpose nor disclose or
distribute its contents to any other person.
********************************************************************
-------------------------------------------------------
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