Hi Dan, There is no <unchecked/> element in the EJB 1.1 deployment descriptor. At the moment, OpenEJB doesn't come with a security service, so it's kind of a mute point anyway.
A org.openejb.spi.SecurityService is a pluggable component in OpenEJB, one we never provided an implementation for. An implementation of that interface that simply wraps the Tomcat security functionality would probably be very useful to many people. The doors are open if someone wanted to contribute that. -David On Tue, Sep 16, 2003 at 02:09:45PM -0400, Barber, Dan wrote: > > Hi, > > I'm using OpenEJB 0.9.2 with Tomcat (4.1.24). I am trying to use the validate tool > against an ejb jar file. The ejb-jar.xml contains an <unchecked /> tag for > <method-permission>. The validate step returns the following message: > > ./openejb.bat validate -vvv d:/myejbjar/myejB.jar > ------------------------------------------ > JAR d:/myejbjar/myejB.jar > > ERROR ... Cannot validate jar > > Cannot parse the XML of the ejb-jar.xml file. Received message: unable to find > FieldDescriptor for 'unchecked' in ClassDescriptor of method-permission > > I'm not a big Castor user but I was wondering if this version of OpenEJB doesn't > support unchecked permissions? > > thanks! > > Dan ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ http://OpenEJB.sf.net OpenEJB-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openejb-user
