Hi,
Did anyone experience the weblogic-cmp-rdbms-jar.xml WQL problem:
When you define finder method in home interface with return
java.util.Collection
you will get excetpion below:
CursefeePSWebLogic_CMP_RDBMS.java:530: cannot resolve
symbol: method finderEnumToCollection (weblogic.ejb.pstore.FindEnumeration)
location: class
accredix.containerManagedEJB.coursefee.CoursefeePSWebLogic_CMP_RDBMS
return finderEnumToCollection(en);
^
1 error
But if you follow the sample on WL doc which return Enumeration it works.
Anyone know how to resolve it?
Thanks!
Larry
===========================================================================
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".