Hello, I have another overloaded method that is failing tests: lookupLocation(Location[] input) lookupLocation(Location input)
I call the second one, the first one is called, and I get a failure. It would appear that there are times when having an array or a single bean as an input will confuse the server as to which method should be called.
