On Fri, 2003-07-11 at 18:22, Andy Jefferson wrote:
> On Fri, 2003-07-11 at 16:54, Jesper Linvald wrote:
> > <remoteinterface pattern="{0}WhatEverYouLike"/> where {0} is the core
> > name with nothing in front or after
> > 
> > You can apply this pattern attribute to all the subtasks!
> > 
> > This pertains to the Ant tasks and I know nothing about Maven :)
> 
> Thanks. Maven's plugin has the same attributes and this works. The only
> thing it doesn't do is that the
> 
> {0}
> 
> will automatically add
> 
> 'name'Bean
> 
> whereas in my case I want to add just
> 
> 'name'
> 
> and add on my own suffix. Are there alternatives to the {0} documented
> somewhere that would allow me to do this ?

As David already pointed out, the 'Bean' ought to be stripped
automatically when the bean name is calculated from the class name.  You
don't have
@ejb.bean name="'name'Bean"
in your bean's tags, do you?  If so, that might override the default
behaviour.


Andrew.



-------------------------------------------------------
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps1
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to