作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
Web 服务在 Eclipse/WebLogic 中运行良好,但是当通过构建脚本构建 Ear 并将 Ear 部署在独立的 WebLogic 实例上时,出现以下错误。为什么在不同的环境下会出现这个错误?
[HTTP:101216]Servlet: "MyServiceServlethttp" failed to preload on startup in Web application: "MyApp-WS". java.lang.InternalError
at com.sun.xml.bind.v2.model.annotation.RuntimeInlineAnnotationReader.getClassValue(RuntimeInlineAnnotationReader.java:139)
at com.sun.xml.bind.v2.model.annotation.RuntimeInlineAnnotationReader.getClassValue(RuntimeInlineAnnotationReader.java:53)
at com.sun.xml.bind.v2.model.impl.PropertyInfoImpl.isApplicable(PropertyInfoImpl.java:212)
at com.sun.xml.bind.v2.model.impl.PropertyInfoImpl.getApplicableAdapter(PropertyInfoImpl.java:223)
...
最佳答案
从 XSD 中删除以下日期/日期时间转换器(并默认为 XMLGregorianCalendar)修复了错误。当然,我仍然想使用日历而不是 XMLGregorianCalendar,但我已经在这上面浪费了足够的时间。
<xs:annotation>
<xs:appinfo>
<jaxb:globalBindings>
<jaxb:serializable uid="1"/>
<jaxb:javaType name="java.util.Calendar" xmlType="xs:dateTime" parseMethod="javax.xml.bind.DatatypeConverter.parseDateTime" printMethod="javax.xml.bind.DatatypeConverter.printDateTime" />
<jaxb:javaType name="java.util.Calendar" xmlType="xs:date" parseMethod="javax.xml.bind.DatatypeConverter.parseDate" printMethod="javax.xml.bind.DatatypeConverter.printDate" />
</jaxb:globalBindings>
</xs:appinfo>
</xs:annotation>
关于java - WS 部署上由于 RuntimeInlineAnnotationReader 导致的内部错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13956410/
Web 服务在 Eclipse/WebLogic 中运行良好,但是当通过构建脚本构建 Ear 并将 Ear 部署在独立的 WebLogic 实例上时,出现以下错误。为什么在不同的环境下会出现这个错误?
我是一名优秀的程序员,十分优秀!