I'm seeing lots of stuff like:
<snip>
WARN [main] o.a.w.c.i.r.m.ResourceMetadataCollector - Sub-Resource locator {0}
is annotated with Consumes/Produces. These annotations are ignored for
sub-resource locators
WARN [main] o.a.w.c.i.r.m.ResourceMetadataCollector - Sub-Resource locator {0}
is annotated with Consumes/Produces. These annotations are ignored for
sub-resource locators
INFO [main] o.a.w.c.i.a.ApplicationFileLoader - Loading application from
jar:file:/Users/jason/.m2/repository/org/apache/wink/wink-json-provider/1.1-incubating/wink-json-provider-1.1-incubating.jar!/META-INF/wink-application
INFO [qtp1421876889-13] o.a.w.s.i.r.ResourceRegistry - Could not find any
method in class {0} that supports {1}
INFO [qtp1421876889-13] o.a.w.s.i.RequestProcessor - {0} occurred during the
handlers chain invocation
INFO [main] o.a.w.c.i.ResourceImpl - Client response is an error code: {0}
</snip>
due to logger calls like:
<snip>
logger.info(Messages.getMessage("clientResponseIsErrorCode"), statusCode);
</snip>
From the looks of it (at least for this specific line) its been fixed. Logging
is completely useless with 1.1, I think you guys should roll out a 1.1.1 with
logging fixed.
--jason