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
==
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
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
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
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:
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
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
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
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
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
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
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:
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
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
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
--- "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
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
--- 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
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
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
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
--- 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
> > 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
23 matches
Mail list logo