Stanimir Stamenkov wrote:
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.
Added view-type="remote" to the @ejb:bean tag and everything is fine but I have thought this is the default? I'm using XDoclet 1.2 beta 2 if that matter. I've tried with 1.1.2 version before but got no luck. May be I had to erase the already generated ejb-jar.xml (which I've done now) since adding view-type="remote" before didn't help, go figure.
-- 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
