Issue #41 has been updated by Jonathan Clarke.

It turns out the XML file is generated by taking the Java object for a class 
(say inetOrgPerson) and getting all class attributes from that Java class and 
all classes it inherits from (organizationalPerson, person, top and LscObject).

The problem was in LscObject which contained an attribute "attributeValues" of 
type LscAttributes. I can't find any code that uses it, nor any logical use for 
it, so I have removed it.
----------------------------------------
Bug #41: [XML persistence file] bad file generated
http://tools.lsc-project.org/issues/show/41

Author: Thomas Chemineau
Status: Assigned
Priority: Normal
Assigned to: Jonathan Clarke
Category: Core
Target version: 1.1


There is actually a bug when XML persistence file are generated. This bad tag 
is present into the resultMap:

8<--------
  <result property="attributeValues" column="attributeValues"/>
8<--------

When we launch LSC, it complains because XML file does not fit its 
corresponding JAVA object (and its flat object too I suppose).


-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://tools.lsc-project.org/my/account
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<http://lists.lsc-project.org/pipermail/lsc-dev/attachments/20090601/678828d8/attachment.html>

Reply via email to