[Xdoclet-devel] CVS: xdoclet/samples/src/java/test/ejb AccountBean.java,1.13,1.14

2003-02-20 Thread David Jencks
Update of /cvsroot/xdoclet/xdoclet/samples/src/java/test/ejb In directory sc8-pr-cvs1:/tmp/cvs-serv29976/samples/src/java/test/ejb Modified Files: AccountBean.java Log Message: jboss 3.2 cmp2 support, probably including some problems Index: AccountBean.java ==

[Xdoclet-devel] CVS: xdoclet/modules/jboss/src/xdoclet/modules/jboss/ejb JBossSubTask.java,1.21,1.22

2003-02-20 Thread David Jencks
Update of /cvsroot/xdoclet/xdoclet/modules/jboss/src/xdoclet/modules/jboss/ejb In directory sc8-pr-cvs1:/tmp/cvs-serv29976/modules/jboss/src/xdoclet/modules/jboss/ejb Modified Files: JBossSubTask.java Log Message: jboss 3.2 cmp2 support, probably including some problems Index: JBossSubTa

[Xdoclet-devel] CVS: xdoclet/modules/jboss/src/xdoclet/modules/jboss/ejb/resources jbosscmp-jdbc_3_2.dtd,NONE,1.1 jbosscmp-jdbc_xml.xdt,1.42,1.43

2003-02-20 Thread David Jencks
Update of /cvsroot/xdoclet/xdoclet/modules/jboss/src/xdoclet/modules/jboss/ejb/resources In directory sc8-pr-cvs1:/tmp/cvs-serv29976/modules/jboss/src/xdoclet/modules/jboss/ejb/resources Modified Files: jbosscmp-jdbc_xml.xdt Added Files: jbosscmp-jdbc_3_2.dtd Log Message: jboss

[Xdoclet-devel] Question/suggestion for xdoclet 2 xml generation

2003-02-20 Thread David Jencks
I'm afraid I haven't been following the xdoclet 2 development very closely, but now that I have spent a little time with the jboss cmp2 template I know what I want:-)) I'd like to know if it is planned/implemented/practical and what I can do to make it happen sooner: I'd like xml output files to

[Xdoclet-devel] [XDoclet JIRA] Created: (XDT-318) Multiple Value Objects Strategy w/ CMR

2003-02-20 Thread legendaryservice
Message: A new issue has been created in JIRA. - View the issue: http://opensource.atlassian.com/projects/xdoclet/secure/ViewIssue.jspa?key=XDT-318 Here is an overview of the issue:

Re: [Xdoclet-devel] jolt

2003-02-20 Thread Andrew Stevens
On Thu, 2003-02-20 at 01:23, Erik Hatcher wrote: > I mailed someone I know that is involved in the Jolt awards, and she > got it to the right person to take care of it. While you're at it, you might want to query the entry for "SQL Anywhere Studio (Sonic Software)" Last I heard, SQL Anywhere is

[Xdoclet-devel] xdoclet-announce (was: RE: Who removed the forums?)

2003-02-20 Thread Andrew Stevens
On Thu, 2003-02-20 at 09:55, Ara Abrahamian wrote: > > > I also agree with Andrew: Let's keep xdoclet-announce and use it > more. > > > > Okay, first up - what about the "eXtreme XDoclet" session that Erik's > > doing at TheServerSide Symposium in June? > > Imho it's absolutely right to use xdocl

RE: [Xdoclet-devel] APT, Maven and LGPL

2003-02-20 Thread Ara Abrahamian
I haven't registered the site. Nor Aslak afaik. Ara. > -Original Message- > From: [EMAIL PROTECTED] [mailto:xdoclet-devel- > [EMAIL PROTECTED]] On Behalf Of Andrew Stevens > Sent: Friday, February 21, 2003 12:00 AM > To: [EMAIL PROTECTED] > Subject: Re: [Xdoclet-devel] APT, Maven and LGP

Re: [Xdoclet-devel] APT, Maven and LGPL

2003-02-20 Thread Andrew Stevens
On Thu, 2003-02-20 at 11:39, Marcus Brito wrote: > Andrew Stevens wrote: > >>host -t ns xdoclet.org. > >> > >>xdoclet.org NS NS3.NKS.NET > >>xdoclet.org NS NS5.NKS.NET > > Relax, Andrew :) Someone (Aslak or Ara, maybe someone else, I'm not > sure) registered xdoclet.org by the time we were discus

Re[2]: [Xdoclet-devel] IDE needs for supporting XDoclet generation

2003-02-20 Thread Hans Dockter
Hello Ara, AA> I installed the JBoss-IDE plugins today. I'm thinking about making it AA> work with hibernate @tags. What should I do? What are the steps? AA> Ara. It's written in the releasenotes (section XDocletModules): http://sourceforge.net/project/shownotes.php?release_id=140121 Hans

[Xdoclet-devel] [XDoclet JIRA] New comment: (XDT-317) @web.servlet tag produces invalid web.xml for Servlets that employ inheritance

2003-02-20 Thread legendaryservice
The following comment has been added to this issue: Author: Stanford S. Guillory Created: Thu, 20 Feb 2003 10:57 AM Body: Btw, this was found using Xdoclet 1.2 beta 2. - View the issue: http://opensource.atlass

[Xdoclet-devel] [XDoclet JIRA] Created: (XDT-317) @web.servlet tag produces invalid web.xml for Servlets that employ inheritance

2003-02-20 Thread legendaryservice
Message: A new issue has been created in JIRA. - View the issue: http://opensource.atlassian.com/projects/xdoclet/secure/ViewIssue.jspa?key=XDT-317 Here is an overview of the issue:

RE: [Xdoclet-devel] IDE needs for supporting XDoclet generation

2003-02-20 Thread Ara Abrahamian
I installed the JBoss-IDE plugins today. I'm thinking about making it work with hibernate @tags. What should I do? What are the steps? Ara. > -Original Message- > From: [EMAIL PROTECTED] [mailto:xdoclet-devel- > [EMAIL PROTECTED]] On Behalf Of Hans Dockter > Sent: Tuesday, February 18, 2

Re: [Xdoclet-devel] Generating Struts Forms from POJOs

2003-02-20 Thread Erik Hatcher
Why not make your own custom subtask to do this and leave the EJB one alone? I'd help if I felt this was something I needed, but I don't see POJO's as the right way to build forms - its not necessarily a one-to-one from form to value object to database. Creating a custom subtask is pretty simp

[Xdoclet-devel] Generating Struts Forms from POJOs

2003-02-20 Thread Matt Raible
I'm interested in getting Struts Froms to generate from POJOs - I've submitted a patch (http://tinyurl.com/5bb9) for this, yet it just sits where uncommitted. What can I do help this along - are you unsatisfied with the patch? Should I improve upon it? I recently wrote a chapter on XDoclet and

RE: [Xdoclet-devel] Who removed the forums?

2003-02-20 Thread Konstantin Priblouda
--- "Rupp,Heiko" <[EMAIL PROTECTED]> wrote: > Konstantin, > > > Well, my speaker invitation was direct follow-up > > to arcticle in german "Java Magazin" :) > > Cool. Nice article btw. > > I always asked myself if anyone reads articles ... > :-) I got whole 2 feedback emails so far :) I th

RE: [Xdoclet-devel] Who removed the forums?

2003-02-20 Thread Rupp,Heiko
Konstantin, > Well, my speaker invitation was direct follow-up > to arcticle in german "Java Magazin" :) Cool. Nice article btw. I always asked myself if anyone reads articles ... :-) Heiko -- Bancotec GmbH EMail: [EMAIL PROTECTED] Calwer Str. 33 Telefon: +49 711 222 992 900 D-7

Re: [Xdoclet-devel] Who removed the forums?

2003-02-20 Thread Konstantin Priblouda
--- Marcus Brito <[EMAIL PROTECTED]> wrote: > Konstantin Priblouda wrote: > > > Oh well, while we are at it, I can also do some > > announcement: > > > > I got confirmation of my invitation as speaker > about > > xdoclet on JAX 2003: > > http://www.jax2003.de > > ( It's session/track E19 AFAIK

Re: [Xdoclet-devel] Who removed the forums?

2003-02-20 Thread Marcus Brito
Konstantin Priblouda wrote: Oh well, while we are at it, I can also do some announcement: I got confirmation of my invitation as speaker about xdoclet on JAX 2003: http://www.jax2003.de ( It's session/track E19 AFAIK ) Hm, and I should be writing an article about XDoclet for the "Java Magazi

Re: [Xdoclet-devel] APT, Maven and LGPL

2003-02-20 Thread Marcus Brito
Andrew Stevens wrote: host -t ns xdoclet.org. xdoclet.org NS NS3.NKS.NET xdoclet.org NS NS5.NKS.NET Relax, Andrew :) Someone (Aslak or Ara, maybe someone else, I'm not sure) registered xdoclet.org by the time we were discussing the move to Jakarta. Or so I think. If I'm wrong maybe we should

[Xdoclet-devel] Maven spinning bug

2003-02-20 Thread Konstantin Priblouda
Hi all, just discovered what caused hibernate doclet to spin around. It's MergeTagsHandler, which does not process merged files while parsing correctly if mergeDir was not set getMergeFileContents is root of the evil... ---%< else { if (getDocletCon

Re: [Xdoclet-devel] Who removed the forums?

2003-02-20 Thread Konstantin Priblouda
--- Erik Hatcher <[EMAIL PROTECTED]> wrote: > On Wednesday, February 19, 2003, at 07:24 PM, > Andrew Stevens wrote: > > A wise old hermit known only as > =?US-ASCII?Q?Aslak_Hellesoy?= > > <[EMAIL PROTECTED]> once said: > > > >> I also agree with Andrew: Let's keep > xdoclet-announce and use it m

RE: [Xdoclet-devel] Who removed the forums?

2003-02-20 Thread Ara Abrahamian
> > I also agree with Andrew: Let's keep xdoclet-announce and use it more. > > Okay, first up - what about the "eXtreme XDoclet" session that Erik's > doing at TheServerSide Symposium in June? Imho it's absolutely right to use xdoclet-announce for this kind of activity. The committers do have the