Bugs item #529871, was opened at 2002-03-14 14:36
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=529871&group_id=22866

Category: JBossServer
Group: v3.0 Rabbit Hole
Status: Open
Resolution: None
Priority: 5
Submitted By: Georg Schmid (giorgio42)
Assigned to: Nobody/Anonymous (nobody)
Summary: Return type of finder method not checked

Initial Comment:

RH beta2 on solaris (but the OS is not relevant here).

A (custom) finder method in a local home interface
can be declared to return remote references of the
same EB and the deployer does not notice.

public MyBeanLocalHome extends EJBLocalHome
{
  ...
  // Wrong return type, should be MyBeanLocal:
  public MyBean findMe(); 
  ...
}

is not detected. (Is there any check at all?).

This can result in an "Am I a clown?" experience...

Georg
--
"The horror, the horror" (Conrad, Heart of Darkness)


----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=529871&group_id=22866

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to