CXF 썸네일형 리스트형 Weblogic 9.2 에서 CXF 사용할 경우. WebLogic There are two ways to deploy a CXF WAR archive in WebLogic. (Note: This has been validated on WebLogic9.2.) Put jars in endorsed folder Put the geronimo-ws-metadata_2.0_spec-1.1.1.jar in the $Weblogic_Home/jdk_../jre/lib/endorsed folder. Deploy the CXF war in weblogic. (This way is not recommended, since it might break the application server itself. The method below is preferred, as it .. 더보기 허벌나게 힘들게 만들었던 CXF Restful의 JSON 출력 Jaxb 의 schema 를 지정합니다. package-info.java XmlSchema (namespace = "http://kr.or.eclipse4j.service.domain", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED) package kr.or.eclipse4j.service.domain import javax.xml.bind.annotation.XmlSchema; serviceContext-rest.xml 에 Json Provider 를 지정해 줍니다. jsonNamespace 를 지정해줘야 합니다. xmlns:util="http://www.springframework.org/schema/util" ... http.. 더보기 이전 1 다음