> Another common mistake is - missing
> javax.ejb.(Entity|Session)Bean out of your
> classpath....
> 
> Woithout this interface ( in binary form ) xdoclet
> will be unable to recognize your EJBs unless they
> implement fully qualified interface name. 
> 
> regards,

I'm not sure I understand. If you are asking whether the specified
class/interface is in my classpath, then it should. I have the following
specified in my project.xml, which contains the above interface:

        <dependency>
            <id>ejb</id>
            <artifactId>ejb</artifactId>
            <version>2.1</version>
        </dependency>

I double checked, and the ejb-2.1.jar contains javax.ejb.* classes.

-- 
Bryce Fischer <[EMAIL PROTECTED]>



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to