On 2/15/2018 7:15 PM, Martin Gainty wrote:
> I found 
> "C:/Oracle/Middleware/Oracle_Home12.2.1.0.0/user_projects/domains/iwa_local_domain/servers/AdminServer/tmp/_WL_user/IWA/zfd81u/war/WEB-INF/lib/struts2-core.jar".
>  I believe struts-default.xml is within struts2-core.jar (renamed from 
> struts2-core-2.5.15.jar).
> 
> I believe this bug is similar to 
> https://issues.apache.org/jira/browse/WW-4901 in struts-2.5.14.1 and 
> struts-2.5.14.
> 

No I do not think it's same, as IBM WebSphere (that issue container) and
Oracle WebLogic (your issue container) are slightly different. That was
a Class Cast issue, your one is Unknown Protocol.

However, both issues are because different containers (e.g. tomcat,
weblogic, websphere) report jar resources as different url formats and
connections :(


> When I tested upgrading to struts-2.5.14.1 (or struts-2.5.14), I see similar 
> error described in WW-4901.
> 
> Struts-2.5.13 did not have this bug.
> 

Struts 2.5.13 does not throw this warning but also it's "runtime config
reloading when jars change" does not work. In next versions (2.5.14,
2.5.15) this starts working :) but seems we have to make it completely
independent from underlying container :(

> I thought this bug is fixed in struts-2.5.15. Somehow, I still see it in 
> struts-2.5.15 when deploying to Weblogic server.
> 
> MG>yes if you see ClassCastException your bug is same as WW-4901
> MG>its Lukasz call on whether or not to revert 2.5.15 to working 2.5.13 
> codebase..i would ping him for next steps

Please consider it's just a warning it seems. It does not break your app
functionalty; Only "runtime config reloading when jars change" feature
does not work as expected for you. You can consider your current status
equal to Struts 2.5.13 i.e. Struts 2.5.13 also has this issue :)

Regards.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to