On Mon, 2003-03-17 at 16:09, Ionel Gardais wrote: > I have developped a session bean and mark it view-type="remote" > > it works fine and generate the required interfaces. > > I have try to change the view to "both", "local" or "local,remote" and > no interfaces are generated (neither local or remote) > > How can I get both locals and remotes interface for my SLSB ? (using 1.2b2)
That (view-type="both") should work. Perhaps if you posted your code (just the class level tags and class declaration should be enough) we might be able to see what's wrong with it. Andrew. ------------------------------------------------------- This SF.net email is sponsored by:Crypto Challenge is now open! Get cracking and register here for some mind boggling fun and the chance of winning an Apple iPod: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
