> I have a session bean named PartnerFacade in package com.test.partner. > > So the bean is com.test.partner.PartnerFacade and on my C drive its in the > c:\com\test\partner directory. > I want to include an environment entry which is in a mergefile named > ejb-env-entries-PartnerFacade.xml. > > Is this the correct name for the merge file in question?
Yup. > I want all my mergefiles in a top-level directoy named mergedir. Do I have > to recreate the entire package directory structure in "mergedir" and put > my > merge xml file there? Yup. > For Ant, in the ejbdoclet task, session subtask would the correct > parameter > be <session mergedir="c:/mergedir/com/test/partner/"/> ? No, mergedir="c:/mergedir". Ara. _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
