I'm not sure what the spec says about this, but I'd be surprised if you were legally (per spec) allowed to rely on the behaviour. However, in reality, all servers are going to implement the findByPrimaryKey directly, so as long as the method's in the remote interface (so you can compile a client) then it would probably work in any app server.
cheers dim On Tue, 2 Oct 2001, Russell Chan wrote: > Hmm... > > Interesting - I'll try this out - thanks. If this is the case, this should > probably be documented somewhere. > > Which application server are you using - jboss? Does anyone know if this > behaviour is server specific? > > > On Tue, Oct 02, 2001 at 03:24:12PM +0200, Jan Heise wrote: > > hi, > > > > for jboss and orion, i do not define the findByPrimaryKey with > > @ejb:finder at all. this finder is autogenerated by deployment. i even > > do not have ejbFindByPrimaryKey() as i do not want to set options. > > works good for me. just del the finder, try to deploy and call > > home.findByPrimaryKey() - it should work even though there is nothing > > in the sources. > > > > > > jan > > > > -- > > Jan Heise / Tel: +49-163-4803237 / E-Mail: [EMAIL PROTECTED] > > > > Russ > > _______________________________________________ > Xdoclet-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/xdoclet-user > _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
