Hi!
[javac] C:\projects\test\ejb\PersonaliaHome.java:28: findAll() is already defined in 
ejb.PersonaliaHome

I keep getting this errormessage (above) and i cant see what the problem really is. I 
KNOW that  java.util.Collection findAll() is
defined as an abstract method in by PersonaliaBean class. It seems like the concrete 
findall method is not generated in
PersonaliaBMP

The method tag is like this:
 /**
  * @ejb:home-method
  */
  public abstract Collection ejbFindAll()
  throws FinderException;

Any ideas?

/Jon


_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to