Non-qualified name of DAOs and Interface
Status: Inactive
Brought to you by:
mattes3
Currently (v1.2.0) in the templates only non-qualified class names
of data objects (e.g. in EntityBean.vsl -> getter/setter and create
methods) and local/home interfaces are
generated.
These non-qualified class names are
complained by XDoclet's ejbdoclet task:
"INFO: Some
classes refer to other classes that were not found among the
sources or on the classpath. ..."
Suggestion:
Add
package name of the generated bean class to the according DAOs
and interfaces.