Re: BUG in struts-2.5.15

2018-02-14 Thread liemnguyen
Martin Gainty, 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

Re: BUG in struts-2.5.15

2018-02-14 Thread Martin Gainty
From: liemngu...@ups.com.INVALID Sent: Wednesday, February 14, 2018 10:43 AM To: user@struts.apache.org Subject: BUG in struts-2.5.15 Hi all, Testing your upcoming struts-2.5.15, when starting Weblogic server (Weblogic server

Re: Conversion Error Interceptor prevent errors for empty values

2018-02-14 Thread Yasser Zamani
On 2/14/2018 5:13 PM, Paul Zepernick wrote: > Yes, I have it happening on 2.5.14.1. I have a select box pointing at a > Integer like this: auditForm.incorrectAuditReason.id I am using the rest > plugin which is including it in the stack. I have attached the source from > Maven. Where is

BUG in struts-2.5.15

2018-02-14 Thread liemnguyen
Hi all, Testing your upcoming struts-2.5.15, when starting Weblogic server (Weblogic server version 12.2.1.2.0, JDK v 1.8.0_101), we see exception below. Thanks, Liem. 2018-02-14 10:28:37.194 WARN - Could not create JarEntryRevision for

BUG in struts-2.5.15

2018-02-14 Thread liemnguyen
Hi all, Testing your upcoming struts-2.5.15, when starting Weblogic server (Weblogic server version 12.2.1.2.0, JDK v 1.8.0_101), we see exception below. Thanks, Liem. 2018-02-14 10:28:37.194 WARN - Could not create JarEntryRevision for

RE: Conversion Error Interceptor prevent errors for empty values

2018-02-14 Thread Paul Zepernick
Trying the attachment again as a txt Paul R. Zepernick Sr. Programmer Analyst HealthSmart Benefit Solutions -Original Message- From: Paul Zepernick [mailto:paul.zepern...@healthsmart.com] Sent: Wednesday, February 14, 2018 8:44 AM To: user@struts.apache.org Subject: RE: Conversion Error

RE: Conversion Error Interceptor prevent errors for empty values

2018-02-14 Thread Paul Zepernick
Yes, I have it happening on 2.5.14.1. I have a select box pointing at a Integer like this: auditForm.incorrectAuditReason.id I am using the rest plugin which is including it in the stack. I have attached the source from Maven. Where is the check being done in the code? I see the check for

Re: Conversion Error Interceptor prevent errors for empty values

2018-02-14 Thread Yasser Zamani
On 2/13/2018 8:06 PM, Paul Zepernick wrote: > Can someone provide some clarification on if this interceptor should be > adding a field error when an empty string is passed to a Integer in the > action? No, it should not be happening for `conversionError` interceptor. Does it happen? > I am