Now my problem is with <deploymentdescriptor/>. It generates a <local-home/> and <local/> entries in the ejb-jar.xml descriptor with local interface classes which I don't generate neither I want to use. How could I suppress the generation of the local interface type entries in the deployment descriptor?
O.k. I haven't specified <localhomeinterface/> and <localinterface/> subtasks in the <ejbdoclet/> taks and I have a single bean with the following tags specified:
@ejb:bean name="test/GeneralUtilities"
type="Stateless"in the type comment and:
@ejb:interface-method view-type="remote"
for the single test method I want to access. I just don't get why the <deploymentdescriptor/> subtask generates <local-home/> and <local/> type entries in ejb-jar.xml?
-- Stanimir
-------------------------------------------------------
This SF.net email is sponsored by: Tablet PC. 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
