Hi,
My ejbdoclet taskdef is as below.
<taskdef
name="ejbdoclet"
classname="xdoclet.modules.ejb.EjbDocletTask"
classpathref="medrec.class.path"
/>
I have sampleEJB.java file also in which i am importing
import javax.ejb.EntityBean;
I have seen one more thing, all the EJB classes are abstract, is this
causing problem?
public abstract class SampleEJB implements EntityBean {
----
I need to export something in classpath?
Regards,
Ambika
Andrew Stevens <[EMAIL PROTECTED]> wrote:
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
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
---------------------------------
Heres a new way to find what you're looking for - Yahoo! Answers
-------------------------------------------------------------------------
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