That is all quite strange but it does seem like it is something to do with the
container environment...
Hope you can get to the bottom of it and let us know what have caused the
'loss' of the annotations
thanks, Sergey
----- Original Message -----
From: "KARR, DAVID (ATTCINW)" <[email protected]>
To: <[email protected]>
Sent: Thursday, August 27, 2009 5:53 PM
Subject: RE: Need more info on configuring JAX-RS without Spring
-----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.