> -----Original Message----- > From: KARR, DAVID (ATTCINW) > Sent: Thursday, August 27, 2009 9:33 AM > To: [email protected] > Subject: RE: Need more info on configuring JAX-RS without Spring > What I found was that nothing ever found any annotations in the Catalog > class, but the "Item" constructor found the annotation in "Item". I'm > not sure what that means, but my next test is to move "Item" to a > separate source file. It shouldn't make any difference, but I'm going > to try it anyway.
Separating them into separate source files didn't matter, as I expected.
