appfuse中应用CXF服务时提示出错 选项

出错信息如下:
2008-8-12 23:05:58
org.apache.cxf.service.factory.ReflectionServiceFactoryBean
buildServiceFromClass
信息: Creating Service {http://
WebService.appfuse.org/}ISurveyServiceService from class
org.appfuse.WebService.ISurveyService
[myproject] ERROR [main] ContextLoader.initWebApplicationContext(203)
| Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'surveyWebService': Invocation of init method
failed; nested exception is java.lang.NoSuchMethodError:
org.apache.ws.commons.schema.XmlSchemaCollection.getExtReg()Lorg/
apache/ws/commons/schema/extensions/ExtensionRegistry;
Caused by:
[color=red]java.lang.NoSuchMethodError:
org.apache.ws.commons.schema.XmlSchemaCollection.getExtReg()Lorg/
apache/ws/commons/schema/extensions/ExtensionRegistry; [/color]
at
org.apache.cxf.common.xmlschema.SchemaCollection.<init>(SchemaCollection.ja­va:
69)
at
org.apache.cxf.common.xmlschema.SchemaCollection.<init>(SchemaCollection.ja­va:
64)
at org.apache.cxf.service.model.ServiceInfo.<init>(ServiceInfo.java:
45)
at
org.apache.cxf.service.factory.ReflectionServiceFactoryBean.buildServiceFro­mClass(ReflectionServiceFactoryBean.java:
321)
at
org.apache.cxf.jaxws.support.JaxWsServiceFactoryBean.buildServiceFromClass(­JaxWsServiceFactoryBean.java:
512)
at
org.apache.cxf.service.factory.ReflectionServiceFactoryBean.initializeServi­ceModel(ReflectionServiceFactoryBean.java:
394)
at
org.apache.cxf.service.factory.ReflectionServiceFactoryBean.create(Reflecti­onServiceFactoryBean.java:
180)
at
org.apache.cxf.jaxws.support.JaxWsServiceFactoryBean.create(JaxWsServiceFac­toryBean.java:
163)
at
org.apache.cxf.frontend.AbstractWSDLBasedEndpointFactory.createEndpoint(Abs­tractWSDLBasedEndpointFactory.java:
79)
at
org.apache.cxf.frontend.ServerFactoryBean.create(ServerFactoryBean.java:
114)
at
org.apache.cxf.jaxws.JaxWsServerFactoryBean.create(JaxWsServerFactoryBean.j­ava:
160)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactor­y.invokeCustomInitMethod(AbstractAutowireCapableBeanFactory.java:
1241)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactor­y.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:
1206)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactor­y.initializeBean(AbstractAutowireCapableBeanFactory.java:
1172)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactor­y.createBean(AbstractAutowireCapableBeanFactory.java:
428)
at org.springframework.beans.factory.support.AbstractBeanFactory
$1.getObject(AbstractBeanFactory.java:251)
at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getS­ingleton(DefaultSingletonBeanRegistry.java:
156)
at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(Abstr­actBeanFactory.java:
248)
at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(Abstr­actBeanFactory.java:
160)
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.preIns­tantiateSingletons(DefaultListableBeanFactory.java:
287)
at
org.springframework.context.support.AbstractApplicationContext.refresh(Abst­ractApplicationContext.java:
352)
at
org.springframework.web.context.ContextLoader.createWebApplicationContext(C­ontextLoader.java:
244)
at
org.springframework.web.context.ContextLoader.initWebApplicationContext(Con­textLoader.java:
187)
at
org.springframework.web.context.ContextLoaderListener.contextInitialized(Co­ntextLoaderListener.java:
49)
at
org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java­:
3827)
at
org.apache.catalina.core.StandardContext.start(StandardContext.java:
4343)
at
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:
823)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:
807)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:
595)
at
org.apache.catalina.core.StandardHostDeployer.install(StandardHostDeployer.­java:
277)
at org.apache.catalina.core.StandardHost.install(StandardHost.java:
832)
at
org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:
701)
at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:
432)
at org.apache.catalina.startup.HostConfig.start(HostConfig.java:983)
at
org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:
349)
at
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSuppo­rt.java:
119)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:
1091)
at org.apache.catalina.core.StandardHost.start(StandardHost.java:789)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:
1083)
at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:
478)
at
org.apache.catalina.core.StandardService.start(StandardService.java:
480)
at org.apache.catalina.core.StandardServer.start(StandardServer.java:
2313)
at org.apache.catalina.startup.Catalina.start(Catalina.java:556)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:287)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:425)
2008-8-12 23:05:59 org.apache.catalina.core.StandardContext start
严重: Error listenerStart

我的CLASSPATH文件内容如下:
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" output="src/main/webapp/WEB-INF/classes"
path="src/main/java"/>
<classpathentry excluding="ApplicationResources_zh*.properties|
ApplicationResources_de.properties|ApplicationResources_fr.properties|
ApplicationResources_nl.properties|ApplicationResources_no.properties|
ApplicationResources_pt*.properties|ApplicationResources_tr.properties|
**/*.java" kind="src" output="src/main/webapp/WEB-INF/classes"
path="src/main/resources"/>
<classpathentry kind="src" output="src/main/webapp/WEB-INF/classes"
path="src/test/java"/>
<classpathentry excluding="**/*.java" kind="src" output="src/main/
webapp/WEB-INF/classes" path="src/test/resources"/>
<classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="C:/java/jdk1.5.0_11/lib/tools.jar"/>
<classpathentry kind="con"
path="com.genuitec.eclipse.j2eedt.core.J2EE14_CONTAINER"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/acegi-
security-1.0.3.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/acegi-
security-tiger-1.0.3.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/
activation-1.1.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/
ant-1.5.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/
antlr-2.7.6.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/appfuse-
data-common-2.0-m5.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/appfuse-
hibernate-2.0-m5.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/appfuse-
service-2.0-m5.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/
asm-1.5.3.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/asm-
attrs-1.5.3.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/
aspectjweaver-1.5.3.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/bcprov-
jdk15-133.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/
cglib-2.1_3.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/
clickstream-1.0.2.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/commons-
attributes-api-2.1.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/commons-
beanutils-1.7.0.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/commons-
codec-1.3.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/commons-
collections-3.2.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/commons-
dbcp-1.2.2.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/commons-
digester-1.7.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/commons-
discovery-0.2.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/commons-
fileupload-1.1.1.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/commons-
httpclient-3.0.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/commons-
io-1.1.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/commons-
lang-2.1.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/commons-
logging-1.1.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/commons-
pool-1.3.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/
displaytag-1.1.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/
dom4j-1.6.1.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/
dwr-2.0.1.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/
ehcache-1.3.0-beta2.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/
freemarker-2.3.8.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/
hibernate-3.2.1.ga.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/
hibernate-annotations-3.2.1.ga.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/
itext-1.3.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/jaxb-
api-2.0.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/jaxb-
impl-2.0.1.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/jaxb-
xjc-2.0.1.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/
jaxen-1.1-beta-9.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/jaxws-
api-2.0.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/
jdom-1.0.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/
jsr107cache-1.0.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/
jsr173_api-1.0.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/
jstl-1.1.2.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/
jta-1.0.1B.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/
log4j-1.2.13.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/
mail-1.4.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/mysql-
connector-java-5.0.5.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/
ognl-2.6.11.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/
opensaml-1.0.1.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/
oro-2.0.8.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/
oscache-2.3.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/
persistence-api-1.0.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/
qdox-1.5.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/saaj-
api-1.3.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/saaj-
impl-1.3.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/
sitemesh-2.2.1.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/
spring-2.0.5.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/
standard-1.1.2.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/stax-
api-1.0.1.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/stax-
utils-20040917.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/struts-
menu-2.4.2.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/struts2-
codebehind-plugin-2.0.6.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/struts2-
core-2.0.6.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/struts2-
spring-plugin-2.0.6.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/
urlrewrite-2.5.2.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/
velocity-1.4.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/velocity-
dep-1.4.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/velocity-
tools-view-1.0.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/
wsdl4j-1.6.1.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/
wss4j-1.5.1.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/wstx-
asl-3.2.0.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/
xbean-2.2.0.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/xbean-
spring-2.8.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/
xercesImpl-2.7.1.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/xfire-
aegis-1.2.6.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/xfire-
all-1.2.6.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/xfire-
annotations-1.2.6.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/xfire-
core-1.2.6.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/xfire-
generator-1.2.6.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/xfire-
java5-1.2.6.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/xfire-
jaxb2-1.2.6.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/xfire-
jaxws-1.2.6.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/xfire-
jsr181-api-1.0-M1.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/xfire-
spring-1.2.6.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/xfire-ws-
security-1.2.6.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/xfire-
xmlbeans-1.2.6.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/xml-
apis-1.0.b2.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/
xmlParserAPIs-2.6.2.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/
xmlsec-1.3.0.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/
xwork-2.0.1.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/
FastInfoset-1.2.2.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/abdera-
core-0.4.0-incubating.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/abdera-
extensions-html-0.4.0-incubating.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/abdera-
extensions-json-0.4.0-incubating.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/abdera-
extensions-main-0.4.0-incubating.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/abdera-
i18n-0.4.0-incubating.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/abdera-
parser-0.4.0-incubating.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/abdera-
server-0.4.0-incubating.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/
ant-1.6.5.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/
antlr-2.7.7.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/
aopalliance-1.0.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/
asm-2.2.3.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/axiom-
api-1.2.7.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/axiom-
impl-1.2.7.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/commons-
httpclient-3.1.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/commons-
lang-2.4.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/commons-
logging-1.1.1.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/
cxf-2.1.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/cxf-
manifest.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/geronimo-
activation_1.1_spec-1.0.2.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/geronimo-
annotation_1.0_spec-1.1.1.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/geronimo-
javamail_1.4_spec-1.3.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/geronimo-
jms_1.1_spec-1.1.1.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/geronimo-
stax-api_1.0_spec-1.0.1.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/geronimo-
ws-metadata_2.0_spec-1.1.2.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/
htmlparser-1.0.5.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/jaxb-
api-2.1.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/jaxb-
impl-2.1.6.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/jaxb-
xjc-2.1.6.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/
jaxen-1.1.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/jaxws-
api-2.1-1.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/
jettison-1.0.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/
jetty-6.1.9.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/jetty-
util-6.1.9.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/jra-1.0-
alpha-4.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/
js-1.6R7.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/jsr311-
api-0.6.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/
neethi-2.0.4.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/slf4j-
api-1.3.1.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/slf4j-
jdk14-1.3.1.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/spring-
beans-2.0.8.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/spring-
context-2.0.8.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/spring-
core-2.0.8.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/spring-
web-2.0.8.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/stax-
utils-20060502.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/
wss4j-1.5.2.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/wstx-
asl-3.2.4.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/xml-
resolver-1.2.jar"/>
<classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/
xmlbeans-2.3.0.jar"/>
[color=red] <classpathentry kind="lib" path="src/main/webapp/WEB-INF/lib/
XmlSchema-1.3.2.jar"/> [/color]
<classpathentry kind="output" path="src/main/webapp/WEB-INF/classes"/


</classpath>

从提示看,似乎是说"XmlSchema-1.3.2.jar"这个包有问题,我试过了1.2 、1.3、1.4三个版本,都是出现同样的提示,我想,
应该是别的什么地方有问题吧,这些包里肯定会有“getExtReg()”方法的。
还请各位指教!
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值