currently, my bean class (UserBean) is in the package:

        foo.bar.persistence.entity

when i run xdoclet and the ejb files are generated in a separate, 
"generated_source" directory, all of the ejb files have the same package as 
UserBean, namely foo.bar.persistence.entity.

is there any way to have the ejb files generated into a package called 
foo.bar.persistence.entity.ejb?

i looked at the packageSubstitution nested element (from the docs):

        <packageSubstitution packages="ejb,beans" substituteWith="interfaces"/>

but it looks as though i have to supply a value for the "packages" attribute.

in this case, what should i do?  is this the best solution:

        <packageSubstitution packages="entity" substituteWith="entity.ejb"/>

?


thank you. 



-------------------------------------------------------
This SF.NET email is sponsored by: AMD - Your access to the experts
on Hammer Technology! Open Source & Linux Developers, register now
for the AMD Developer Symposium. Code: EX8664
http://www.developwithamd.com/developerlab
_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to