Thanks Keith, it works in most cases, but it seems if I have basic data types like long etc. it dont work. In fact, all exported attributes was imported, only 'registrationNumber' in my example not. Now I have made the following changes in the mapping file:
...

  <!-- mapping for RegistryEntryImplVbsf -->
  <class  name="DE.data_experts.profi.util.registratur.business.impl.RegistryEntryImplVbsf">

    <field name="registrationNumber" type="long" direct="true">
      <bind-xml name="registrationNumber" node="element"/>
    </field>
...
 
The result was, the attribute registrationNumber also was setted. Is there an exception for basic data types?


Regards, Falko.

Reply via email to