facebook

XDoclet problems when using the TechnologyAdapterMDBean

  1. MyEclipse IDE
  2.  > 
  3. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #220354 Reply

    rshar2
    Member

    MyEclipse 3.8.2GA
    Using XDoclet to generate descriptors and interfaces for ejb’s, when the XDoclet task is executed against the MDB that extends TechnologyAdapterMDBean the descriptors are not created correctly.
    If you do not extend TechnologyAdapterMDBean and implement MessageDrivenBean and MessageListener, then the descriptors are created as expected.
    The problem results when trying to execute the <ejbdoclet> task on an MDB that extends the TechnologyAdapterMDBean.

    The ANT xdoclet-build.xml file that is produced gets generated with path errors. We have to manually edit them to work in our system.

    Any Suggestions please??

    #220400 Reply

    Riyad Kalla
    Member

    I have asked our XDoclet guy to look at this.

    #220513 Reply

    Greg
    Member

    There are special issues with inheritance in xdoclet and you may have to put xdoclet tags on the super-class as well. I don’t have alot of experience with inheritance so I would recommend xdoclet documentation or professor google.

    Also, how is your xdoclet-build.xml incorrect, or in other words what are you having to do to correct it?

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: XDoclet problems when using the TechnologyAdapterMDBean

You must be logged in to post in the forum log in