[jboss-dev-forums] [Design of the JBoss EJB Container] - Re: jdbc2.StoreManager2 and key-generators

jesper.pedersen do-not-reply at jboss.com
Mon Apr 16 04:19:07 EDT 2007


There is a bug in JDBCEntityBridge2::getQualifiedTableName().

The method should do the same as the JDBCEntityBridge::getQualifiedTableName() namely

  | SQLUtil.fixTableName(metadata.getDefaultTableName(), dataSource);
  | 

Should the bug be fixed in the constructor (as local variable) or in the method ?

I'm for the fix in the constructor.


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

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



More information about the jboss-dev-forums mailing list