public class RvdRestApplication
extends javax.ws.rs.core.Application
This is a workaround for dealing with Jersey's automatic scanning of packages for resource classes in JBoss. It manually
declares the resource classes and will be removed as soon a better solution is found.