> > 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.
e. This requires
the CVS version (I think).
Would that do the trick for you?
Aslak
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Emmanuel
Sciara
Sent: 11. januar 2002 11:44
To: xdoclet-user
Subject: [Xdoclet-user] xdoclet and multiple deployement.
Hi
Hi all,
One classical source of discussion on EJB Entity
Beans is the performance issues that they introduce.
One generally not so well understood way to go
around this problem is to deploy the same beans several time using different
deployement attributes. For instance I deploy my Entit