전자정부프레임워크/개발정보
CXF 2.3.X 에서 상위버전 업그레이드시 오류가 날때
nineDeveloper
2014. 9. 29. 18:21
728x90
반응형
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:jaxws="http://cxf.apache.org/jaxws" xsi:schemaLocation=" http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd < import resource="classpath:META-INF/cxf/cxf.xml" /> < import resource="classpath:META-INF/cxf/cxf-extension-soap.xml" /> < import resource="classpath:META-INF/cxf/cxf-servlet.xml" /> ... </ beans >
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:jaxws="http://cxf.apache.org/jaxws" xsi:schemaLocation=" http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd < import resource="classpath:META-INF/cxf/cxf.xml" /> < import resource="classpath*:META-INF/cxf/cxf-extension-*.xml" /> ... </ beans > |
728x90
반응형