A Weblogic “Kitchen Sink” episode
Thursday, February 19th, 2004I encountered a lovely piece of Classpath Hell thanks to Weblogic (7.0) today. Or rather a colleague of mine did; I just helped him figure it out.
Tags: ant, classpath hell, weblogic
I encountered a lovely piece of Classpath Hell thanks to Weblogic (7.0) today. Or rather a colleague of mine did; I just helped him figure it out.
Tags: ant, classpath hell, weblogic
I hit a really stupid problem today, and I’ve only got myself to blame (as usual).
The problem was really simple. I was making an object that needed to know when it was created. This creation date wasn’t necessarily “now”, so I was passing a Calendar object in to the constructor of the object to represent the creation date.