Re: Creating an UnsignedShort

2010-12-16 Thread Ronald Müller
hi, thank you for you patient. regards ronald Am 15.12.2010 17:37, schrieb Daniel Kulp: > Honestly. I have no idea. You may need to post a message to the JAXB users > list as that's really a JAXB issue. > > -- Mit freundlichen Grüßen Dipl.-Ing. Ronald Müller M-UniComp Verkehrssysteme

Re: Creating an UnsignedShort

2010-12-15 Thread Daniel Kulp
On Wednesday 15 December 2010 8:12:20 am Ronald Müller wrote: > hi, > > thanks for your respond. > > Am 14.12.2010 21:43, schrieb Daniel Kulp: > > I think you would just need to use a java.lang.Integer. Not really sure > > though. That is what jaxb maps an unsignedShort to, but when writing it

Re: Creating an UnsignedShort

2010-12-15 Thread Ronald Müller
hi, thanks for your respond. Am 14.12.2010 21:43, schrieb Daniel Kulp: > > I think you would just need to use a java.lang.Integer. Not really sure > though. That is what jaxb maps an unsignedShort to, but when writing it, I'm > not sure what JAXB would do in that case. > that is exactly,

Re: Creating an UnsignedShort

2010-12-14 Thread Daniel Kulp
On Tuesday 14 December 2010 9:18:40 am Ronald Müller wrote: > Hi, > > i shortly swichted my ws-impl from axis2 to cxf. i want to fill a value > of xsd-type "anyType" with a simple type "unsignedShort". in axis2 there > were wrapper-classes for this kind of types. Is there some similiar in > cxf? h

Creating an UnsignedShort

2010-12-14 Thread Ronald Müller
Hi, i shortly swichted my ws-impl from axis2 to cxf. i want to fill a value of xsd-type "anyType" with a simple type "unsignedShort". in axis2 there were wrapper-classes for this kind of types. Is there some similiar in cxf? how can i create an "unsignedShort" in java-code with cxf? regards rona