Hi,

In the project we are creating we (naively) decided that generated files for 
EJBs should be named after the bean class, while at the same time the ejb 
name sould be diffrerent from the bean class  (sans the 'Bean' suffix).

Is it possible to have the generated files named after the bean class instead 
of the ejb-name?

We are using Xdoclet 1.1.2

For example:

If the bean comes from a bean class called 'a.b.AppleBean', we want the ejb 
to have:

ejb-name: EXAApple
pk class: a.b.interfaces.ApplePK
Data object: a.b.interfaces.AppleData
Home interface: a.b.interfaces.AppleHome
etc.

XDoclet generates all classes based on 'EXAApple', though. It is possible 
(although cumbersome) to specify class names for the homes and interfaces, 
but it seems it is not possible for PK classes and Data objects.

Thanks in advance.

Rodrigo Chandia



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to