I'm using IBM's WSDK which uses axis and the service I deployed uses UDDI4J to search for other services, and the UDDIProxy class calls init which initializes TransportFactory which calls System.getProperties and that is throwing a java.security.AccessControlException exception. Now I added the was.policy file the EAR filed used to deploy the service.

the was.policy looks something like this:

grant {
permission java.security.AllPermission;
};

which should give the service all permissions including properties ones, but still I'm getting the same exception

any help is very appreciated cuz this thing is driving me crazy.

thank you
Kareem

_________________________________________________________________
The new MSN 8: smart spam protection and 2 months FREE* http://join.msn.com/?page=features/junkmail




Reply via email to