1 Reply Latest reply on Jul 28, 2010 7:41 AM by jharting

    RESTEasy Access Denied with EntityManager

    varac

      Hi,


      I have eventually got a restful service replying and showing text in the browser after three days of trying.  Turns out deleting all the standard jars in the lib directory and copying over only the jars found in the restbay example solved the problem.


      My next challenge is trying to get data from a db.  As soon as I try and query anything using the entity manager I get HTTP Status 403 - Access to the requested resource has been denied.  Remove query and it returns the string I expected.


      Using Seam 2.1.2 and JBoss AS 4.2.3, any help would be much appreciated.


      Best Regards.