[jboss-cvs] jboss-seam/examples/seambay/view ...

Shane Bryzak sbryzak at redhat.com
Sun Oct 7 22:57:45 EDT 2007


  User: sbryzak2
  Date: 07/10/07 22:57:45

  Modified:    examples/seambay/view  test.js
  Log:
  fixed namespace
  
  Revision  Changes    Path
  1.16      +1 -1      jboss-seam/examples/seambay/view/test.js
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: test.js
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/seambay/view/test.js,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -b -r1.15 -r1.16
  --- test.js	14 Jul 2007 01:56:25 -0000	1.15
  +++ test.js	8 Oct 2007 02:57:45 -0000	1.16
  @@ -131,7 +131,7 @@
   svc = new ServiceMetadata("getNewAuctionDetails", "Create Auction");
   svc.setDescription("Get the auction details");
   svc.setRequest("<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" " +
  -               "\n    xmlns:sbm=\"http://seambay.example.seam.jboss.org/\">" +
  +               "\n    xmlns:sb=\"http://seambay.example.seam.jboss.org/\">" +
                  "\n  <soapenv:Header>" +
                  "\n    <seam:conversationId xmlns:seam='http://www.jboss.org/seam/webservice'>#{conversationId}</seam:conversationId>" +
                  "\n  </soapenv:Header>" +
  
  
  



More information about the jboss-cvs-commits mailing list