250x250
Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- Spring Boot
- maven
- Docker
- AJAX
- Open Source
- 설정
- Source
- Thymeleaf
- spring
- JavaScript
- SpringBoot
- 오픈소스
- JDBC
- error
- Python
- MSSQL
- Exception
- IntelliJ
- STS
- jpa
- Core Java
- git
- 문서
- MySQL
- ubuntu
- oracle
- myBatis
- Tomcat
- Eclipse
- PostgreSQL
Archives
- Today
- Total
헤르메스 LIFE
[Exception] java.lang.AssertionError: org.xml.sax.SAXParseException; systemId: jar:file:/C:/apache/cxf-2.7.18/lib/jaxb-xjc-2.2.6.jar!/com/sun/tools/xjc/reader/xmlschema/bindinfo/binding.xsd; 본문
Exception
[Exception] java.lang.AssertionError: org.xml.sax.SAXParseException; systemId: jar:file:/C:/apache/cxf-2.7.18/lib/jaxb-xjc-2.2.6.jar!/com/sun/tools/xjc/reader/xmlschema/bindinfo/binding.xsd;
헤르메스의날개 2016. 8. 26. 10:27728x90
개발환경
cxf 2.7.18
시나리오.
cxf 2.7.18을 이용해서 SOAP 을 이용한 Web Service 환경을 구축하는게 목표입니다.
Server는 정상적으로 동작합니다.
Server에서 생성된 wsdl 파일에 의해 Client Source를 생성하기 위해 wsdl2java를 사용하기로 했습니다.
소스 생성 중 아래와 같은 오류가 발생했습니다.
Exception in thread "main" java.lang.AssertionError: org.xml.sax.SAXParseException; systemId: jar:file:/C:/apache/cxf-2.7.18/lib/jaxb-xjc-2.2.6.jar!/com/sun/tools/xjc/reader/xmlschema/bindinfo/binding.xsd; lineNumber: 52; columnNumber: 88; schema_reference: accessExternalSchema �Ӽ����� ������ �������� ���� 'file' ������ ������ �����Ƿ� ��Ű�� ���� 'xjc.xsd' �б⸦ �����߽��ϴ�.
출처 : http://webkebi.zany.kr:9003/board/bView.asp?bCode=52299899&aCode=13368
|
|
사실 Eclipse를 이용해서 작업을 하다 발생한 오류인지라..
아직 해결이 안되네요..
command 창에서 실행 했을 때는 되느군요...
728x90