> > The question is how? What's the easy way? The key here is the
ejb:bean
> > jndi-name parameter. I think a good solution could be letting user
> > define multiple ejb:bean tags, loop over all those ejb:bean, create
a
> > separate entry for each on, and so on. There should be a dittoing
> > faci
>
> The question is how? What's the easy way? The key here is the ejb:bean
> jndi-name parameter. I think a good solution could be letting user
> define multiple ejb:bean tags, loop over all those ejb:bean, create a
> separate entry for each on, and so on. There should be a dittoing
> facility to
, say @appserver:readonly jndi-name="b" for a
readonly method, but only for jndi-name b.
> Jason
Ara.
> > -Original Message-
> > From: Ara Abrahamian [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, January 31, 2002 11:42 AM
> > To: 'Rainer Sc
-
> From: Ara Abrahamian [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, January 31, 2002 11:42 AM
> To: 'Rainer Schmitz'; 'xdoclet-user'
> Subject: RE: [Xdoclet-user] xdoclet and multiple deployement.
>
>
> Multiple deployment settings.
> It's tricky an
[mailto:xdoclet-user-
> [EMAIL PROTECTED]] On Behalf Of Rainer Schmitz
> Sent: Thursday, January 31, 2002 3:17 PM
> To: xdoclet-user
> Subject: Re: [Xdoclet-user] xdoclet and multiple deployement.
>
> Hi,
>
> I have a similiar problem: I want to deploy different applications
nuary 31, 2002 11:47 am
Subject: Re: [Xdoclet-user] xdoclet and multiple deployement.
> Hi,
>
> I have a similiar problem: I want to deploy different applications
> (say
> shop1 and shop2) based on the same beans within the same ejb
> server
> (JBoss). To be able to dist
Hi,
I have a similiar problem: I want to deploy different applications (say
shop1 and shop2) based on the same beans within the same ejb server
(JBoss). To be able to distinguish the bean "instances" I prefix the
JNDI name with the application name, e. g. shop1/ShoppingCart.
With xDoclet (v1.
Hi Emmanuel,
You an either use the merge feature, providing your own deployment decriptor
snippets to be merged into the final one. See examples/docs.
A different approach is to use @some:tag
someParameter="${some.ant.property}", and XDoclet will replace
${some.ant.property}" with the ant proper