RE: [Xdoclet-user] Javadoc warnings

2002-10-29 Thread Bernard Jérôme
[...] Use nested tag elements. If you comiple a comprehensive list of tag elements, please let us know. We might generate it one day, though. Aslak I guess we should be able to generate this list from the build process? Somehow like the doco process... Jerome.

Re: [Xdoclet-user] using a EJB superclass

2002-10-29 Thread Konstantin Priblouda
--- Emerson_Cargnin_-_SICREDI_Serviços [EMAIL PROTECTED] wrote: How i tell xdoclet i'm using a superclass with xdoclet tags and standart methods (like an adapter)? it's not getting the creates methods, but it gets the get/setOid... Could you please be somehow more specific? What do you

Re: [Xdoclet-user] xdoclet gui for idea does not compile

2002-10-29 Thread Niclas Olofsson
Aslak Hellesøy wrote: Btw, I just bought IDEA (got my license today), so now those jet brains are committed to reply to my question about code-completion. (noone else did). http://tinyurl.com/273d (me and my tiny URLs :-)) Try this Aslak, Options | IDE Settings | Errors | Unknown javadoc tags

Re: [Xdoclet-user] EJB inheritance / generated PK and Data

2002-10-29 Thread Konstantin Priblouda
fixed in CVS, check whether it works for you. regards, --- Sebastien BLANC [EMAIL PROTECTED] wrote: Hello ! having EJB A class with a composite ScopedAid primary key, I specify the following in A: * @ejb:pk class=com.alcatel.gem.ejb.tl1.entity.interfaces.ScopedAid and the relevant *

[Xdoclet-user] findAllLocalHome

2002-10-29 Thread Jordan Thomas
Title: Message Hi, I've just installed xdoclet 1.2 and when I now go to deploy my freshly generated and packaged .ear file I get nested throwable: java.lang.NoSuchMethodException: findAllLocalHome within Jboss. Does anyone know where this is coming from. I've done a search for "findall"

RE: [Xdoclet-user] findAllLocalHome

2002-10-29 Thread Jordan Thomas
The generated interfaces contain the following methods public java.util.Collection findAll() throws javax.ejb.FinderException; Here is the ant task !-- Run EJBDoclet -- target name=ejbdoclet depends=prepare ejbdoclet destdir=${generated.java.dir}

RE: [Xdoclet-user] Xdoclet High Availibility ?

2002-10-29 Thread Aslak Hellesoy
The features you're asking for are (very) container specific, and therefore no common tags for this (like for example @ejb.persistence). It's easier to answer your question if you tell us what container you're interested in, and what parts of the deployment descriptors (elements). Then we can

RE: [Xdoclet-user] Javadoc warnings

2002-10-29 Thread Aslak Hellesøy
-Original Message- From: [EMAIL PROTECTED] [mailto:xdoclet-user-admin;lists.sourceforge.net]On Behalf Of Bernard Jérôme Sent: 29. oktober 2002 10:03 To: [EMAIL PROTECTED] Subject: RE: [Xdoclet-user] Javadoc warnings [...] Use nested tag elements. If you comiple a

Re: [Xdoclet-user] Xdoclet High Availibility ?

2002-10-29 Thread Sebastien BLANC
just wondering. currently mainly for existing @jboss:container-configuration only. thanx. seb. Aslak Hellesoy wrote: The features you're asking for are (very) container specific, and therefore no common tags for this (like for example @ejb.persistence). It's easier to answer your question if

RE: [Xdoclet-user] findAllLocalHome

2002-10-29 Thread Konstantin Priblouda
This sound funny. XDoclet generates correctly ( I'm also use it, also with jboss and have no problem ) Can you post ejb-jar.xml? regards, = Konstantin Priblouda ( ko5tik )Freelance Software developer http://www.pribluda.de play java games - http://www.yook.de render charts online -

RE: [Xdoclet-user] xdoclet gui for idea does not compile

2002-10-29 Thread Aslak Hellesøy
Thanks Niclas, I have responded to you in http://tinyurl.com/273d (sorry for spelling your name wrong) Alaks -Original Message- From: Niclas Olofsson [mailto:niclas.olofsson;ismobile.com] Sent: 29. oktober 2002 11:48 To: Aslak Hellesøy Cc: [EMAIL PROTECTED] Subject: Re:

Re: [Xdoclet-user] EJB inheritance / generated PK and Data

2002-10-29 Thread Konstantin Priblouda
--- Sebastien BLANC [EMAIL PROTECTED] wrote: Konstantin, do u confirm I only have the xdoclet module to retrieve from CVS for this fix ? thanx. seb. Do checkout xdoclet-all, and be happy :) ( and you will get GUI for tagging your files also ) = Konstantin Priblouda ( ko5tik )

[Xdoclet-user] problems with ejb-refs in web.xml

2002-10-29 Thread Christopher Lenz
Hi all, I'm trying to get ejb-ref elements into the web.xml descriptor (with XDoclet, of course ;-) ). For that I'm adding ejb.ejb-ref tags to Struts-Action-based classes like this: /** * * struts.action * path=/login * input=/login.jsp * name=loginForm *

Re: [Xdoclet-user] xdoclet gui for idea does not compile

2002-10-29 Thread Bernardinus
That would be great. Thanks Aslak! I look forward to use it. Is there any chance I could try out your tool mentioned here http://tinyurl.com/273d ? Is that anywhere in the cvs? Sorry I can't contribute as yet for now, afraid me knowledge is still sallow here. new both to xdoclet and intellij.

Re: [Xdoclet-user] problems with ejb-refs in web.xml

2002-10-29 Thread Konstantin Priblouda
--- Christopher Lenz [EMAIL PROTECTED] wrote: Hi all, I'm trying to get ejb-ref elements into the web.xml descriptor (with XDoclet, of course ;-) ). For that I'm adding @ejb.ejb-ref tags to Struts-Action-based classes like this: I would try @web.ejb-ref ( just looked inside template...

RE: [Xdoclet-user] xdoclet gui for idea does not compile

2002-10-29 Thread Aslak Hellesøy
-Original Message- From: [EMAIL PROTECTED] [mailto:xdoclet-user-admin;lists.sourceforge.net]On Behalf Of Bernardinus Sent: 29. oktober 2002 17:55 To: [EMAIL PROTECTED] Subject: Re: [Xdoclet-user] xdoclet gui for idea does not compile That would be great. Thanks Aslak! I look

Re: [Xdoclet-user] problems with ejb-refs in web.xml

2002-10-29 Thread Christopher Lenz
Konstantin Priblouda wrote: --- Christopher Lenz [EMAIL PROTECTED] wrote: Hi all, I'm trying to get ejb-ref elements into the web.xml descriptor (with XDoclet, of course ;-) ). For that I'm adding @ejb.ejb-ref tags to Struts-Action-based classes like this: I would try @web.ejb-ref ( just

Re: [Xdoclet-user] problems with ejb-refs in web.xml

2002-10-29 Thread Konstantin Priblouda
--- Christopher Lenz [EMAIL PROTECTED] wrote: Konstantin Priblouda wrote: --- Christopher Lenz [EMAIL PROTECTED] wrote: Hi all, I'm trying to get ejb-ref elements into the web.xml descriptor (with XDoclet, of course ;-) ). For that I'm adding @ejb.ejb-ref tags to

Re: [Xdoclet-user] problems with ejb-refs in web.xml

2002-10-29 Thread Christopher Lenz
Konstantin Priblouda wrote: --- Christopher Lenz [EMAIL PROTECTED] wrote: Konstantin Priblouda wrote: --- Christopher Lenz [EMAIL PROTECTED] wrote: Hi all, I'm trying to get ejb-ref elements into the web.xml descriptor (with XDoclet, of course ;-) ). For that I'm adding @ejb.ejb-ref tags to

[Xdoclet-user] pb with @jboss:subscriber generation

2002-10-29 Thread Sebastien BLANC
Hello ! reporting pb with @jboss:subscriber name. having the following tag in my MDB: * @jboss:subscriber name=admin password=admin subscription-id=EqpTL1Subscriber I get the below attached exception from ejbdoclet task at XML validation. when I look at the generated jboss.xml it is correct

[Xdoclet-user] does anyone knows how to setup M:N CMR for JBoss?

2002-10-29 Thread Herve Tchepannou
Title: does anyone knows how to setup M:N CMR for JBoss? does anyone knows how to setup M:N CMR for JBoss? Herve Tchepannou Software Engineer Objexis Coorporation Phone: (514) 932 3295 Ext. 231 mailto:[EMAIL PROTECTED] Objexis Coorporation http://www.objexis.com 1635 Sherbrooke West,

RE: [Xdoclet-user] does anyone knows how to setup M:N CMR for JBoss?

2002-10-29 Thread Aslak Hellesøy
Title: does anyone knows how to setup M:N CMR for JBoss? Middlegen does: http://boss.bekk.no/boss/middlegen/ Aslak -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Herve TchepannouSent: 29. oktober 2002 22:46To: xdocletSubject:

RE: [Xdoclet-user] does anyone knows how to setup M:N CMR for JBoss?

2002-10-29 Thread Herve Tchepannou
Title: does anyone knows how to setup M:N CMR for JBoss? do you have any example of many-many CMR generated by MiddleGen? That's what I want. I really don't want to learn MiddeGen to use XDoclet thanx -Original Message-From: Aslak Hellesøy [mailto:[EMAIL PROTECTED]]Sent:

RE: [Xdoclet-user] does anyone knows how to setup M:N CMR for JBoss?

2002-10-29 Thread Aslak Hellesøy
FlightBean.java Description: Binary data PersonBean.java Description: Binary data

Re: idea tag completion, was: [Xdoclet-user] xdoclet gui for idea does not compile

2002-10-29 Thread Hani Suleiman
Not much you can do I'm afraid, other than wait for the next version of IDEA. They're aware of the xdoclet tags due to people like myself and other complaining about it when they first added javadoc error detection, and all our xdoclet tags showed up as errors in the editor. On Tuesday,