Re: [Resteasy-users] Resteasy not deploying in JBoss 7.1.1.Final

2012-07-10 Thread Bill Burke
Might be because its a 2.5 web.xml. http://java.sun.com/xml/ns/javaee"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"; version="3.0"> On 7/10/12 7:59 PM, Robe

Re: [Resteasy-users] Resteasy not deploying in JBoss 7.1.1.Final

2012-07-10 Thread Robert M. Gary
Bill, Thanks for your reply. I was testing some different ideas and temporarily adding Application to the Library class. I've now removed that but still am not seeing the RestEasy services using the URL you mentioned. I'm including my WAR including src. I'm just deploying as a standalone. -Ro

Re: [Resteasy-users] Resteasy not deploying in JBoss 7.1.1.Final

2012-07-10 Thread Bill Burke
* Are you sure you are accessing the correct URL? it would be http://localhost:8080/whatever-your-war-name-is/services/library/book * Maybe its because Library is extending Application? Not sure why you are doing that...Scanner might be picking this class instead of HelloWorld. On 7/10/12 7:4

[Resteasy-users] Resteasy not deploying in JBoss 7.1.1.Final

2012-07-10 Thread Robert M. Gary
When I deploy a RestEasy war in JBoss 7.1.1.Final the services never seems to be made available. I leave web.xml blank to allow for the auto-detect. After deployment no Restful services are available. Using a web browser I cannot access "books". web.xml xmlns:xsi="http://www.w3.org