[jboss-cvs] JBossAS SVN: r101500 - projects/docs/enterprise/EWP_5.0/Examples/resteasy-examples/spring-hibernate-contacts.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Feb 25 18:40:55 EST 2010


Author: laubai
Date: 2010-02-25 18:40:54 -0500 (Thu, 25 Feb 2010)
New Revision: 101500

Modified:
   projects/docs/enterprise/EWP_5.0/Examples/resteasy-examples/spring-hibernate-contacts/README.txt
Log:
Corrected resteasy ports in spring-hibernate, jaxb-json, and corrected for JBPAPP-3802.

Modified: projects/docs/enterprise/EWP_5.0/Examples/resteasy-examples/spring-hibernate-contacts/README.txt
===================================================================
--- projects/docs/enterprise/EWP_5.0/Examples/resteasy-examples/spring-hibernate-contacts/README.txt	2010-02-25 23:40:22 UTC (rev 101499)
+++ projects/docs/enterprise/EWP_5.0/Examples/resteasy-examples/spring-hibernate-contacts/README.txt	2010-02-25 23:40:54 UTC (rev 101500)
@@ -41,21 +41,21 @@
 - Open a browser at the following URLs to test each function:
 
   List all available contacts in database:
-  http://localhost:9095/services/contactservice/contacts
+  http://localhost:8080/services/contactservice/contacts
 
   List a contact by Id (among the list of the previously returned list):
-  http://localhost:9095/services/contactservice/contacts/1
+  http://localhost:8080/services/contactservice/contacts/1
     OR
-  http://localhost:9095/services/contactservice/contacts/2
+  http://localhost:8080/services/contactservice/contacts/2
     OR
-  http://localhost:9095/services/contactservice/contacts/3
+  http://localhost:8080/services/contactservice/contacts/3
 
   List the contacts of contacts:
-  http://localhost:9095/services/contactservice/contacts/1/contacts
+  http://localhost:8080/services/contactservice/contacts/1/contacts
     OR
-  http://localhost:9095/services/contactservice/contacts/2/contacts
+  http://localhost:8080/services/contactservice/contacts/2/contacts
     OR
-  http://localhost:9095/services/contactservice/contacts/3/contacts
+  http://localhost:8080/services/contactservice/contacts/3/contacts
 
 
 (Optional) Switch HSQLDB to MySQL:




More information about the jboss-cvs-commits mailing list