-
Bug
-
Resolution: Obsolete
-
Major
-
None
-
1.2.1.GA, 2.0.1.GA
-
None
-
None
add the following code to the class org.jboss.resteasy.examples.contacts.services.ContactServiceImpl
in the project spring-hibernate-contacts-services:
-------------------
@Path("/subresource")
public Object subresource()
public static class SubResource {
@GET
public String get()
}
-------------------
rerun mvn install
rerun mvn jetty:run
open url in browser: http://localhost:9095/services/contactservice/subresource
throws
java.lang.IllegalArgumentException: object is not an instance of declaring class
- relates to
-
JBPAPP-2993 RESTEasy examples, spring-hibernate-contacts: Example does not work for contact detail
- Closed