Help
Hi all
My beans are deployed in the Weblogic sucessfully. But during invoking
finder methods.It
gives error. findByPrimaryKey is working fine but findAll() and other
finderByX() is not working
Is this just beacuse of Mapping problem.
Following code i have mentioned in the weblogic-cmp-rdbms.jar.
<finder-list>
<finder>
<method-name>findAll</method-name>
<method-params>
</method-params>
<finder-query><![CDATA[(= 1 1)]]></finder-query>
</finder>
<finder>
<method-name>findUserID</method-name>
<method-params>
<method-param>java.lang.String</method-param>
</method-params>
<finder-query><![CDATA[(=hUserId $0)]]></finder-query>
</finder>
</finder-list>
The code is generated by DDConverter. Prior to this it was deployed
in the Weblogic4.5.1.
Thanx
Rajesh
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".