You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-dev@db.apache.org by Vladimir Berezniker <vm...@hitechman.com> on 2003/09/17 23:39:32 UTC

Small bug in SequenceDescriptor?

Hi,
    I have ran accros a small bug. Constructor

     public SequenceDescriptor(JdbcConnectionDescriptor jcd, Class 
sequenceManagerClass)
     {
         this.jcd = jcd;
         this.sequenceManagerClass = sequenceManagerClass;
     }

needs one more line of code, as in the other constructor.
         this.configurationProperties = new Properties();

However, it seems that the two parameter constructor is not used 
anywhere inside ojb. For now I switched to using the one parameter 
constructor.

Sincerely,
Vladimir Berezniker



---------------------------------------------------------------------
To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org
For additional commands, e-mail: ojb-dev-help@db.apache.org