Il giorno 07/dic/2012, alle ore 11.59, ernst Developer ha scritto: > Hi, > > When retrieving a connector configuration using the above mentioned url, I > get a strange result. The xml starts with: > > <org.springframework.validation.BeanPropertyBindingResult> > <nestedPath/> > <nestedPathStack serialization="custom"> > <unserializable-parents/> > <vector> > <default> > <capacityIncrement>0</capacityIncrement> > <elementCount>0</elementCount> > <elementData> > <null/> > <null/> > <null/> > <null/> > <null/> > <null/> > <null/> > <null/> > <null/> > <null/> > </elementData> > </default> > </vector> > </nestedPathStack> > <objectName>connInstanceTO</objectName> > <messageCodesResolver > class="org.springframework.validation.DefaultMessageCodesResolver"> > <prefix/> > </messageCodesResolver> > <errors class="linked-list"/> > <suppressedFields/> > <target class="org.apache.syncope.client.to.ConnInstanceTO"> > <id>1200</id> > <bundleName>org.connid.bundles.ad</bundleName> > > -- the rest is omitted. > > I guess this is not expected behavior?
Hi Ernst, it seems correct: the output is what we expected. Regards, F. > > Regards, > Ernst
