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
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