User: schaefera
  Date: 01/12/08 21:01:43

  Modified:    .        build.xml
  Log:
  Added Notification Transport to JSR-77 which works similar to EJB-Connector
  but with the tweak of JSR-77 interface.
  Added the adjusted JDBC JSR-77 shadow objects.
  Added JSR-77 to the Connector Factory enabling JSR-77 to start and stop
  Datasources.
  Added a testsuite for JSR-77 which tests the basic stuff inclusive the
  notification delivery.
  
  Revision  Changes    Path
  1.44      +2 -1      jboss/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss/build.xml,v
  retrieving revision 1.43
  retrieving revision 1.44
  diff -u -r1.43 -r1.44
  --- build.xml 2001/12/08 04:40:46     1.43
  +++ build.xml 2001/12/09 05:01:43     1.44
  @@ -12,7 +12,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.43 2001/12/08 04:40:46 starksm Exp $ -->
  +<!-- $Id: build.xml,v 1.44 2001/12/09 05:01:43 schaefera Exp $ -->
   
   <project default="main" name="JBoss/Server">
   
  @@ -404,6 +404,7 @@
         <include name="org/jboss/tm/usertx/server/UserTransactionSessionImpl.class"/>
         <include name="org/jboss/jmx/adaptor/rmi/RMIAdaptorImpl.class"/>
         <include 
name="org/jboss/jmx/connector/notification/RMIClientNotificationListener.class"/>
  +      <include 
name="org/jboss/management/mejb/RMIClientNotificationListener.class"/>
         <include name="org/jboss/ejb/plugins/jrmp/server/JRMPContainerInvoker.class"/>
       </rmic>
     </target>
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to