Hi Bert, what does the exact property definition look like, and how are you trying to map this with Castor XML ?
Regards Werner Bert Verhees wrote: > On vrijdag 17 april 2009 22:49:33 Werner Guttmann wrote: >> Bert, >> >> if you checked out the source code yourself, please execute a >> >>> mvn compile >> from the root directory, and you'll soon thereafter see those classes >> being added. > > Thanks, Werner, that did the trick, I have the source files. > > Now is clear what I expected. The original problem is that "list" is not in > the members-hashtable in FieldMappingCollectionType.java > > Now, what shall I do now? > > Is it because the CollectionHandlers-class should not return "list", but > "arraylist" instead? > > Or should list be added to the member-hashtable? > > Or should it be added to Jira as an error? > > It definitely seems an error to me that "list" (java.util.List) is not > recognized as a valid type. > > What is in your opinion best to do? > > Bert > > . >> Regards >> Werner >> >> Bert Verhees wrote: >>> On vrijdag 17 april 2009 20:24:27 Werner Guttmann wrote: >>>> HI Ralf, Hi Bert, >>>> >>>> I assume we are looking at 1.3 here. Somehow I am getting the impression >>>> the source JARs do not include the sourced generated from the XML >>>> schemas such as e.g. mapping.xsd. But let's wait for a reply first. >>> Hi Ralf, Werner >>> >>> Thanks for your reply. It is indeed 1.3 and indeed some sourcefiles seem >>> to be missing. >>> I did a svn co from the trunk, and in there is mapping.xsd. But the other >>> files, I mentioned are not there . >>> org.exolab.castor.mapping.xml.types.FieldMappingCollectionType.java >>> or >>> org.exolab.castor.mapping.xml.FieldMapping.java >>> >>> That is strange, but it wouldn't be a problem if I did not have that >>> exception which I cannot explain, and which is my original problem >>> >>> regards >>> Bert >>> >>> --------------------------------------------------------------------- >>> To unsubscribe from this list, please visit: >>> >>> http://xircles.codehaus.org/manage_email >> --------------------------------------------------------------------- >> To unsubscribe from this list, please visit: >> >> http://xircles.codehaus.org/manage_email > > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

