This is an automated email from the ASF dual-hosted git repository.

mattmann pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/oodt.git.


    from 2d38c8a  [maven-release-plugin] prepare for next development iteration
     new c6eee87  [OODT-1031] Updated filemg, workflow manager and resource 
manager starters to use XML RPC by default
     new 16f2fe4  [OODT-1031] Fixed a possible NPE occurred when workflow 
properties file not found.
     new 771c580  Merge pull request #116 from IMS94/master

The 2088 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../oodt/cas/filemgr/system/FileManagerServer.java |  6 ++-
 .../cas/filemgr/util/RpcCommunicationFactory.java  | 20 ++++----
 filemgr/src/main/resources/filemgr.properties      |  4 +-
 .../resource/system/AvroRpcResourceManager.java    |  4 +-
 .../oodt/cas/resource/system/ResourceManager.java  |  5 ++
 .../cas/resource/system/XmlRpcResourceManager.java |  4 +-
 .../system/rpc/ResourceManagerFactory.java         | 21 +++++----
 resource/src/main/resources/resource.properties    |  4 +-
 .../workflow/system/AvroRpcWorkflowManager.java    |  8 +++-
 .../oodt/cas/workflow/system/WorkflowManager.java  |  5 ++
 .../system/rpc/RpcCommunicationFactory.java        | 55 +++++++++++++---------
 workflow/src/main/resources/workflow.properties    |  4 +-
 12 files changed, 87 insertions(+), 53 deletions(-)

Reply via email to