Re: CDI Plugin example does not work in 2.5.14.1

2018-03-14 Thread fullmitten
Oracle has responded to my service request. It appears that changes to Log4j to support Java 9 break Weblogic's classloader. There is a new bug for this issue: Bug 27098427 : JAVA.LANG.ILLEGALARGUMENTEXCEPTION DEPLOYING APP ON WLS 12.1.3 WITH PSU For now, it is possible to work around this i

Re: CDI Plugin example does not work in 2.5.14.1

2018-01-22 Thread fullmitten
Oracle support has created a bug for this issue: BUG 27424564 - STRUTS 2.5.14.1 APP BROKEN AT SOME POINT AFTER PSU 12.1.3.0.160719 I tried downgrading the Weblogic PSU and that appears to work. One can also downgrade the Struts version. Struts 2.5.12 works for me with the latest Weblogic PSU.

Re: CDI Plugin example does not work in 2.5.14.1

2018-01-22 Thread fullmitten
I am using Java 1.8.0_131-b11 on Windows 7, 64-bit for both building the app and running Weblogic. I did some more experimenting. I tried removing CDI from my source code and the Maven pom. I still get the error with a complete stripped down application (the only dependency being Struts), so

Re: CDI Plugin example does not work in 2.5.14.1

2018-01-19 Thread fullmitten
Interesting. I looked at the dependencies included with the struts2-core Maven artifact and it appears that ASM 5.2 is not there. Is this on purpose? I see ASM is included in the lib file of the downloadable distribution and in the WEB-INF/lib directory of the sample applications. Needless to

Re: CDI Plugin example does not work in 2.5.14.1

2018-01-18 Thread fullmitten
On 1/18/2018 12:26 AM, fullmit...@lycos.com wrote: Caused By: java.lang.IllegalArgumentException at com.bea.objectweb.asm.ClassReader.(Unknown Source) at com.bea.objectweb.asm.ClassReader.(Unknown Source) at weblogic.application.utils.annotation.ClassInfoImpl.(ClassInfoImpl.java:92) at weblog

CDI Plugin example does not work in 2.5.14.1

2018-01-17 Thread fullmitten
Hello! I am attempting to deploy the CDI Plugin example found here: http://struts.apache.org/plugins/cdi/ on Weblogic 12.1.3. When I use Struts 2.5.12, the application deploys fine. When I deploy using Struts 2.5.14.1, I receive the following error: occurred in the execution of deploym