Hello,

I have an EJB 2.x class extending the spring class AbstractStatelessSessionBean in order to get the BeanFactory definition.
I'm using Maven 1.0.2 with the plugin XDoclet Version 1.2.3.
When I generate the different interfaces needed for the deployment of my EJB, all my interfaces (Remote and Local) extend the same class AbstractStatelessSessionBean.

Command used :
Code:
maven xdoclet:ejbdoclet
How can this happen ? Does someone have an idea ?

Thank you in advance for your help.
bgOnline