Hi I have been running with the latest version of OJB and SQL Server and all is OK. However, I need to use Excel as a front end and I am using the J-Integra Java/COM bridge to call my Java stuff (which is exposed as COM objects). When I run in this way OJB does not startup, as the call to getContextClassLoader in the load() method of the class ConfigurationAbstractImpl fails as the method returns null for the context class loader.
I have patched it by setting the context class loader with the system class loader. First off, I was wondering if this was acceptable, and then if so, I was wondering if anyone could patch the CVS tree (I dont have access) so I dont have to reapply my patch when the next release comes out. Also, can I make a request or all methods in StatementManager to use the field conversions on primary key values as I need to use timestamps in some of my classes and I had to patch StatementManager to get it to work. Many thanks Mark Rowell ---------------------------------------------------------------- Mark Rowell CreditTrade T: +44 (020) 7400 5078 M: mailto:[EMAIL PROTECTED] CreditTrade Limited is regulated by the FSA. � CreditTrade 2002. All rights reserved. The information and data contained in this email is provided for the information purposes of the addressee only and should not be reproduced and/or distributed to any other person. It is provided without any warranty whatsoever and unless stated otherwise consists purely of indicative market prices and other information. Any opinion or comments expressed or assumption made in association with the data or information provided in this email is a reflection of CreditTrade�s judgement at the time of compiling the data and is subject to change. CreditTrade hereby makes no representation and accepts no responsibility or liability as to the completeness or accuracy of this email. The content of this email is not intended as an offer or solicitation for, or recommendation of, the purchase or sale of any financial instrument, or as an official confirmation of any transaction, and should not be construed as investment advice. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
