The only working method I found, several years ago, was :
- Generating ibm-ejb-jar-bnd.xmi and ibm-ejb-jar-ext.xmi for each session bean by using XDoclet (ejbdoclet task)
- Making a jar (without stubs) with task jar; ;
- Calling the binary EJBDEPLOY with this jar without stub in parameters.
But I feel there must be a cleaner method. Which is yours ?