~ubuntu-branches/ubuntu/raring/libjboss-remoting-java/raring

« back to all changes in this revision

Viewing changes to src/tests/org/jboss/test/remoting/transport/servlet/callback/remoting-servlet-service.xml

  • Committer: Package Import Robot
  • Author(s): Torsten Werner
  • Date: 2011-09-09 14:01:03 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: package-import@ubuntu.com-20110909140103-hqokx61534tas9rg
Tags: 2.5.3.SP1-1
* Newer but not newest upstream release. Do not build samples.
* Change debian/watch to upstream's svn repo.
* Add patch to fix compile error caused by tomcat update.
  (Closes: #628303)
* Switch to source format 3.0.
* Switch to debhelper level 7.
* Remove useless Depends.
* Update Standards-Version: 3.9.2.
* Update README.source.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
 
 
3
<server>
 
4
 
 
5
              <mbean code="org.jboss.remoting.transport.Connector"
 
6
                  name="jboss.remoting:service=Connector,transport=Servlet,target=tests"
 
7
                  display-name="Servlet transport Connector">
 
8
 
 
9
              <attribute name="InvokerLocator">
 
10
                 servlet://localhost:8080/servlet-invoker/ServerInvokerServlet/?createUniqueObjectName=true&amp;useAllParams=true&amp;blockingMode=blocking
 
11
              </attribute>
 
12
 
 
13
              <attribute name="Configuration">
 
14
                 <config>
 
15
                    <handlers>
 
16
                       <handler subsystem="test">org.jboss.test.remoting.transport.servlet.callback.TestInvocationHandler</handler>
 
17
                    </handlers>
 
18
                 </config>
 
19
              </attribute>
 
20
           </mbean>
 
21
 
 
22
 
 
23
</server>