Hi Dim, I have tried both from CVS and 1.2.0 beta 1. Looks like that is the default for 1.2.0 - I did not have many tags in my *EJB.java, just these: * @ejb.bean * name="NettrackMain" * jndi-name="nettrack/NettrackMain" * Thanks for pointing out where in the docs. Being a newbie, I don't know what should the values of view-type be. It would be great if it is included in the description column of the @ejb.bean table.
Thanks again! keith >From: "Dmitri Colebatch" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]>, > <[EMAIL PROTECTED]> >Subject: Re: [Xdoclet-user] how to suppress local and local home tag? >Date: Fri, 4 Oct 2002 08:06:37 +1000 > >@ejb:bean view-type="remote" > >this will make the bean have only a remote interface, and will exclude the >local tags from the ejb-jar.xml. > >I'm not sure if the docs are up to date, or if something is wrong, but the >docs are at http://xdoclet.sourceforge.net but state that the default is >remote so if you exclude view-type you should get the same behaviour. > >questions - what version are you using? 1.1.2, CVS? what tags do you have >on your bean? > >cheers >dim ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
