Hi,
      Sorry i was busy with some other tasks.
     Here is my ejbdoclet
   <taskdef
            name="ejbdoclet"
            classname="xdoclet.modules.ejb.EjbDocletTask"
            classpathref="test.class.path"
            />
    <target name="ejbdoclet" depends="createutiljar">
        <mkdir dir="${test.gen-src.dir}"/>
        <mkdir dir="${test.meta-inf.dir}"/>
          <ejbdoclet
            destdir="${test.classes.dir}"
            mergedir="parent-fake-to-debug"
            excludedtags="@version,@author,@todo"
            addedtags="@xdoclet-generated at ${TODAY},@copyright The XDoclet 
Team,@author XDoclet,@version ${version}"
            ejbspec="2.0"
            force="true"
            verbose="true"
            >
              <fileset dir="${test.src.dir}">
                <!-- <include name="entityEjbs/com/test/entities/*EJB.java"/> 
-->
                <include name="**/*EJB.java"/>
            </fileset>
            <localinterface/>
            <localhomeinterface/>
              <entitypk/>
            <entitycmp/>
              <deploymentdescriptor
                destdir="${test.meta-inf.dir}"
                validatexml="true"
                mergedir="fake-to-debug"
                description="bebe"
                >
            </deploymentdescriptor>
  ---------------------
   
   
  Thanks and 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


 Send free SMS to your Friends on Mobile from your Yahoo! Messenger. Download 
Now! http://messenger.yahoo.com/download.php
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
xdoclet-user mailing list
xdoclet-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to