AW: AW: [castor-user] SourceGenerator and binding

2007-04-27 Thread Werner Guttmann
: [castor-user] SourceGenerator and binding Thanks very much to you and Ralf. This is my binding file: http://www.castor.org/SourceGenerator/Binding"; <http://www.castor.org/SourceGenerator/Binding> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; <http://w

Re: AW: [castor-user] SourceGenerator and binding

2007-04-27 Thread Barbara Allori
PROTECTED] Gesendet: Donnerstag, 26. April 2007 15:26 An: user@castor.codehaus.org Betreff: [castor-user] SourceGenerator and binding Hi, I am using Castor-codGen-1.1 to do data binding and everything work fine. But I can't use this version because this version uses a long instead of an int

AW: [castor-user] SourceGenerator and binding

2007-04-26 Thread Werner Guttmann
e for not being able to rispondere in Italiano, as much as I would want to. > -Ursprüngliche Nachricht- > Von: Barbara Allori [mailto:[EMAIL PROTECTED] > Gesendet: Donnerstag, 26. April 2007 15:26 > An: user@castor.codehaus.org > Betreff: [castor-user] SourceGenerator and bind

Re: [castor-user] SourceGenerator and binding

2007-04-26 Thread Ralf Joachim
Hi Barbara, according to XML schema definition the value range of xs:Integer, xs:positiveInteger and xs:negativeInteger is required to support a value range similar to java long. Therefore we changed code generated for those schema types from int to long between 1.0.5 and 1.1. Having said tha

[castor-user] SourceGenerator and binding

2007-04-26 Thread Barbara Allori
Hi, I am using Castor-codGen-1.1 to do data binding and everything work fine. But I can't use this version because this version uses a long instead of an int. For example, if I have this attribute: use="required"/> with castor 1.0.5 I obtain a field like this: /** * Field _numero