Hello, I'm having a problem with the entityfacade task in that it generates a MyBeanFacadeEJB class that makes the following calls:
MyBeanLocal selected = getLocalHome().findByPrimaryKey( pk ); MyBeanData retval = selected.getData(); The problem is that the MyBeanLocal interface doesn't expose the getData() method defined in the MyBeanCMP class, and thus I'm getting compile errors. I'm sure I'm missing something fairly stupid, but does anyone know how I get xdoclet to add the getData() method exposed in the local/remote interfaces for my bean? thanks! davep ------------------------------------------------------- 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
