hi I am trying to deploy a entity bean(BMP).I have a finder method in that bean and it returns a Enumeration( collection type). and I get the error the finder should return either a remote or a java.utl.Collection... I am returning a type of collection object only. The following is the error I get
08/30 11:27:27 error The finder method, public abstract java.util.Enumeration com.package.admin.MyBeanHome.findByAll() throws javax.ejb.FinderException,java.rmi.RemoteException, in interface, com.package.admin.MyBeanHome, must return com.package.admin.MyBean or java.util.Collection. See Section 10.6.10/12.2.9. Thanks in advance Sanjeevi ______________________________________________________________________ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
