RESTEasy Seam integration application HTTP Status 404 - Could not find resource for relative path of full path
问题 I am trying RestEasy in jboss seam build application. What i did so far is updated components.xml <components xmlns:resteasy="http://jboss.org/schema/seam/resteasy" xsi:schemaLocation= http://jboss.org/schema/seam/resteasy http://jboss.org/schema/seam/resteasy-2.3.xsd http://jboss.org/schema/seam/components http://jboss.org/schema/seam/components-2.3.xsd"> My Resource class is @Path("/customer") @Name("customer") @Scope(ScopeType.SESSION) public class HelloWorldRestEasy { @Path("/customerId")