Re: [Xdoclet-user] webdoclet. how to include

2004-05-08 Thread Rupp, Heiko
Title: Re: [Xdoclet-user] Specifying a remove method on the home interface? Hi,   honestly, I have no clue about maven.   # Maven properties# Generate web.xml maven.xdoclet.webdoclet.deploymentdescriptor.0.welcomeFiles=${budgetweb.welcome}   Could it be, that this needs another "list" (som

RE: [Xdoclet-user] webdoclet. how to include

2004-05-08 Thread Marco Mistroni
Title: Re: [Xdoclet-user] Specifying a remove method on the home interface? Hi Heiko,     i m using Maven, here is my project.properties for some reasons, the welcome file does not appear on the generated web.xml... any reason why?   regards     marco       # Maven properties# Generate web

Re: [Xdoclet-user] webdoclet. how to include

2004-05-08 Thread Rupp, Heiko
Title: Re: [Xdoclet-user] Specifying a remove method on the home interface? Use the welcomefiles of the deplomentdescriptor subtask.  

[Xdoclet-user] webdoclet. how to include

2004-05-08 Thread Marco Mistroni
Title: Re: [Xdoclet-user] Specifying a remove method on the home interface? hi all,     is there a way to include a welcome.jsp in the web.xml generated by XDoclet (like we do for struts-plugin.xml, servlets.xml etc?)?   thanx and regards     marco    

Re: [Xdoclet-user] Specifying a remove method on the home interface?

2004-05-08 Thread Rupp, Heiko
Title: Re: [Xdoclet-user] Specifying a remove method on the home interface? Hi,   so you don't mean the (ejb)Remove() method in the local or remote interface but a new 'remove()' in the home interface (in which the (ejb)create() also resides)?   If so, you might try:     ... /**  * @ejb.hom

Re: [Xdoclet-user] RE: BEA 8.1 and XDoclet

2004-05-08 Thread Rupp, Heiko
Title: RE: [Xdoclet-user] RE: BEA 8.1 and XDoclet Does this type-version have to be 8.1 on 8.1 or is this (from 7.0) fixed at "7.0" ? Von: [EMAIL PROTECTED] im Auftrag von [EMAIL PROTECTED]Gesendet: Fr 07.05.2004 23:05An: [EMAIL PROTECTED]Betreff: RE: [Xdoclet-user] RE: BEA 8.1 and XDocl

Re: [Xdoclet-user] Specifying a remove method on the home interface?

2004-05-08 Thread Bruno Beloff
Thank you very much for the message, but as things are set up, it seems that remove is not generated. My generated home interface looks like this - with no remove.In my application, some of my CMP EJBs need to expose a remove method, others must not. I don't see how to control this.