summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x
diff options
context:
space:
mode:
authorkelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68>2010-05-27 12:43:27 +0000
committerkelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68>2010-05-27 12:43:27 +0000
commit28a29f37942174266eb7c444e17bb0d93a5fb827 (patch)
tree3c96808fe0d45cd2bd8c5832ef1dfc18ccbf1da3 /sca-java-2.x
parent455cef693144be002c0bdaf5f9e736cb4d82111c (diff)
mention possibility of hazelcast related errors in the build
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948807 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x')
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M5/RELEASE_NOTES11
1 files changed, 11 insertions, 0 deletions
diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/RELEASE_NOTES b/sca-java-2.x/branches/sca-java-2.0-M5/RELEASE_NOTES
index 7d41c4554c..bb7e205d07 100644
--- a/sca-java-2.x/branches/sca-java-2.0-M5/RELEASE_NOTES
+++ b/sca-java-2.x/branches/sca-java-2.0-M5/RELEASE_NOTES
@@ -37,6 +37,17 @@ Overview
See the CHANGES file for a detailed list of the features in this release.
+Known Issues
+------------
+
+If when building using the source distribution of tuscany you see build errors
+relating to use of hazelcast, this is a known issue which occurs in some
+environments where our use of hazelcast doesn't match up with your network
+configuration. If you see these errors please contact us on the mailing list
+as described below. You may wish to build using the
+"mvn -fae"
+command, so that the rest of the build completes before it reports the issue.
+
Support
-------