java - Error Conversion String to Date WebService -


guys,

i´m writing app webservice i´ve been facing strange issue. when call w.s receive error:

 exception description: object [2013-08-04t12:00:00:00], of class [class java.lang.string], mapping [org.eclipse.persistence.oxm.mappings.xmldirectmapping[dateevent-->dateevent/text()]] descriptor [xmldescriptor(br.com.gvt.armanagementapp.service.to.receivableinvoicein --> [databasetable(ns0:receivableinvoicein)])], not converted [class java.util.calendar]. 

but objet receivableinvoicein there isn´t attribute java.util.calendar there atributte java.util.date

has faced issue?

my environment weblogic12c maven

i found problem. think bug on weblogic12c1.1 when perform simple test webblogic ´s webservice client , puts blank spaces tag this:

1999-12-24t22:00:00

the solution split blank spaces:

1999-12-24t22:00:00


Comments

Popular posts from this blog

c++ - Creating new partition disk winapi -

Android Prevent Bluetooth Pairing Dialog -

VBA function to include CDATA -