Hi,
When i run xdoclet, the value of the property <ejb-class> is changing like the following...


  <ejb-class>uk.co.lvl.ecommerce.modelselection.ModelSelectionSession</ejb-class>

But i want it to be

  <ejb-class>uk.co.lvl.ecommerce.modelselection.ModelSelectionBean</ejb-class>

Every time , i'm manually changing it to Bean

Can any one tell me how to configure xdoclet so that i can avoid this everytime i run xdoclet

PLEASE LET ME KNOW THE ERROR IN THIS...
PLEASE ..ITS VERY URGENT

I need this
<ejb-class>uk.co.lvl.ecommerce.modelselection.ModelSelectionSession</ejb-class>
in ejb-jar.xml when i run xdoclet
/**
 * This class is used to provide the lifecycle implementation and  business method
 * implementation provided by the ModelSelectionService interface to client
 *
 * @ejb.bean ejb-class="uk.co.lvl.ecommerce.modelselection.ModelSelectionSessionBean"
 *             name="ModelSelection"
 *            type="Stateless"
 *          transaction-type="Container"
 *          view-type="both"
 *          pattern="{0}Bean"
 *
 *
 * @ejb.transaction type="NotSupported"
 *
 * @ejb.interface extends="javax.ejb.EJBObject"
 *                local-extends="javax.ejb.EJBLocalObject" remote-pattern="{0}"
 *                local-pattern="{0}Local"
 *
 * @ejb.home extends="javax.ejb.EJBHome" local-extends="javax.ejb.EJBLocalHome"
 *           remote-pattern="{0}Home" local-pattern="{0}LocalHome"
 *          
 * @ejb:env-entry name="ejb/BeanFactoryPath" type="java.lang.String"
 *  value="applicationContext.xml"
 *
 */




Regards,
Chaithanya.
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
xdoclet-devel mailing list
xdoclet-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to