java.security exceptions give new warning
Idea has started highlighting exceptions from the java.security package as warnings when they are used in EJB files. The warning says: "Usage of 'java.security.NoSuchAlogirhtmException' is not allowed in EJB". Anybody know why this is disallowed (I couldn't find mention of it in the 2.0 spec)?
Please sign in to leave a comment.
Fixed in #661
(EJb spec 24.1.2:
The enterprise bean must not attempt to access or modify the security
configuration objects
(Policy, Security, Provider, Signer, and Identity).
)
--
regards,
Alexey Kudravtsev.
JetBrains, Inc
http://www.intellij.com
"Develop with pleasure!"
"Jonathan Thompson" <jiveadmin@intellij.net> wrote in message
news:3768465.1034659508860.JavaMail.jrun@is.intellij.net...
warnings when they are used in EJB files. The warning says: "Usage of
'java.security.NoSuchAlogirhtmException' is not allowed in EJB". Anybody
know why this is disallowed (I couldn't find mention of it in the 2.0 spec)?