1 Reply Latest reply on Feb 26, 2006 8:57 AM by alexadranghi

    Empty XDoclets

    alexadranghi

      Hi guys,

      This is starting to get really frustrating; getting anything to work at all seems to bring up problems where after hours of finely going over this forum and the guides cannot find solutions for.

      The main problem I'm having is connecting to the EJB, I've tried pretty much everything I can find here to no avail. At the moment though I have a deployment problem after starting from scratch.

      XDoclets doesn't seem to generate anything for the web container except for files full of comments.

      I'll post a reply (different computer) with my Servlets's doclet stuff.

        • 1. Re: Empty XDoclets
          alexadranghi


          /**
           * @web.servlet
           * name="genericSTL"
           * display-name="Generic STL"
           * description="Base class of the Scalable Transport Layer"
           *
           * @web.servlet-mapping
           * url-pattern="/panacea.stl"
           *
           * @web.ejb-ref
           * name="ejb/Director"
           * type="Session"
           * home="interfaces.DirectorHome"
           * remote="interfaces.Director"
           * description="Reference to the Panacea Director"
           *
           * @jboss.ejb-ref-jndi
           * ref-name="ejb/Director"
           * jndi-name="ejb/Director"
           */