I've been compiling some SLSBs that contain XDoclet tags without error
for a while now. Just the other day, someone added two MDBs to the
build that contain XDoclet tags and suddenly the build is reporting the
following error:

[ejbdoclet] Running <remoteinterface/>
[ejbdoclet] Generating Remote interface for ...
[ejbdoclet] Running <homeinterface/>
[ejbdoclet] Generating Home interface for ...
[ejbdoclet] Running <utilobject/>
[ejbdoclet] Generating Util class for ...
[ejbdoclet] Running <deploymentdescriptor/>
[ejbdoclet] Generating EJB deployment descriptor (ejb-jar.xml).
[ejbdoclet] Running <jboss/>
[ejbdoclet] Generating jboss.xml.
[ejbdoclet] Generating jaws.xml.
[ejbdoclet] INFO:    Some classes refer to other classes that were not found among the 
sources or on the classpath.
[ejbdoclet]          (Perhaps the referred class doesn't exist? Hasn't been generated 
yet?)
[ejbdoclet]          The referring classes do not import any fully qualified classes 
matching these classes.
[ejbdoclet]          However, since no packages are imported, xjavadoc has assumed 
that the referred classes
[ejbdoclet]          belong to the same package as the referring class. The classes 
are:
[ejbdoclet] ... Service --> Remote qualified to Remote
[ejbdoclet] ... Service --> Serializable qualified to Serializable

All of the ... were substituted by me for the full list of objects and
paths. The INFO message above is referring to an interface whose name is
Service and implements both the Remote and the Serializable interfaces
so it also imports the each of those classes. Each EJB implements the
Service interface and has worked just fine so far. In fact, there's not
even any functionality in the Service interface. It's simply a marker.

I can't quite figure out what this message means. Can someone shed some
light on this message for me?

Bruce 
-- 
perl -e 'print unpack("u30","<0G)[EMAIL PROTECTED]&5R\"F9E<G)E=\$\!F<FEI+F-O;0\`\`");'

The Castor Project 
http://www.castor.org/

Apache Geronimo 
http://incubator.apache.org/projects/geronimo.html




-------------------------------------------------------
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to