Hi, I'm interested in generating session facade beans for my entity beans. I am using @ejb.facade in my entity bean. Xdoclet generates a new bean that ends with *FacadeEJB.java in my generated code area.
This generated bean is also supposed to be parsed with xdoclet (in a second pass), along with all of the other entity beans. What I did was add another Ant target for a second xdoclet pass. However, it never seems to see the *FacadeEJB.java files, even though I have them specified in my build.xml. Does anyone have an example of how to do this? -- Anything is good and useful if it's made of chocolate. ------------------------------------------------------- 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
