Actually there was a mispelling in the mergeDir element. I solved the problem now, using the mergeDir; is there a tag combination by which I could tell XDoclet to generate only local interface for entity beans and only remote interfaces for session beans?
Thanks, Marco ----- Original Message ----- From: "Marco Tedone" <[EMAIL PROTECTED]> To: "xdoclet-users" <[EMAIL PROTECTED]> Sent: Sunday, June 15, 2003 4:29 PM Subject: [Xdoclet-user] [NEWBIE] Generating only local interfaces in a single <ejbdoclet> task > Hi, I would like all my entity beans having only local interfaces, while > having local and remote interfaces for session beans, which should act as a > facade. > > I solved the problem by creating two ejbdoclet elements, one for entity > (where I specify localinterface and localhomeinterface) and one for session > (where I specify remoteinterface and homeinterface). The problem here is > that I cannot obtain a unique ejb-jar.xml file, even if I created a > session-beans.xml file in the mergeDir and specified mergeDir in the > ejbdoclet element. > > Anyone of you incurred in the same problem? Does XDoclet offer a way to > solve it? > > Thanks for your time, > > Marco > > > > > > ------------------------------------------------------- > This SF.NET email is sponsored by: eBay > Great deals on office technology -- on eBay now! Click here: > http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 > _______________________________________________ > xdoclet-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/xdoclet-user ------------------------------------------------------- This SF.NET email is sponsored by: eBay Great deals on office technology -- on eBay now! Click here: http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
