What else do I need to do to change the package name of the generated code?
I changed package="${name}.ejb" to package="com.sibusol.${name}.ejb". The following is an exaple of a file generated by middlegen. How do I get the import packages to be com.sibusol.airline.interfaces.SequenceLocal, rather than airline.interfaces.SequenceLocalHome? Thanks Dan package com.sibusol.airline.ejb; import airline.interfaces.SequenceLocalHome; import airline.interfaces.SequenceLocal; import airline.interfaces.SequenceUtil; /** * Sequence Block Session Bean * * @ejb.bean * type="Stateless" * name="SequenceSession" * description="Sequence generator" * local-jndi-name="airline.interfaces.SequenceSessionLocalHome" * view-type="local" ... */ public abstract class SequenceSessionBean implements javax.ejb.SessionBean { -- _______________________________________________ Sign-up for your own FREE Personalized E-mail at Mail.com http://www.mail.com/?sr=signup One click access to the Top Search Engines http://www.exactsearchbar.com/mailcom ------------------------------------------------------- This SF.net email is sponsored by: Get the new Palm Tungsten T handheld. Power & Color in a compact size! http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en _______________________________________________ middlegen-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/middlegen-user