[jboss-cvs] JBossRemoting/docs ...

Tom Elrod tom.elrod at jboss.com
Fri Aug 18 13:25:11 EDT 2006


  User: telrod  
  Date: 06/08/18 13:25:11

  Modified:    docs     README.txt
  Log:
  Updated doc to remove the references to Connector.xml since Connector is no longer an xmbean (and Connector.xml has been removed).  Also updated the release notes.
  
  Revision  Changes    Path
  1.10      +4 -1      JBossRemoting/docs/README.txt
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: README.txt
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/docs/README.txt,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- README.txt	3 Aug 2006 02:42:25 -0000	1.9
  +++ README.txt	18 Aug 2006 17:25:11 -0000	1.10
  @@ -44,7 +44,10 @@
   -  The client socket connection pool has been changed to be bound.
   -  SSL related classes have been consolidated so all reside within remoting security package and use SSLSocketBuilder at core.
   -  Client.connect() method must be called before making an invocation (otherwise will get an exception).
  -
  +-  Connector.xml has been removed from the remoting distribution. This was previously used for JMX mbean mapping from Connector object to JMX
  +   interface. The Connector is (and has been for many releases) a standard MBean, but the Connector.xml had remained up until this release. If have a
  +   service mbean declaration for the Connector already, all that is needed is to remove the xmbean-dd attribute (i.e.
  +   xmbean-dd="org/jboss/remoting/transport/Connector.xml").
   
   Known issues:
   
  
  
  



More information about the jboss-cvs-commits mailing list