"jc7442" wrote : An answer to my own question:
  | It seems that an oracle10gDialect may be usefull (see 
http://builder.com.com/5100-6388-5224536.html)
  | 
  | It may look like:
  | public class Oracle10gDialect extends Oracle9Dialect {
  |   |   public Oracle10gDialect() {
  |   |     super();
  |   |     // override properties
  |   |     registerColumnType( Types.FLOAT, "binary_float" );
  |   |     registerColumnType( Types.DOUBLE, "binary_double" );
  |   |   }
  |   | }
  | 
  | It does not fix the problem for the NaN. For Double.NaN, it looks like a 
bug in the oracle JDBC driver, a small patch in the DoubleBinder class fixes 
the problem.


Hi there.  

I am dealing with a similar situation.  Do you know where I might find this 
patch for the DoubleBinder class?

Thanks!



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955216#3955216

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3955216

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to