RE: [Xdoclet-devel] RE: [Xdoclet-user] xdoclet and multiple deployement.

2002-01-31 Thread Ara Abrahamian
> > 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

RE: [Xdoclet-user] xdoclet and multiple deployement.

2002-01-31 Thread Jason Carreira
> > 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

RE: [Xdoclet-user] xdoclet and multiple deployement.

2002-01-31 Thread Ara Abrahamian
, 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

RE: [Xdoclet-user] xdoclet and multiple deployement.

2002-01-31 Thread Jason Carreira
- > 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

RE: [Xdoclet-user] xdoclet and multiple deployement.

2002-01-31 Thread Ara Abrahamian
[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

Re: [Xdoclet-user] xdoclet and multiple deployement.

2002-01-31 Thread aslak . hellesoy
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

Re: [Xdoclet-user] xdoclet and multiple deployement.

2002-01-31 Thread Rainer Schmitz
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.

RE: [Xdoclet-user] xdoclet and multiple deployement.

2002-01-11 Thread aslak . hellesoy
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

[Xdoclet-user] xdoclet and multiple deployement.

2002-01-11 Thread Emmanuel Sciara
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