伙计们,
我正在编写一个 WebService 应用程序,但我一直面临一个奇怪的问题。当我调用 WS 时,我收到此错误:
Exception Description: The object [2013-08-04T12:00:00:00], of class [class java.lang.String], from mapping [org.eclipse.persistence.oxm.mappings.XMLDirectMapping[dateEvent-->dateEvent/text()]] with descriptor [XMLDescriptor(br.com.gvt.armanagementapp.service.to.ReceivableInvoiceIn --> [DatabaseTable(ns0:receivableInvoiceIn)])], could not be converted to [class java.util.Calendar].
但是我的 Objet ReceivableInvoiceIn 没有带有 java.util.Calendar 的属性,有一个属性 java.util.Date
有没有人遇到过这个问题?
我的环境是带有 maven 的 Weblogic12c