JBoss Remoting 1.0.1 beta
January 12, 2005

This distribution of JBoss Remoting contains the following directories:

docs - contains user guide and javadoc
etc - contains example service xml for creating and running jboss remoting services within the JBoss Application Server.
examples - source code for remoting samples, which are referenced in the user guide.  Also contains a build file for compiling and running the samples.
lib - all the jar files needed for running remoting.  Includes the remoting jar itself, jboss-remoting.jar
src - source code for JBoss Remoting.
tests - unit tests for JBoss Remoting.

Please read the jboss_remoting.pdf in the docs directory for more information about this release and JBoss Remoting.


Release Notes - JBoss Remoting - Version 1.0.1 beta

** Bug
    * [JBREM-19] - Try to reconnect on connection failure within socket invoker
    * [JBREM-25] - Deadlock in InvokerRegistry

** Feature Request
    * [JBREM-12] - Support for call by value
    * [JBREM-26] - Ability to use MBeans as handlers

** Task
    * [JBREM-3] - Fix Asyn invokers - currently not operable
    * [JBREM-4] - Added test for throwing exception on server side
    * [JBREM-5] - Socket invokers needs to be fixed
    * [JBREM-16] - Finish HTTP Invoker
    * [JBREM-17] - Add CannotConnectException to all transports
    * [JBREM-18] - Backport remoting from HEAD to 4.0 branch


** Reactor Event
    * [JBREM-23] - Refactor Connector so can configure transports
    * [JBREM-29] - Over load invoke() method in Client so metadata not required
