Hi all, I'm using 1.2beta1, and I'm experiencing the following problems:
1. The <utilobject/> task is creating util classes for beans that I haven't specified. For example, I have a session bean that I've created, which does not specify: @ejb.util and a util object is still being created for it. 2. I have a CMP bean that specifies: @ejb.value-object and no value object is created for it. 3. The util object that is created by default includes methods for accessing remote homes. If I specify that a bean is only local, the remote methods are still placed in the util object causing compiler errors. Do I need to modify my template to not include the remote methods? Is anyone else running up against these? I didn't see any of these listed in jira. If they are bugs, let me know and I'll create issues for each one. Thanks, /rick ------------------------------------------------------- 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
