0 Replies Latest reply on Jun 16, 2006 5:56 AM by stedo

    XDoclet Problem

    stedo

      hi,

      I am using the Eclipse IDE and I have a problem setting up XDoclet within Eclipse instead of running our command line builds. I am trying to build some code which has the following tags:

       * @ejb.bean
       * name="MyBean"
       * jndi-name="ejb/MyBean"
       * view-type="${ejb.bean.view-type}"
       * type="Stateless"
      
      


      I hit a problem as XDoclet expects a static value for the tag 'view-type' rather than a variable. Is there any way I can define these variables in the XDoclet IDE???

      Thanks
      Stephen