• 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
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Weblogic 10.3 FastSwap + Struts 1.X

 
Ranch Hand
Posts: 73
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Good Afternoon all,

I've been playing around with the Weblogic 10's FastSwap feature, which allows quick redefinition of classes in exploded-mode deployment without restarting the server. However, I'm using Struts 1.2.9, and although the changes to my classes go through just fine, Struts' tiles definition wrapper explodes with a null pointer. Here's the stacktrace:



I noticed that our Log4J configuration doesn't like this either:



Any thoughts? It'd save me a pile of container restart time...

Cheers,
Ted
[ November 28, 2008: Message edited by: Ted Smyth ]
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic