2 Replies Latest reply on Sep 10, 2012 12:26 PM by pshapiro

    AS7 Jersey-bundle-1.9 Weld

    bpugh

      I am migrating and EAR project from JBoss 5.1 to JBoss 7.1.1, but I found that if I have the jar jersey-bundle-1.9 in the lib directory and  activate Weld in a war in the same jar I get "java.lang.UnsupportedOperationException: JBAS011859: Naming context is read-only".  The jersey-bundle-1.1.5 does not have this problem.  Is there a known issue with this combination, or is there maybe a configuration problem that would cause this?

       

      Thanks.

        • 1. Re: AS7 Jersey-bundle-1.9 Weld
          osnetwork

          I have the same problem. I'm trying to use Atmosphere Jersey on Jboss but after disabling resteasy I got to the problem of Weld... Jersey version is 1.12

          Anyone has any idea what could be the problem?

          • 2. Re: AS7 Jersey-bundle-1.9 Weld
            pshapiro

            I'm having the same problem. I have a web app that uses jersey and am trying to migrate to JBoss7 from glassfish. I can disable resteasy, which fixed the first problem, but now that jersey is loading I'm getting this problem.

             

            I'm using jersey v1.13. Maybe I should try rolling back to 1.9 and see if that fixes things.