views:

22

answers:

1

We are using a Jersey JAXBContext resolver implementation using @Provider. It appears that Jersey is not recognizing the @Provider class - the code is never being executed. Is there a reason that Jersey/JBoss isn't properly identifying the class?

A: 

This answered the question. It was connected to Spring config - not related to JBoss.

Marcus