Re: how to use unchecked tag?

2002-04-18 Thread Ray Harrison
You aren't missing anything. Orion 1.5.4 ignores this flag completely and was reported as bug #732 in bugzilla. This has been fixed for the next release but in the meantime you'll have to get creative - comment out the method-check section of the ejb-jar.xml, that sort of thing. Although if you

how to use unchecked tag?

2002-04-17 Thread Anil D
Hi all I have a question regarding the use of unchecked tag in ejb-jar.xml. The docs says if we specify a method as unchecked in the ejb-jar.xml no user name and password nee d to be given while invoking that method. But when I run such a method(from a Swing client) the login screen is shown