Accessing @Local Session Bean from an exposed RESTeasy interface
问题 What I am trying to do should be very straight forward BUT thus far has been impossible. Can someone tell me how to access a @Local Session Bean from an exposed RESTeasy interface? I have trawled the length and breadth of the internet and all I can find is variations of the same example I am trying to find out how I can access a session bean in the normal way using RESTeasy. This is what things look like so far: USING: EJB 3 RESTeasy 2.1 PUBLISHED EJB INTERFACE: @Local @Path("RequestReport")