Posted By:
Andrea_Curtoni
Posted On:
Friday, August 27, 2004 03:42 AM
Hello, i have an EJB, MyServiceBean, and i use ejbdoclet to generate remote interface, ecc ecc. I need also to generate from this file an interface called MyService in a different package.
Example:
from
org.acme.ejb.MyServiceBean
to
org.acme.differentpackage.MyService
The problem is when i set destinationFile: using "
{0}
.java" obviously i get also the suffix "Bean"! How can i change {0}? Or do i need to set a different parameter? {1}?
Any ideas? Tnx,
Andrea