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??