> I am evaluating the J2EE features. > > The deployment descriptors name for an Entity Bean is supposed to be > ejb.xml and it is supposed to be in a directory called META-INF. > > > How can I tell rose to place the xml-file in the correct directory and > with the correct name when I generate code from rose?.
Rose currently names the .xml file after the bean being created and posts only the most recent file to META-INF/ejb-jar.xml. This is actually desired behavior in at least one respect since it is quite possible and common to have multiple beans in the same package. This is addressed in the build stage by having the <EJB Name>.xml file copied to META-INF/ejb-jar.xml for packaging. At least, that's how I'm doing it, and I'm using ant. ************************************************************************ * Rose Forum is a public venue for ideas and discussions. * For technical support, visit http://www.rational.com/support * * Admin.Subscription Requests: [EMAIL PROTECTED] * Archive of messages: http://www.rational.com/support/usergroups/rose/rose_forum.jsp * Other Requests: [EMAIL PROTECTED] * * To unsubscribe from the list, please send email * * To: [EMAIL PROTECTED] * Subject:<BLANK> * Body: unsubscribe rose_forum * *************************************************************************
