On Fri, 2003-02-28 at 22:44, Sunny Bro wrote: > I tried changing the class to abstract and also tried giving a different > jndi name for the local-jndi-name property. There still isnt any local > files generated. The following is the output when i run the bean. Thanks > for your help. ... > /** > * Demonstration stateless session bean. > * @ejb:bean name="Hello" > * display-name="Hello Bean" > * type="Stateless" > * transaction-type="Container" > * jndi-name="HelloHome" > * local-jndi-name="HelloHome" > */
Try adding a view-type="local" or view-type="both" parameter to the ejb.bean tag. The default value is "remote", which is probably why you're not getting the local interfaces generated. Andrew. ------------------------------------------------------- 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
