Samples won't compile in head.

It seems that CustomerBean inherits from PersonBean.  PersonBean defines all
of the finders.  SecurityOfficerBean tries to 'findAll' Customers, but there
are no finders in CustomerHome because CustomerHome no longer inherits from
PersonHome.

If the inheritance issue has been resolved, we need to find out how it
applies to the samples and fix 'em.

I've tried adding a 'findAll' finder for CustomerBean, but it doesn't show
up in the CustomerHome interface.  It does show up in the ejb-jar.xml file,
so, probably has to do with 'findAll' being in PersonHome so it doesn't go
into the CustomerHome.

Also, can someone re-iterate how we do documentation?  I've got a JIRA task
to document one of the ant subtasks, but I have no clue where to put the
documentation.  Even if I do, I'm not sure how to generate the docs.  It
used to be 'maven site' after you built everything, but now that bombs out
on me...

Michael


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to