| as my subject says, I generate EJB for Spec 1.1, but the <utilobject> task
| creates the getLocalHome() method, too, which don't exists.
|
| How can I say, that it should generate getHome() (remote home) only.

Ok, I will answer myself:

You have to write 

  @ejb.bean view-type="remote"

but the Documentation says, that for ejbSpec="1.1" "remote" is the default for 
view-type, which makes sense, because in EJB 1.1 the are no LocalHome's.

But, <utilobject> seems to ignore the fact, I'm generation EJB 1.1, so I *have 
to* declare @ejb.bean view-type="remote". This is ugly because redundant, 
means inflexible, say: buggy.


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
xdoclet-user mailing list
xdoclet-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to