On Sun, 16 Sep 2001, Andrew Stevens wrote:
> True, I was just trying to think of a way that didn't rely on having to
> add abstract methods just to put tags on. I seem to remember there was
> some other tag parameter (finder permissions, maybe?) added for similar
> reasons a while ago.
I thi
A wise old hermit known only as Ara Abrahamian <[EMAIL PROTECTED]> once
said:
> > > > 0- ejb:relation: remove target-multiple by looking at method
> return
> > > > type and use it for the other end of relation
> > > > 0.1- make getData automatically appear in remote interface (?)
> >
> > 3 opti
Colebatch
> Sent: Sunday, September 16, 2001 10:49 AM
> To: Ara Abrahamian
> Cc: [EMAIL PROTECTED]
> Subject: RE: [Xdoclet-devel] v1.0 status so far
>
> On Sat, 15 Sep 2001, Ara Abrahamian wrote:
>
> > For v1.1 we should change the way samples are organized.
>
>
To: [EMAIL PROTECTED]
> > Subject: RE: [Xdoclet-devel] v1.0 status so far
> >
> > A wise old hermit known only as Andrew Stevens
> > <[EMAIL PROTECTED]> once said:
> >
> > > A wise old hermit known only as Ara Abrahamian <[EMAIL PROTECTE
> > > 0- ejb:relation: remove target-multiple by looking at method
return
> > > type and use it for the other end of relation
> > > 0.1- make getData automatically appear in remote interface (?)
>
> 3 options come to mind:
> - a parameter to @ejb:data-object for
remoteSetData="true(default)|false
should change the way samples are organized.
Ara.
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:xdoclet-devel-
> [EMAIL PROTECTED]] On Behalf Of Andrew Stevens
> Sent: Saturday, September 15, 2001 1:41 AM
> To: [EMAIL PROTECTED]
> Subject: RE: [Xdoclet-devel] v1.0 st
A wise old hermit known only as Andrew Stevens
<[EMAIL PROTECTED]> once said:
> A wise old hermit known only as Ara Abrahamian <[EMAIL PROTECTED]> once
> said:
> > You are right. I forgot BMPs. For a BMP you need to also declare
> > ejb:finder for the class?!?
>
> Not sure - they seemed to ne
A wise old hermit known only as Ara Abrahamian <[EMAIL PROTECTED]> once
said:
> OK guys,
> We're almost getting ready for v1.0. I think we can release it on Monday
> after having docs for websphere/jmx/webworks. Please write the docs
> ASAP!
>
> > 0- ejb:relation: remove target-multiple by look
OK guys,
We're almost getting ready for v1.0. I think we can release it on Monday
after having docs for websphere/jmx/webworks. Please write the docs
ASAP!
> 0- ejb:relation: remove target-multiple by looking at method return
type
> and use it for the other end of relation
> 0.1- make getData aut
A wise old hermit known only as Ara Abrahamian <[EMAIL PROTECTED]> once
said:
> > > Oh yeah, you're right. But ifFinderMethod is useless, cause there's
> no
> > > findBy method in bean impl but in ejb:finder in class tags :o)
> > > AFAIK we can remove it.
> > >
> > > Ara.
> >
> > And what about
> > Oh yeah, you're right. But ifFinderMethod is useless, cause there's
no
> > findBy method in bean impl but in ejb:finder in class tags :o)
> > AFAIK we can remove it.
> >
> > Ara.
>
> And what about BMP beans? I *do* have various ejbFindByX methods...
> Speaking of which, I'd quite like not t
uot; or similar just my 2c
cheesr
dim
> Ara.
>
> > -Original Message-
> > From: Dmitri Colebatch [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, September 11, 2001 6:30 PM
> > To: Ara Abrahamian
> > Cc: [EMAIL PROTECTED]
> > Subject: RE: [
; > From: Dmitri Colebatch [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, September 11, 2001 6:30 PM
> > To: Ara Abrahamian
> > Cc: [EMAIL PROTECTED]
> > Subject: RE: [Xdoclet-devel] v1.0 status so far
> >
> > On Tue, 11 Sep 2001, Ara Abrahamian wrote:
> >
Sent: Tuesday, September 11, 2001 12:39 PM
> > To: Ara Abrahamian
> > Cc: [EMAIL PROTECTED]
> > Subject: Re: [Xdoclet-devel] v1.0 status so far
> >
> > On Tue, 11 Sep 2001, Ara Abrahamian wrote:
> >
> > > 0.2- Is AbstractEjbSubTask.isInterfaceMethod()
Sent: Tuesday, September 11, 2001 6:30 PM
> To: Ara Abrahamian
> Cc: [EMAIL PROTECTED]
> Subject: RE: [Xdoclet-devel] v1.0 status so far
>
> On Tue, 11 Sep 2001, Ara Abrahamian wrote:
>
> > Oh yeah, you're right. But ifFinderMethod is useless, cause there's
no
>
PROTECTED]]
> > Sent: Tuesday, September 11, 2001 12:39 PM
> > To: Ara Abrahamian
> > Cc: [EMAIL PROTECTED]
> > Subject: Re: [Xdoclet-devel] v1.0 status so far
> >
> > On Tue, 11 Sep 2001, Ara Abrahamian wrote:
> >
> > > 0.2- Is AbstractEjbSubTask.
2001 12:39 PM
> To: Ara Abrahamian
> Cc: [EMAIL PROTECTED]
> Subject: Re: [Xdoclet-devel] v1.0 status so far
>
> On Tue, 11 Sep 2001, Ara Abrahamian wrote:
>
> > 0.2- Is AbstractEjbSubTask.isInterfaceMethod() ok? It uses
> > startsWith("ejbCreate")/blabla
On Tue, 11 Sep 2001, Ara Abrahamian wrote:
> 0.2- Is AbstractEjbSubTask.isInterfaceMethod() ok? It uses
> startsWith("ejbCreate")/blabla whereas it should look at
> ejb:create-method/blabla.
I think this is ok... because: it is only isRemoveMethod and
isFinderMethod that check this way, and we d
On Mon, 10 Sep 2001, Ara Abrahamian wrote:
> So I can safely write my orion/etc docs without fear of being
> overwritten or interfering?
(o: yep, all yours... the only docs I'm doing now are just flushing
things out a bit as I go through various bits of code (see the changes to
the ejb:pk docs)
Undone Items: 20-21-22-25-26-17-15-16
Mostly docs and stuff like that, except 15-16-20.
I add new items:
0- ejb:relation: remove target-multiple by looking at method return type
and use it for the other end of relation
0.1- make getData automatically appear in remote interface (?)
0.2- Is Abstra
> To: [EMAIL PROTECTED]
> Subject: Re: [Xdoclet-devel] v1.0 status so far
>
> On Sat, 8 Sep 2001, Ara Abrahamian wrote:
>
> > > 4- [ #446350 ] Can't use both packagenames and fileset
> > > Docs should be updated, change 'either' to 'or' fo
On Sat, 8 Sep 2001, Ara Abrahamian wrote:
> > 4- [ #446350 ] Can't use both packagenames and fileset
> > Docs should be updated, change 'either' to 'or' for now.
docs updated.
> > Other:
> > 8- In ejb.html, it should be specified whether a tag is for ejb 2.0,
> for
> > example primkey-field
On Sat, 8 Sep 2001, Ara Abrahamian wrote:
> Hey, are you a superman?! :-)
no - my girlfriend is a flight attendant... and when she's away there's
not much to do at home!
> > > > 11- Use a transaction-type param for @ejb:finder instead of
> defining
> > > the
> > > > real ejbFind... method just
EMAIL PROTECTED]
> Subject: Re: [Xdoclet-devel] v1.0 status so far
>
> On Sat, 8 Sep 2001, Ara Abrahamian wrote:
>
> > > 11- Use a transaction-type param for @ejb:finder instead of
defining
> > the
> > > real ejbFind... method just to set a transaction.
>
> this
On Sat, 8 Sep 2001, Ara Abrahamian wrote:
> > 11- Use a transaction-type param for @ejb:finder instead of defining
> the
> > real ejbFind... method just to set a transaction.
this is just a case of changin asm-descriptor to loop through class level
ejb:finder tags as well as methods with ejb:tra
> XDoclet Bugs/Features:
> 1- [ #449838 ] Generate only getter for persistent flds
> Refer to the Andrew's proposed solution
Fixed.
> 3- [ #456464 ] Line termination behaves differently
> Can someone check this?
Fixed.
> 4- [ #446350 ] Can't use both packagenames and fileset
>
> XDoclet Bugs/Features:
> 1- [ #449838 ] Generate only getter for persistent flds
> Refer to the Andrew's proposed solution
Fixed.
> 3- [ #456464 ] Line termination behaves differently
> Can someone check this?
Fixed.
> 4- [ #446350 ] Can't use both packagenames and fileset
>
27 matches
Mail list logo