Bugs item #471714, was opened at 2001-10-16 06:46 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=471714&group_id=22866
Category: None Group: v2.4 (stable) >Status: Closed >Resolution: Later Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Scott M Stark (starksm) Summary: getPrimaryKey() on a session bean Initial Comment: Calling getPrimaryKey() on a session bean should result in java.rmi.RemoteException, as specified in the EJB1.1 spec, par 5.8.3. ---------------------------------------------------------------------- >Comment By: Scott M Stark (starksm) Date: 2002-10-28 12:07 Message: Logged In: YES user_id=175228 Who cares? ---------------------------------------------------------------------- Comment By: Scott M Stark (starksm) Date: 2001-10-18 17:59 Message: Logged In: YES user_id=175228 This is due to the current implementation of the equals operation which is performed on the client. The StatelessSessionProxy and StatefulSessionProxy implementations need to be updated to not base equals() on the getPrimaryKey method. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=471714&group_id=22866 ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
