I am not sure I understood your question correctly. but; regular objects do not have method permissions defined for them. the util object is not an EJB and therefore does not have method permissions.
-----Original Message----- From: Neil Mendoza [mailto:[EMAIL PROTECTED] Sent: Monday, April 19, 2004 2:06 PM To: [EMAIL PROTECTED] Subject: [Xdoclet-user] utilobject method permissions (Ant ejbdoclet) Hi, I have xdoclet and ant generating my deployment descriptor for my ejb app including all the method permissions i.e. for an unchecked bean it will generate <method-permission > <description><![CDATA[description not supported yet by ejbdoclet]]></description> <unchecked/> <method > <description><![CDATA[description not supported yet by ejbdoclet]]></description> <ejb-name>Pool</ejb-name> <method-name>*</method-name> </method> </method-permission> The problem is I also have it generating util classes for me using using the ant utilobject tag: <utilobject cacheHomes="true" includeGUID="true" kind="physical"/> How do I get it to generate method-permissions in the deployment descriptor for the generated util beans? Any help would be much appreciated. Thanks.... --- This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorised copying, disclosure or distribution of the material in this e-mail is strictly forbidden. Prytania Group has taken every reasonable precaution to ensure that any attachment to this e-mail has been swept for viruses. However, we cannot accept liability for any damage sustained as a result of software viruses and would advise that you carry out your own virus checks before opening any attachment. ------------------------------------------------------- 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_id70&alloc_id638&op=click _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user ------------------------------------------------------- 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
