You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I upgraded my application from Jettision 1.2 to 1.5.3 and now strangely i am seeing the error
"NoClassDefFoundError org/codehaus/jettison/json/JSONException"
i am importing org.codehaus.jettison.json.JSONException;
however instead of JSONException if i use generic exception my application is working fine
but if i use JSONException then i am facing NoClassDefFoundError
Issue seen after upgrading to 1.5.3
The text was updated successfully, but these errors were encountered:
Hi Team,
I upgraded my application from Jettision 1.2 to 1.5.3 and now strangely i am seeing the error
"NoClassDefFoundError org/codehaus/jettison/json/JSONException"
i am importing org.codehaus.jettison.json.JSONException;
however instead of JSONException if i use generic exception my application is working fine
but if i use JSONException then i am facing NoClassDefFoundError
Issue seen after upgrading to 1.5.3
The text was updated successfully, but these errors were encountered: