我申请的是Jaxb 2.1.12。 我是JDK 1.5和OC4J 10.1.3.4.0。 当我试图利用我使用Jaxb的部分申请时,我有以下错误:
Unable to locate jaxb.properties for package
我将此缩小到OC4J的xml.jar。 该校有1 000个班级。 我可以通过在 or申请中添加以下内容来纠正这一错误:
<imported-shared-libraries>
<remove-inherited name="oracle.xml"/>
</imported-shared-libraries>
问题在于,我正在利用行政——客户向OC4J部署WAR档案。 jarutil。 我没有欧洲复兴开发银行,无法将 or-应用-xml档案列入,因此,我决定试图将 or-web.xml档案添加到世界研究协会的WEB-INF名录中,并确定搜索-当地分类-第一财产的真实情况:
<?xml version="1.0"?>
<orion-web-app
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://xmlns.oracle.com/oracleas/schema/orion-web-10_0.xsd" deployment-version="10.1.3.4.0"
jsp-cache-directory="./persistence"
jsp-cache-tlds="standard"
simple-jsp-mapping="false"
temporary-directory="./temp"
schema-major-version="10" schema-minor-version="0" >
<web-app-class-loader search-local-classes-first="true" />
<web-app>
</web-app>
</orion-web-app>
这导致完全没有部署。 我发现了一个错误,即春季组合的档案不能归结。 我愿首先使用搜身区。 我如何利用这一财产? 还有一种方式,我可以向世界钻石行动档案库部署 or-申请。
09/11/16 13:26:01 WARNING: DeployerRunnable.run Unexpected exception parsing XML document from Servl
etContext resource [/WEB-INF/applicationContext-acegi-security.xml]; nested exception is java.lang.C
lassCastException: oracle.xml.jaxp.JXDocumentBuilderFactoryoracle.oc4j.admin.internal.DeployerExcept
ion: Unexpected exception parsing XML document from ServletContext resource [/WEB-INF/applicationCon
text-acegi-security.xml]; nested exception is java.lang.ClassCastException: oracle.xml.jaxp.JXDocume
ntBuilderFactory
at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:126)
at oracle.oc4j.admin.jmx.server.mbeans.deploy.OC4JDeployerRunnable.doRun(OC4JDeployerRunnabl
e.java:52)
at oracle.oc4j.admin.jmx.server.mbeans.deploy.DeployerRunnable.run(DeployerRunnable.java:81)
at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledE
xecutor.java:303)
at java.lang.Thread.run(Thread.java:595)
注:我没有拿 Java1.6的这个错误,我认为,这是因为1.6与Jaxb包在一起。