Hi, I'm trying to tag each individual method within an entity ejb (cmp) for it's transaction type. What I would like to do is have getters and finders set to Supports and creates, setters, and removes as Manditory. So far this works for everything but remove. If I tag the ejbRemove method, it puts two container-transaction definitions in for remove with no parameters, one for Home and one for LocalHome. However, I'm only generating a LocalHome interface and then get errors for not having a matching method in the Home interface. Also, the remove that we use most is from the local interface with no parameters. So I tried adding a container-transaction into the assembly-descriptor merge file for the local interface remove, but then got an error that there was no matching remove() method in the bean.
Is it not possible to tag this method? We want the default to be supports (which it is) and to explicitly set the creates, setters, and removes to Mandatory. Any ideas? thanks, Lynn ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
