• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Axis2, WebSphere 7 and Java2 security issues

 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I have to use WebSphere 7 and axis2 based application . However, this particular production environment has important security restrictions (I.e. not permitted //permission java.lang.RuntimePermission "createClassLoader" and permission java.lang.RuntimePermission "setContextClassLoader"): I can't use own classloader.

Logically, I've got the next exceptions:






  • How can I fix this issues?
    Are there any workarounds?
    Can you suggest some ideas how to deal with this?


  • Thank you in advance,
    Orest
    reply
      Bookmark Topic Watch Topic
    • New Topic