Search the web
Sign In
New User? Sign Up
dvbug · Delaware Valley BEA Users Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
security-permission-spec, ra.xml, and "Can't find Permission..."   Message List  
Reply | Forward Message #348 of 366 |
Hello,

version: WebLogic 9.1

We have a .rar file that has the following structure:
.rar
->Meta-Inf
--->Manifest.mf
--->ra.xml
--->weblogic-ra.xml
->Jar1
->Jar2

The ra.xml has a <security-permission-spec> clause similar to:

<security-permission>
<security-permission-spec>
grant
{
permission java.util.logging.LoggingPermission "control","";
:
...several more permissions...
:
permission
com.abc.services.user.CredentialPermission "readCredential","ReadCrede
ntial";

permission com.abc.services.user.UserContextPermission "*","read";
};

</security-permission-spec>
</security-permission>

Upon deployment we get the following exception:

weblogic.application.ModuleException:
weblogic.security.service.InvalidParameterException:
weblogic.security.service.SecurityServiceException: [Security:090197]
Can't find permission com.abc.services.user.CredentialPermission

Apparently weblogic can't see the last 2 classes that are actually
contained within JAR1 within the .rar.

Does anyone have a suggestion on how to make this work?

Thanks very much,
DLutz







Fri Jun 30, 2006 9:46 pm

dharmitashah
Offline Offline
Send Email Send Email

Forward
Message #348 of 366 |
Expand Messages Author Sort by Date

Hello, version: WebLogic 9.1 We have a .rar file that has the following structure: .rar ->Meta-Inf ... ->Jar1 ->Jar2 The ra.xml has a...
dharmitashah
Offline Send Email
Jun 30, 2006
9:46 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help