반응형 Locale error1 Caused by: com.sun.xml.bind.v2.runtime.IllegalAnnotationsException: 1 counts of IllegalAnnotationExceptions > 환경 : jboss-eap-5.1, jdk1.6.0_31, apache cxf 2.6.2 위의 환경속에서~~~~ vo(value object)에 Locale 라는 type으로 생성 하였다. VO 안의 내용(기본적인 getter, setter가 있는 vo) private Locale userLocale; public Locale getUserLocale() { return userLocale; } public void setUserLocale(Locale userLocale) { this.userLocale = userLocale; } > Caused by: com.sun.xml.bind.v2.runtime.IllegalAnnotationsException: 1 counts of IllegalAnnot.. 2013. 9. 4. 이전 1 다음 반응형