Hi,

I wrote a little SequenceManger which should be used only for two persistent
classes. I wanted to register it within the class-descriptor

<class-descriptor
     class="de.virtualsolution.ojb.Person"
     table="tab_ap"
     sequence-manager="de.virtualsolution.mdb.SequenceManagerImpl"
     >

        <field-descriptor
         id="1"
         name="id"
         column="contact_id"
         jdbc-type="VARCHAR"
         length="13"
         nullable="false"
         primarykey="true"
         autoincrement="true"
         />

        ....
</class-descriptor>

But this manager was not used, but the one registered in the OJB.properties.
If I register this class in OJB.properties it works.

What's wrong ?

Thanx
Thomas



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to