@ejb:interface remote-class="foo.mypackage.MyRemote"
and the same for local-class. check out the docs, they are pretty good in this area I think (http://xdoclet.sourceforge.net/ejbdoclet.html#interface), cheers dim On Tue, 13 Nov 2001, Mike Cannon-Brookes wrote: > I see that when you have > > foo.ejb.MyBean.java > > run through XDoclet, the interfaces are created in an interfaces package, > like so: > > foo.interface.MyRemote.java > > > I see the point of this, but for the cucrent project I want to turn it off, > but I can't find the appropriate switch / doclet tag. > > Is the only solution to a) hack Xdoclet b) move my beans out of a *.ejb > package? > > Surely there's a tag to turn it off, and just dump interfaces into the same > package as the Bean files? > > -mike > > Mike Cannon-Brookes :: [EMAIL PROTECTED] > > Atlassian :: http://www.atlassian.com > Supporting YOUR J2EE World > > > > _______________________________________________ > Xdoclet-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/xdoclet-user > _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
