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-19 Thread Lukasz Lenart
It's probably because we have switched to the latest ASM 5.2 version [1] but looks like Weblogic uses (repackaged one - "com.bea.objectweb.asm") an old version of ASM. I think you should request Oracle support for a solution, maybe they have a patch for the Weblogic or try to downgrade version used