8 Replies Latest reply on Aug 23, 2011 3:39 AM by htfv

    @ArquillianResource on AS 7

    htfv

      Hello again!

       

      I have a simple test method:

       

      @Test

      public void testMessageTag(@ArquillianResource URL baseUrl) throws Exception

      {

          String result = Utils.readToString(new URL(baseUrl, "/TestMessageTag.jspx"));

      }

       

      This is my first attempt to use @ArquillianResource. I expected to receive domething like http://127.0.0.1:8080/886410e0-f846-45b4-9a70-b1fe8f9f7c0c in baseUrl, but I receive only http://127.0.0.1:8080. Is this a bug or do I do something wrong?

       

      I use jboss-as-arquillian-container-remote version 7.1.0.Alpha1-SNAPSHOT (built from sources).