From 2e517a1e081e917e0b753466012d25e72fba66bb Mon Sep 17 00:00:00 2001 From: Rinjae Date: Thu, 27 Aug 2026 16:25:30 +0900 Subject: [PATCH] =?UTF-8?q?WebLogic=20=EB=9D=BC=EC=9D=B4=EB=B8=8C=EB=9F=AC?= =?UTF-8?q?=EB=A6=AC=204=EA=B0=9C=20=EC=9A=B0=EC=84=A0=20=EB=A1=9C?= =?UTF-8?q?=EB=93=9C=20=EC=84=A4=EC=A0=95=20=EC=B6=94=EA=B0=80=20-=20Illeg?= =?UTF-8?q?alAccessError/NoSuchMethodError=20=EB=B0=A9=EC=A7=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/weblogic.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/main/resources/weblogic.xml b/src/main/resources/weblogic.xml index 3b5f34d..b0a2b15 100644 --- a/src/main/resources/weblogic.xml +++ b/src/main/resources/weblogic.xml @@ -17,6 +17,17 @@ 클래스 일부(Strings 등)는 앱 로더·나머지(CharSequenceUtils 등)는 WebLogic 로더에서 오는 split-package 상태가 되어 IllegalAccessError 발생 → 앱 버전 우선 --> org.apache.commons.lang3.* + + com.fasterxml.jackson.* + com.fasterxml.classmate.* + org.jboss.logging.* + com.google.common.*