Hiya Michelle,
For that you want
@ejb.bean
generate="false"
``Set it to "false" if you want the class be excluded from list of EJBs.
This is useful for abstract EJBs that other EJBs are to derive from. So
you obviously do not want the abstract EJB be wrongly specified in
deployment descriptors as a concrete EJB. Default is "true".''
While it does indeed leave it out of my deployment descriptors as
expected, it *does* generate a Local, Remote, LocalHome, and RemoteHome
which all my concrete EJBs extend. This is weird to me, but it doesn't
cause any issues.
I'm about to push my common class-level tags into BaseEJB.java, so we'll
see if it starts generating a Util object or any problems. I'm kinda
tempted to not do this as the last thing I need now is yet another
backtrack. If I do, I'll post my results to the list.
David Harkness
Sony Pictures Digital Networks
(310) 482-4756
-----Original Message-----
From: Mich F [mailto:[EMAIL PROTECTED]
Sent: Friday, July 11, 2003 2:54 PM
To: [EMAIL PROTECTED]
Subject: Re: [Xdoclet-user] How to control the bean files generated?
Thanks a lot. How about the MyBeanUtil.java? I dont want that one
generated, but I couldn't find a place to suppress it.
Thanks,
Michelle
Andrew Stevens <[EMAIL PROTECTED]> wrote:
On Thu, 2003-07-10 at 22:13, nash e. foster wrote:
> Try just calling the relevant ant task in your build.xml file. Local
> interfaces, remote interfaces, etc. all have different ant task
> thingie associated w/.
As well as the subtasks used, the view-type parameter on various tags
will affect which ones get generated and what gets included in them.
Andrew.
>
>
> -nash
>
>
> On Thursday, July 10, 2003, at 04:09 PM, Mich F wrote:
>
>
> Hi, all,
>
>
> Is there a way to specify the bean files generated by xdoclet? e.g.,
> only remotehome.java is generated, but not localhome, etc.?
>
>
> Thanks,
>
>
> Michelle
-------------------------------------------------------
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
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
-------------------------------------------------------
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