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.
- [castor-dev] unmarshalling problem Falko . Wiese
- [castor-dev] unmarshalling problem Falko . Wiese
- [castor-dev] unmarshalling problem Max_Lifshin
- Re: [castor-dev] unmarshalling problem Arnaud Blandin
- [castor-dev] Unmarshalling problem Wojciech Andrzej Kaszycki
- [castor-dev] unmarshalling problem koen casier
