--- Ambika Awanty <[EMAIL PROTECTED]> wrote:

>   I have sampleEJB.java file also in which i am
> importing
>    import javax.ejb.EntityBean;

As XDoclet ist not compiler, it does not actially care
of classpath correctness. It will not bomb if it does
not find something - it will treat it as unknown
class.

But it need to know javax.ejb.EntityBean as class -
thus all j2ee classes shall be available on task
classpath.

>      I have seen one more thing, all the EJB classes
> are abstract, is this causing problem?
>   public abstract class SampleEJB implements
> EntityBean {

It should be in file calles SampleEJB.java and 
path to it relative to fileset root shall 
resemble package structure. 


regards,

----[ Konstantin Pribluda http://www.pribluda.de ]----------------
JTec quality components: http://www.pribluda.de/projects/


 
____________________________________________________________________________________
Be a PS3 game guru.
Get your game face on with the latest PS3 news and previews at Yahoo! Games.
http://videogames.yahoo.com/platform?platform=120121

-------------------------------------------------------------------------
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