• 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

J2SE 1.4 and JAAS

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Anyone know when a production-quality release of the J2SE 1.4 is coming out? Currently, JAAS uses a different classloader than the application server I'm using, which causes a lot of problems. The integration of JAAS into 1.4 is supposed to resolve this. In the meantime, anyone have any experience with or a nice workaround for this?
Thanks for any tips!
 
Author
Posts: 6055
8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
At JavaOne a Sun architect said they are trying to stick to 18 month release schedules. I don't know if this is for beta, or production, or anywhere in between. Try counting 18 months from the last release, and also note how long it took 1.3 to go from beta to production.
--Mark
 
reply
    Bookmark Topic Watch Topic
  • New Topic