Hi, We recently had a problem with a finder method that we thought was a really stupid error, but turned out not to be. The ejbLoad method of one of our BMP Entity beans was written using the Sun tutorial 'AccountEJB' bean as an example. This example doesn't call context.getPrimaryKey(), but our bean wouldn't work unless the the primary key was obtained from the context. I can see how obtaining the primary key from the context is necessary - but how is the Sun example meant to work without doing so? jim _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user
