Re: JDBC version problems

2003-08-10 Thread Raymond DeCampo
But the problem isn't the methods, but the new classes. For example, one of the new methods on Connection is: Savepoint setSavepoint(); No matter what the implementation of this method is, the 1.2 JRE will not supply a Savepoint class. That will prevent the the Connection implementation from

RE: [Chainsaw] Change TableModel to store original LoggingEvent?

2003-08-10 Thread Scott Deboy
I agree Paul.. [A little background: When I started developing this version of Chainsaw, LoggingEvent didn't have the constructors I needed, so I started out using Vectors.] I can start on the conversion to using LoggingEvent. A point related to MDC/NDC/Properties: I see benefit in displaying