This doclet works great!  I have one question/complaint...I don't know if 
it  is something I'm doing wrong or not...

Is there any reason that CMP fields aren't being dropped into ejb-jar.xml? 
 

I have methods like this described in my *Bean.java:

        /**
         * Sets the first name of the user
         *
         * @remote-method
         * @cmp-field
         * @transaction Supports
         */
        public abstract void setFirstName(String firstName);

        /**
         * Gets the first name of the user
         *
         * @remote-method
         * @cmp-field
         * @transaction Supports
         */
        public abstract String getFirstName();

which works fine, but doesn't add the <cmp-field> tags to ejb-jar.xml.

-Jason


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to