I am running one of my beans through xdoclet.

The bean is called "Order".

I have the following tags:

<packageSubstitution packages="entity" substituteWith="interfaces"/>
<localinterface pattern="{0}Local"/>
<localhomeinterface pattern="{0}LocalHome"/>

I expected the two interfaces to be called OrderLocal and OrderLocalHome and
be in the interfaces package.

Well, I DO get OrderLocalHome in the interfaces package but the local
interface is called simply "Order" and is still in the entity package, not
moved to interfaces.

Am I doing something wrong?

Hunter



-------------------------------------------------------
This SF.net email is sponsored by: Does your code think in ink? 
You could win a Tablet PC. Get a free Tablet PC hat just for playing. 
What are you waiting for?
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to