Hi Andre, On Wed, 27 Apr 2005 15:57:06 +0200, Andre Teubner wrote:
>Hello Ralf, > >we a running on SAP DB 7.4.3 with SAP DB java driver 7.4.4. Bugs occours >on ms windows also linux. > >I cant reproduce easly bug inside a standalone testcase. Only in this >constellation(BradenScale&CareGiver) crash with ClassCastException. In >first i must find out which jdo-config cause this error and why. I >suppose initial mapping loading is the point of intrest. Any hint where >to start with debuging? I must find this f*** bug. Then i can submit a >ugreport and a (short) testcase. If I were you, I'd augment existing code at SQLEngine.toJava() with code to output the value of the class (and it's real class instance and the type of convertor being used). For example, try to catch the ClassCastException in there rethrow it and log at your convenience. >Castor 0.9.6 seems to hard-cutted refactored in comparsion to 0.9.4. >Some minor negligences in JDO-config or code leads now in to big boom. Just to be sure here: Are you trying to say that we introduced too many errors into 0.9.6 by not paying due-diligence where we should have done so ? >In coincidence with a to generic logging it produce a lot of fun. I'd rather see you expand on this. If there's an issue, I'd like to understand your point first. >I cant find the simliar bug with MySQL 5.0 on codehouse issue page. Did >you know the bugnumber? There's no bug yet, as I am not quite sure where the problem is and whether it's reproducible. It could e.g. by down to the wrong jdbc driver being used when trying to access mySQL 5.0. Let me see what I can share with you in the next days. Werner

