Hi Rickard,

I tried it and got the following errors:

==============>
CLASSPATH=.;c:\jboss\lib\jboss.jar;c:\j2sdkee1.2.1\lib\j2ee.jar

C:\Temp\doclet>javadoc -doclet com.dreambean.ejbdoclet.EJBDoclet -docletpath
ejbdoclet.jar com\dreambean\bank\ejb\*.java -classpath %CLASSPATH% -d
c:\temp\doclet

Loading source file com\dreambean\bank\ejb\AccountBean.java...
Loading source file com\dreambean\bank\ejb\AccountCMP.java...
Loading source file com\dreambean\bank\ejb\BankBean.java...
Loading source file com\dreambean\bank\ejb\CustomerBean.java...
Loading source file com\dreambean\bank\ejb\CustomerCMP.java...
Loading source file com\dreambean\bank\ejb\TellerBean.java...
Constructing Javadoc information...
com\dreambean\bank\ejb\AccountBean.java:11: Class
org.jboss.test.util.ejb.EntitySupport not found in import.
import org.jboss.test.util.ejb.EntitySupport;
       ^
com\dreambean\bank\ejb\AccountBean.java:12: Class
org.jboss.test.bank.interfaces.Customer not found in import.
import org.jboss.test.bank.interfaces.Customer;
       ^
com\dreambean\bank\ejb\AccountBean.java:26: Superclass
org.jboss.test.util.ejb.EntitySupport of class
com.dreambean.bank.ejb.AccountBean not found.
   extends EntitySupport
           ^
com\dreambean\bank\ejb\BankBean.java:11: Class
org.jboss.test.util.ejb.SessionSupport not found in import.
import org.jboss.test.util.ejb.SessionSupport;
       ^
com\dreambean\bank\ejb\BankBean.java:22: Superclass
org.jboss.test.util.ejb.SessionSupport of class
com.dreambean.bank.ejb.BankBean not found.
   extends SessionSupport
           ^
com\dreambean\bank\ejb\CustomerBean.java:11: Class
org.jboss.test.util.ejb.EntitySupport not found in import.
import org.jboss.test.util.ejb.EntitySupport;
       ^
com\dreambean\bank\ejb\CustomerBean.java:21: Superclass
org.jboss.test.util.ejb.EntitySupport of class
com.dreambean.bank.ejb.CustomerBean not found.
   extends EntitySupport
           ^
Create remote interface for:com.dreambean.bank.ejb.AccountBean
Create remote interface for:com.dreambean.bank.ejb.BankBean
Create remote interface for:com.dreambean.bank.ejb.CustomerBean
Create remote interface for:com.dreambean.bank.ejb.TellerBean
Create home interface for:com.dreambean.bank.ejb.AccountBean
Create home interface for:com.dreambean.bank.ejb.BankBean
Create home interface for:com.dreambean.bank.ejb.CustomerBean
Create home interface for:com.dreambean.bank.ejb.TellerBean
Create ejb-jar.xml
9 warnings
<===================

Seems like I need a few other jars, where can I get it?

Also, it says created Home Interface ..... but there isn't any files accept
for the ejb-jar.xml which is only like this:

==========>
<ejb-jar>
   <description>Test</description>
   <display-name>Test</display-name>
   <enterprise-beans>
   </enterprise-beans>
   <assembly-descriptor>
   </assembly-descriptor>
</ejb-jar>
<==========

Hope you can enlighten me on the above problems.

Thanks.

Regards,
Ken, See Kai Leong

----- Original Message -----
From: "Rickard �berg" <[EMAIL PROTECTED]>
To: "jBoss" <[EMAIL PROTECTED]>
Sent: Wednesday, September 13, 2000 21:34
Subject: Re: [jBoss-User] OffTopic: EJBDoclet v0.2 available


> Hi!
>
> Robert Krueger wrote:
> > Is this just a small utility to help people get started or are there any
> > plans to grow this into a major code generation tool?
>
> Your comments are much appreciated, but for now I think the current
> EJBDoclet is enough. Partly because it already covers quite a lot of the
> basic needs of EJB developers, and partly because I don't have that much
> time to expand it.
>
> Also, I like small tools that do what they're intended for and not much
> more. One could easily imagine other doclets doing something similar to
> what you describe. I did factorize the EJBDoclet so that most of the
> generic code generation stuff (which I copied from my old CodeGenerator
> BTW) can be reused in other doclets. For example, if you were to write a
> BMPDoclet that generated BMP code on top of the CMP-layer provided by
> the EJBDoclet, this would be fairly easy to do by simply subclassing
> either the EJBDoclet or the TemplateDoclet which is the base class.
>
> regards,
>   Rickard
>
> --
> Rickard �berg
>
> Email: [EMAIL PROTECTED]
> http://www.telkel.com
> http://www.jboss.org
> http://www.dreambean.com
>
>
>
> --
> --------------------------------------------------------------
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Problems?:           [EMAIL PROTECTED]
>



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to