Re: [Xdoclet-user] does anyone know how to setup M:N CMR with JBoss?

2002-10-29 Thread Dmitri Colebatch
at a glance, I think you nee dto change the related-pk-field in > * @jboss.relation > * fk-column="workspaceId_fk" > * related-pk-field="workspaceId" > * @jboss.relation-table > * table-name="T_WORKSPACE_USER" > */ > public abstract Collection getM

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: [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: Tuesda

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: [Xdoclet-us

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

2002-10-29 Thread Sebastien BLANC
working fine, all classes that are not part of the package are now fully qualified. thanx a lot. seb. Konstantin Priblouda wrote: > fixed in CVS, check whether it works for you. > > regards, > --- Sebastien BLANC <[EMAIL PROTECTED]> > wrote: > > Hello ! > > > > having EJB A class with a composite

[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, Suite

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

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

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.

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

2002-10-29 Thread Dmitri Colebatch
(cross posted to user and dev as moving thread to dev) Aslak, from the response you go there, you're being treated as a customer (which is fair enough). I wonder if there's an approach we could take as a 'complimenting tool vendor' rather than a customer... Given that they do use the xdoclet ta

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

2002-10-29 Thread Dmitri Colebatch
> > http://tinyurl.com/273d (me and my tiny URLs :-)) > > Try this Aslak, > > Options | IDE Settings | Errors | Unknown javadoc tags | Additional > javadoc tags > > Put this in ... > > copyright,xdoclet-generated,date,created,ejb.bean,ejb.pk,ejb.interface-metho d,ejb.ejb-ref,ejb.persistent-field,ej

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

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

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!

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 tem

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.

[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" * val

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 )

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: [Xdo

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 onl

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 i

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 elements. > > > > If you com

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 point

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

Re: [Xdoclet-user] findAllLocalHome

2002-10-29 Thread Konstantin Priblouda
--- Jordan Thomas <[EMAIL PROTECTED]> wrote: > 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 c

[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] using a EJB superclass

2002-10-29 Thread Konstantin Priblouda
--- Emerson_Cargnin_-_SICREDI_Serviços <[EMAIL PROTECTED]> wrote: > I have the following : > > |--| > |SuperclassEjb | > |xdoclet tags here | > |--| > |getOid() | > |SetOid() | > |ejbCreate(oid)| > |ejbCreate() | > |ejbPostCreate(oid

Re: [Xdoclet-user] using a EJB superclass

2002-10-29 Thread Emerson Cargnin - SICREDI Serviços
I have the following : |--| |SuperclassEjb | |xdoclet tags here | |--| |getOid() | |SetOid() | |ejbCreate(oid)| |ejbCreate() | |ejbPostCreate(oid)| |ejbPostCreate() | |ejbActivate() | |ejbPassivate()| |ejbRemove() | |.

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 th

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

RE: [Xdoclet-user] Javadoc warnings

2002-10-29 Thread Bernard Jérôme
[...] > Use nested elements. > > If you comiple a comprehensive list of 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.