On Thu, 2007-04-05 at 13:08 +0100, Ambika Awanty wrote:
> Hi,
>     Any idea how to resolve this problem? 
>  
> Regards,
> Ambika

Assuming your bean class was test.ejb.SampleEJB and it can be found in
${samples.java.dir}/test/ejb/SampleEJB.java, then the fileset in your
original email
            <fileset dir="${samples.java.dir}">
                <include name="test/ejb/*EJB.java"/>
            </fileset> 
looks okay.  Next most likely reason, as Konstantin said, is that
XDoclet either doesn't recognise this as an Entity EJB or doesn't have
the EJB classes available in the classpath.  Assuming you've got an
import for EntityBean, what does your ejbdoclet taskdef look like?


Andrew.
-- 
http://pseudoq.sourceforge.net/  Open source java Sudoku designer &
solver.


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
xdoclet-user mailing list
xdoclet-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to