What do your tags look like?
The following are from one of mine, where I get

    <ejb-class>x.y.z.ValidateBean</ejb-class>

 * @ejb.bean
 *          name="Validate"
 *          type="Stateless"
 *          jndi-name="ejb/Validate"
 *          local-jndi-name="ejb/local/Validate"
 *          transaction-type="Bean"
 *          local-business-interface="ValidateLocalBI"
 *          remote-business-interface="ValidateBusinessInterface"
 *          view-type="both"

/Gwyn

On 18/07/06, chaithanya xdoclet <[EMAIL PROTECTED]> wrote:
> 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
>
>
>  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-user mailing list
xdoclet-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to