Hi, quite honestly, I am in the middle of preparing a milestone release for Castor 1.3 (scheduled for next week), and I a not sure whether I'll find the time to dig into code again).
But can I ask you to look around in Jira and check whether you'll find any (unresolved) issues similar(identical to yours ? Werner Dimitra Giannakopoulou wrote: > Werner, > > it sounds like you have seen this problem before (you mentioned that you > thought it had been fixed). Could you maybe point us to some part of the > source code that you suspect may be guilty so that we also have a look as you > suggest below? > > Thanks, > > Dimitra > > > --- On Tue, 9/23/08, Werner Guttmann <[EMAIL PROTECTED]> wrote: > >> From: Werner Guttmann <[EMAIL PROTECTED]> >> Subject: Re: [castor-user] Marshall exception error >> To: [email protected] >> Date: Tuesday, September 23, 2008, 1:08 PM >> Thank you. Just one final note: please do not expect a fix >> for this to >> be included in the upcoming 1.3 release candiate. This will >> no happen, >> as we are working on several fronts at the same time. >> >> If you happen to have a look at the sources yourself (I >> mean, this is an >> open source project, right?) and come up with a reasonable >> patch, I am >> of course more than willing to integrate this with the >> release. >> >> Regards >> Werner >> >> Sankalita wrote: >>> Hi Werner, >>> >>> I created the jira issue. >>> >>> Thanks, >>> Sankalita >>> >>> On Mon, Sep 22, 2008 at 11:39 PM, Werner Guttmann >>> <[EMAIL PROTECTED]> wrote: >>>> Looks like you really have been hit by a bug. Can >> I please ask you to >>>> create a Jira issue and attach below samples as >> well ? What suprises me, >>>> though, is that this problem is still occuring. I >> was under the >>>> impression that his has been fixed a long time >> ago. >>>> Werner >>>> >>>> Sankalita wrote: >>>>> Hi Werner, >>>>> >>>>> Let me know if the following will be enough >> for you. >>>>> Thanks, >>>>> Sankalita >>>>> >>>>> The part of the XML document which leads to >> the error looks like the following: >>>>> <Arguments> >>>>> <IntegerValue> 1 </IntegerValue> >>>>> <IntegerValue> 0 </IntegerValue> >>>>> <IntegerValue> 3 </IntegerValue> >>>>> <IntegerValue> 252 >> </IntegerValue> >>>>> </Arguments> >>>>> >>>>> Any instance of such multiple occurrences of >> IntegerValue causes the exception. >>>>> The parts of the schema: >>>>> <xsd:element name="Arguments"> >>>>> <xsd:complexType> >>>>> <xsd:choice >> maxOccurs="unbounded"> >>>>> <!-- could put expression here ?? --> >>>>> <xsd:element >> ref="IntegerValue"/> >>>>> <xsd:element >> ref="RealValue"/> >>>>> <xsd:element >> ref="BooleanValue"/> >>>>> <xsd:element >> ref="StringValue"/> >>>>> <xsd:group >> ref="DeclaredVariable"/> >>>>> </xsd:choice> >>>>> </xsd:complexType> >>>>> </xsd:element> >>>>> <xsd:element >> name="IntegerValue"> >>>>> <xsd:simpleType> >>>>> <xsd:restriction >> base="xsd:integer"> >>>>> </xsd:restriction> >>>>> </xsd:simpleType> >>>>> </xsd:element> >>>>> >>>>> On Fri, Sep 19, 2008 at 4:00 PM, Werner >> Guttmann >>>>> <[EMAIL PROTECTED]> wrote: >>>>>> Let me try to run this against SVN trunk, >> first, and then we take it >>>>>> from there. Can you please supply me with >> complete (albeit minimal) XML >>>>>> files (schema, document instance) so that >> I can easily reproduce your >>>>>> problem ? >>>>>> >>>>>> Thanks >>>>>> Werner >>>>>> >> --------------------------------------------------------------------- >>>>> 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 > > > > > --------------------------------------------------------------------- > 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

