RE: [Xdoclet-user] EJBHome not generated

2002-04-23 Thread jfina
the generated="true" was obviously the 'problem'. when i removed that xdoclet generated my remote home interface without problems :-) What does really generate="true" mean if it does not generate anything? /Jon > -Original Message- > From: Ara Abrahamian [mailto:[EMAIL PROTECTED]] > Se

RE: [Xdoclet-user] How do I run the task only on someEJB:s?

2002-04-23 Thread Andrew Stevens
A wise old hermit known only as Ara Abrahamian <[EMAIL PROTECTED]> once said: > No. If you run the second time without entitybmp then you'll see the ejb > class in dd file not the subclassed one. > > It's not possible currently. The generate-derived="true|false" flag we discussed in the commen

RE: [Xdoclet-user] Why create interfaces through xdoclet

2002-04-23 Thread Aslak Hellesøy
Title: Message Are you looking for something not covered by the samples in the xdoclet distribution?   /Aslak -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Emerson Cargnin - MSASent: 24. april 2002 00:26To: Vincent Harcq; [EMAIL PROTECT

Re: [Xdoclet-user] Why create interfaces through xdoclet

2002-04-23 Thread Emerson Cargnin - MSA
Title: Message have some example to work with??? - Original Message - From: Vincent Harcq To: 'Emerson Cargnin - MSA' ; [EMAIL PROTECTED] Sent: Tuesday, April 23, 2002 5:19 PM Subject: RE: [Xdoclet-user] Why create interfaces through xdoclet You do no

RE: Re[2]: [Xdoclet-user] next stable version

2002-04-23 Thread Vincent Harcq
> > In the transaction section the was empty > for the finder. Right, there is still a bug here, will look at it > > Is it right that the local interface now are generated with > not setting the view-type attribute ? Don't know, will look at it also > > I have not tested further and swit

RE: Re[2]: [Xdoclet-user] next stable version

2002-04-23 Thread Vincent Harcq
> In the transaction section the was empty > for the finder. Just fixed :) ___ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user

RE: [Xdoclet-devel] RE: [Xdoclet-user] next stable version

2002-04-23 Thread Vincent Harcq
Title: Message fine with me Ingo find some little issues i will work on I will also kill the curentTag issue   -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Aslak HellesoySent: mardi 23 avril 2002 21:14To: Vincent Harcq; 'Boris Tamarkin'; [EMA

RE: [Xdoclet-user] Why create interfaces through xdoclet

2002-04-23 Thread Vincent Harcq
Title: Message You do not have to program the interfaces : xdoclet generates them for you But if you prefer to program them you can also, specify a "class" parameter on ejb:interface and ejb:home     -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On

RE: Re[2]: [Xdoclet-user] next stable version

2002-04-23 Thread Vincent Harcq
> Is it right that the local interface now are generated with > not setting the view-type attribute ? Yes. If I remember well I did that a while ago else it is really a nightmare to handle the in method security. Is this really a problem ? Imho it is not ___

[Xdoclet-user] Do I need to create interfaces and homes through Xdoclet

2002-04-23 Thread Emerson Cargnin - MSA
If I have to program the client (need the interfaces/home), why use xdoclet to generate them??? I have to run XDoclet once, and program the client using the interfaces generated?? I'm asking that becouse we are intending to use...   please , we need to set this up...   Emerson Cargnin

[Xdoclet-user] Why create interfaces through xdoclet

2002-04-23 Thread Emerson Cargnin - MSA
If I have to program the client (need the interfaces/home), why use xdoclet to generate them??? I have to run XDoclet once, and program the client using the interfaces generated?? I'm asking that becouse we are intending to use...   please , we need to set this up...   Emerson Cargnin

RE: [Xdoclet-devel] RE: [Xdoclet-user] next stable version

2002-04-23 Thread Aslak Hellesoy
Title: Message I would like to wait until everything is moved. I'm working on it. It'll be moved and more stable by the end of the week. How'bout releasing 1.2-beta early next week?   a -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Vincent

RE: [Xdoclet-user] attributes in data object

2002-04-23 Thread Vincent Harcq
Back from hell ;) > > > In my application I ended up modeling everything > > > (the graph I mean) as serializable dependent objects and > simply pass > > > them around. All ejb container dependent code is out of those > > > dependent objects, inside a session façade. > > > > ...and the sessio

RE: [Xdoclet-user] next stable version

2002-04-23 Thread Vincent Harcq
Title: Message (cross post to devel)   Good question :) The two weeks have passed. Time for 1.2-beta ? I am using it on a daily basis now I guess the final will need the Aslak's weblogic module for all module and the reorganisation of the CVS What do you think ? Vincent   -Orig

RE: [Xdoclet-user] How do I run the task only on someEJB:s?

2002-04-23 Thread Ara Abrahamian
> > I could of course execute several times within a target > (one > > with the entitybmp subtask, one without), but then I will end up with > two > > DD:s... Or can I run the dd subtask separately afterwards as well? > > Yes. Run an ejbdoclet task with the selected beans and the > subtask and

[Xdoclet-user] next stable version

2002-04-23 Thread Boris Tamarkin
Title: next stable version I am wondering when planned to be released next stable version? And what main updates it will include? Thanks a lot

RE: [Xdoclet-user] Support for multiple tags broken in CVS build

2002-04-23 Thread Vincent Harcq
I will commit a bunch of stuff tonight. Normally this problem will be solved ;) > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] On Behalf > Of Theo Harper > Sent: mardi 23 avril 2002 18:00 > To: ' XDoclet-User' > Cc: Qingxian Wang > Subject: [Xdoclet-user]

Re: [Xdoclet-user] Support for multiple tags broken in CVS build

2002-04-23 Thread David Jencks
I don't see what the problem is, but I hope you will contribute your enhancements to jboss-service-template.j when you get it working. I put it together rather quickly mostly to get a template that had all the attributes with the comments. Filling in default values (and the default object name)

Re: [Xdoclet-user] EJBHome not generated

2002-04-23 Thread Andrew Stevens
>FROM: jfina >DATE: 04/23/2002 01:53:57 > ... >* @ejb.dao class="ejb.PersonaliaDAO" impl-jndi="dao" Nothing to do with your EJBHome problem, but if you're using impl-jndi to specify the DAO's implementation class, you'll also need an @ejb.env-entry to hold it (whose name parameter matches the i

[Xdoclet-user] Support for multiple tags broken in CVS build

2002-04-23 Thread Theo Harper
I am trying to write an MBean for JBoss using XDoclet (todays CVS version), however there seems to be a problem when a constructor (or method for that matter) contains multiple copies of a single tag. For example, I have a constructor that has the following tags: /** * @jmx:managed-cons

RE: [Xdoclet-user] EJBHome not generated

2002-04-23 Thread Ara Abrahamian
- Make sure is defined in your build.xml - if your bean is marked view-type="remote" how do expect to get a local home generated for it?! Make it view-type="local" or view-type="both". - No need for generate="true". And if you want to give the home intf another name then use local-class="blabla".

Re: [Xdoclet-user] How do I run the task only on someEJB:s?

2002-04-23 Thread Marcus Brito
Em Ter, 2002-04-23 às 10:07, Jonas Bergqvist escreveu: > I could of course execute several times within a target (one > with the entitybmp subtask, one without), but then I will end up with two > DD:s... Or can I run the dd subtask separately afterwards as well? Yes. Run an ejbdoclet task with

[Xdoclet-user] How do I run the task only on some EJB:s?

2002-04-23 Thread Jonas Bergqvist
How do I run the task only on some EJB:s while still having all of them end up in the same deployment descriptor? I could of course execute several times within a target (one with the entitybmp subtask, one without), but then I will end up with two DD:s... Or can I run the dd subtask separately

RE: [Xdoclet-user] EJBHome not generated

2002-04-23 Thread jfina
> Hi, > > The docs are wrong, use @ejb:home generate="false". local/remote/none > values mentioned in docs are incorrect, true/false are valid values. hmmm...doesn't help. The only classes generated is PersonaliaBMP, PersonaliaPK, PersonaliaDAO, PersonaliaUtil and PersonaliaData The Personalia

AW: [Xdoclet-user] Constants in LocalHome

2002-04-23 Thread bwillner
I find them convenient to use for lookups instead of hardcoded names. -Ursprungliche Nachricht- Von: Ingo Bruell [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 23. April 2002 10:07 An: [EMAIL PROTECTED] Betreff: [Xdoclet-user] Constants in LocalHome Hi, is there a need for the constan

Re: [Xdoclet-user] EJBHome not generated

2002-04-23 Thread Ara Abrahamian
Hi, The docs are wrong, use @ejb:home generate="false". local/remote/none values mentioned in docs are incorrect, true/false are valid values. Ara. --- jfina <[EMAIL PROTECTED]> wrote: > Hi! > I still cant get EJBHome to be generated. :-( > I also have a feeling that the doc's are not quite upd

Re: [Xdoclet-user] Constants in LocalHome

2002-04-23 Thread Ingo Bruell
Hi all, ignore my last message to this topic, please Ingo Bruell --- <[EMAIL PROTECTED]> Oldenburg PGP-Fingerprint: 9DD0 1776 DF4D 5B16 A532 C2A1 4701 EEA2 Germany PGP-Public-Key available at pgpkeys.mit.edu ___ Xdoclet-user mailing list [EMAIL PR

[Xdoclet-user] Constants in LocalHome

2002-04-23 Thread Ingo Bruell
Hi, is there a need for the constants COMP_NAME and JNDI_NAME in the LocalHome interface ? so long Ingo Bruell --- <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> OldenburgPGP-Fingerprint: CB01 AE12 B359 87C4 BF1C 953C 8FE7 C648 169E E5FC Germany PGP-Public-Key available at pgpkeys.mit.ed

AW: [Xdoclet-user] EJBHome not generated

2002-04-23 Thread bwillner
Put @ejb.home generate="local" Replace local by "remote" or "both" if you desire something different. -Ursprüngliche Nachricht- Von: jfina [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 23. April 2002 10:54 An: Xdoclet-User Betreff: [Xdoclet-user] EJBHome not generated Hi! I still cant

[Xdoclet-user] EJBHome not generated

2002-04-23 Thread jfina
Hi! I still cant get EJBHome to be generated. :-( I also have a feeling that the doc's are not quite updated since @ejb.home is marked with generated="true" in the example but not a valid option in the doc's. well, anyone who have any clue what i'm doing wrong? (my build script is based on the

[Xdoclet-user] problem with utilobject and local beans

2002-04-23 Thread Ingo Bruell
Hi, the UtilObject is generated for EJB's who only have a Local interface. So they cannot be compiled. I am using XDoclet from yesterday cvs so long Ingo Bruell --- <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> OldenburgPGP-Fingerprint: CB01 AE12 B359 87C4 BF1C 953C 8FE7 C648 169E E5FC Germ