Advertisement
Guest User

Untitled

a guest
Jul 2nd, 2015
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. ### Websphere and Jackson ###
  2. I'm filing this under **I hope someone finds this in a google search to avoid the pain I just went through**.
  3.  
  4. Websphere 7+ includes Jackson in it's global library (which gets loaded first).
  5. This must be a very old version of Jackson, because ObjectMapper is missing it's writer method.
  6.  
  7. Work arounds depend on your situation.
  8. I wasn't in control of the server so I used json.org in place of Jackson, but ideally you would want a isolated shared library.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement