Overriding remote classes

2011-12-14 Thread John Armstrong
Hi, there. I've run into an odd situation, and I'm wondering if there's a way around it; I'm trying to use Jackson for some JSON serialization in my program, and I wrote/unit-tested it to work with Jackson 1.9. Then, in integration testing, I started to see some weird version incompatibilities an

Re: Overriding remote classes

2011-12-14 Thread David Rosenstrauch
On 12/14/2011 08:20 AM, John Armstrong wrote: Hi, there. I've run into an odd situation, and I'm wondering if there's a way around it; I'm trying to use Jackson for some JSON serialization in my program, and I wrote/unit-tested it to work with Jackson 1.9. Then, in integration testing, I starte

Re: Overriding remote classes

2011-12-14 Thread John Armstrong
On Wed, 14 Dec 2011 11:04:37 -0500, David Rosenstrauch wrote: > I ran into the same (known) issue. (See: > https://issues.apache.org/jira/browse/MAPREDUCE-1700) > > Doesn't look like there's a solution yet. Thanks; good to know that I'm actually doing the best I can be writing everything to be