On 1/3/2018 9:58 AM, Yasser Zamani wrote:
> 
> 
> On 1/2/2018 10:31 PM, Yasser Zamani wrote:
>>
>>
>> On 1/2/2018 9:26 PM, Yasser Zamani wrote:
>>> Illegal field modifiers in class
>>> org/apache/struts2/json/JSONWriter: 0xA
>>
>> I'm confused :( 0xA means `JVM_ACC_PRIVATE | JVM_ACC_STATIC` but the
>> fields in an interface are implicitly public static final i.e.
>> org/apache/struts2/json/JSONWriter.ENUM_AS_BEAN_DEFAULT implicitly is
>> public static final. I have no idea while your compiler sees it as
>> private static!
> 
> and I see you say it happens rarely; This makes it even more confusing :S

May I know what did you mean by `rarely`? You have some json actions 
which being called rarely but always fail when called? Or when a 
specific json action being called, a few of calls fail rarely?


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

Reply via email to