• 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

Weblogic Security Realm

 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm upgrading an application from WebLogic 5.1 to 8.1.

The 5.1 Application uses a custom RDBMS security realm which extends AbstractManageableRealm. EJBs are set-up with security roles and the security realm authenticates access to these using this security realm which accesses the db to pull out user/group info.

In 8.1 AbstractManageableRealm is deprecated. I've tried to hunt through the bea documentation but can't find exactly how I can convert this custom realm into one that will work with 8.1

Can anyone give me any help or pointers??

Thanks in advance,
Pete.
[ August 29, 2004: Message edited by: Pete Tibbster ]
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic