Hello List, I have a schema definition with an element that looks like this: <xsd:element name="guid" type="xsd:long" nillable="true"/>
When I "scomp" this into an xml-bean I get an access method void setGuid(long arg0); long getGuid(); I need this (I need to pass the xsi:nil-value) void setGuid(java.lang.Long arg0); java.lang.Long getGuid(); Specs say the nillable attribute would lead to the object type wrapper for the simple java type (java.lang.Long for long in this case). But in fact it doesn't! I use xbean-2.1.0.jar. Any hint and help is kindly appreciated. Best regards, Michael Wirz -- abs IT Service GmbH abs gruppe Dipl.-Ing. Michael Wirz Leiter Entwicklung Landsberger Straße 57 82266 Stegen am Ammersee Telefon: +49 (0)8143 999 43 Telefax: +49 (0)8143 999 49 [EMAIL PROTECTED] www.eFonds24.de --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

