[Xdoclet-devel] 1.0?

2001-09-02 Thread Rickard Öberg
Hey So, what's still on the list for 1.0? People are getting anxious to get it, and since the homepage says "production/stable" there should at least be a 1.0 out by now ;-) I have a couple of doclets I want to add (JavaBeanDoclet,WebWorkDoclet,JMXDoclet) but will wait until after 1.0 I think.

Re: [Xdoclet-devel] struts form

2001-09-02 Thread Dmitri Colebatch
On Sun, 2 Sep 2001, Ara Abrahamian wrote: > > The case is really similar to dataobjects. In fact I think it's more > correct to generate an ActionForm by deriving it from the generated > dataobject. you mean generate an ActionForm class that extends the ABCData class? afaik action types must e

[Xdoclet-devel] struts form

2001-09-02 Thread Ara Abrahamian
> ok - I had a thought that maybe we could shift the dependency from the b/e > developers needing struts.jar to the f/e developers needing the ejb source > by running the struts form task inside the webdoclet, but got a > ClassCastException with DocletContext - didn't look into it, not sure if > I

[Xdoclet-devel] having trouble w/ jBoss, cmp 2.0

2001-09-02 Thread Bryan Field-Elliot
I'm having trouble with the latest xdoclet, making CMP beans and deploying on jBoss 2.4 (final) I am getting these messages from the verifier: [Verifier] Bean: mytest/Note Section: 9.2.2 Warning: The entity bean class must not be defined as abstract. [Verifier] Bean: mytest/Note Sectio

Re: [Xdoclet-devel] CVS update: 'xdoclet/core/samples/script build.xml'

2001-09-02 Thread Dmitri Colebatch
ok - I had a thought that maybe we could shift the dependency from the b/e developers needing struts.jar to the f/e developers needing the ejb source by running the struts form task inside the webdoclet, but got a ClassCastException with DocletContext - didn't look into it, not sure if I am trying

[Xdoclet-devel] CVS update: 'xdoclet/core/src/xdoclet/ejb/vendor StrutsFormSubTask.java'

2001-09-02 Thread Dmitri Colebatch
Update of /cvsroot/xdoclet/xdoclet/core/src/xdoclet/ejb/vendor In directory usw-pr-cvs1:/tmp/cvs-serv32079/core/src/xdoclet/ejb/vendor Added Files: StrutsFormSubTask.java Log Message: Initial import of struts form generation based on entity beans. __

[Xdoclet-devel] CVS update: 'xdoclet/core/samples/script build.xml'

2001-09-02 Thread Dmitri Colebatch
Update of /cvsroot/xdoclet/xdoclet/core/samples/script In directory usw-pr-cvs1:/tmp/cvs-serv32079/core/samples/script Modified Files: build.xml Log Message: Initial import of struts form generation based on entity beans. ___ Xdoclet-devel ma

[Xdoclet-devel] CVS update: 'xdoclet/core/resources/xdoclet/ejb/vendor struts_form.j'

2001-09-02 Thread Dmitri Colebatch
Update of /cvsroot/xdoclet/xdoclet/core/resources/xdoclet/ejb/vendor In directory usw-pr-cvs1:/tmp/cvs-serv32079/core/resources/xdoclet/ejb/vendor Added Files: struts_form.j Log Message: Initial import of struts form generation based on entity beans. ___

[Xdoclet-devel] CVS update: 'xdoclet/core/src/xdoclet/ejb EjbDocletTask.java'

2001-09-02 Thread Dmitri Colebatch
Update of /cvsroot/xdoclet/xdoclet/core/src/xdoclet/ejb In directory usw-pr-cvs1:/tmp/cvs-serv32079/core/src/xdoclet/ejb Modified Files: EjbDocletTask.java Log Message: Initial import of struts form generation based on entity beans. ___ Xdocl

[Xdoclet-devel] CVS update: 'xdoclet/core/src/xdoclet/web WebDocletTask.java'

2001-09-02 Thread Dmitri Colebatch
Update of /cvsroot/xdoclet/xdoclet/core/src/xdoclet/web In directory usw-pr-cvs1:/tmp/cvs-serv13982/src/xdoclet/web Modified Files: WebDocletTask.java Log Message: Initial import of struts support. To use add a element to the webdoclet task. Supports Action and ActionForm types with

[Xdoclet-devel] CVS update: 'xdoclet/core/resources/xdoclet/web web_xml.j'

2001-09-02 Thread Dmitri Colebatch
Update of /cvsroot/xdoclet/xdoclet/core/resources/xdoclet/web In directory usw-pr-cvs1:/tmp/cvs-serv13982/resources/xdoclet/web Modified Files: web_xml.j Log Message: Initial import of struts support. To use add a element to the webdoclet task. Supports Action and ActionForm types w

[Xdoclet-devel] CVS update: 'xdoclet/core/resources/xdoclet/web/vendor struts_config_xml.j'

2001-09-02 Thread Dmitri Colebatch
Update of /cvsroot/xdoclet/xdoclet/core/resources/xdoclet/web/vendor In directory usw-pr-cvs1:/tmp/cvs-serv13982/resources/xdoclet/web/vendor Added Files: struts_config_xml.j Log Message: Initial import of struts support. To use add a element to the webdoclet task. Supports Action a

[Xdoclet-devel] CVS update: 'xdoclet/core/src/xdoclet/web/vendor StrutsConfigXmlSubTask.java'

2001-09-02 Thread Dmitri Colebatch
Update of /cvsroot/xdoclet/xdoclet/core/src/xdoclet/web/vendor In directory usw-pr-cvs1:/tmp/cvs-serv13982/src/xdoclet/web/vendor Added Files: StrutsConfigXmlSubTask.java Log Message: Initial import of struts support. To use add a element to the webdoclet task. Supports Action and A

Re: [Xdoclet-devel] Re: [ xdoclet-Bugs-453422 ] Method permissions in DD

2001-09-02 Thread Konstantin Priblouda
--- Andrew Stevens <[EMAIL PROTECTED]> wrote: > > Comment By: Konstantin Pribluda (ko5tik) > > Date: 2001-08-30 08:31 > > > > Message: > > Logged In: YES > > user_id=91100 > > > > I fixed this bug and commited it. > > > > Does anybody know how to close/assign bugs? > > Well, whoever raised i

[Xdoclet-devel] CVS update: 'xdoclet/core/samples/src/java/test/ejb PersonBean.java'

2001-09-02 Thread Dmitri Colebatch
Update of /cvsroot/xdoclet/xdoclet/core/samples/src/java/test/ejb In directory usw-pr-cvs1:/tmp/cvs-serv13227/core/samples/src/java/test/ejb Modified Files: PersonBean.java Log Message: Implemented generation of EntityCMP for EJB 2.0. Simply changed the entitycmp.j and entitybmp.j temp

[Xdoclet-devel] CVS update: 'xdoclet/core/resources/xdoclet/ejb entitybmp.j entitycmp.j'

2001-09-02 Thread Dmitri Colebatch
Update of /cvsroot/xdoclet/xdoclet/core/resources/xdoclet/ejb In directory usw-pr-cvs1:/tmp/cvs-serv13227/core/resources/xdoclet/ejb Modified Files: entitybmp.j entitycmp.j Log Message: Implemented generation of EntityCMP for EJB 2.0. Simply changed the entitycmp.j and entitybmp.j temp

[Xdoclet-devel] CVS update: 'xdoclet/core/src/xdoclet/ejb AbstractEjbSubTask.java EntityCmpSubTask.java'

2001-09-02 Thread Dmitri Colebatch
Update of /cvsroot/xdoclet/xdoclet/core/src/xdoclet/ejb In directory usw-pr-cvs1:/tmp/cvs-serv13227/core/src/xdoclet/ejb Modified Files: AbstractEjbSubTask.java EntityCmpSubTask.java Log Message: Implemented generation of EntityCMP for EJB 2.0. Simply changed the entitycmp.j and entity