15 Apr 16:16
HelmaSwarm 0.9
Hannes Wallnoefer <hannesw <at> gmail.com>
2005-04-15 14:16:28 GMT
2005-04-15 14:16:28 GMT
Hi all, I just uploaded HelmaSwarm 0.9, the first complete Helmaswarm release. HelmaSwarm is a tool to build Helma clusters, a group of Helma instances forming one virtual server. Download: http://adele.helma.org/download/helma/contrib/helmaswarm/ Browse CVS: http://adele.helma.org/source/viewcvs.cgi/extensions/helmaswarm/?cvsroot=hop HelmaSwarm uses asynchronous JGroups communication to distribute/coordinate cache and session state. This release should work with all Helma snapshots from CVS HEAD dated March 25 or later. It will not work with Helma 1.4.3 or any other Helma 1.4 release or snapshot. A note to testers of previous versions of HelmaSwarm: The config file, config file app property and jar file name changed today. Make sure to update your properties and remove any old jar files from lib/ext. If you try it out please let me know if and how well it works! Hannes
Ever since I had this problem, I used a patched/hacked version of the
helma.jar as a workaround. In order to be able to get rid of this
stupid diff and get back on track, using an unmodified helma version, I
finally looked into this again. So, it turns out I just needed to add
'name' to my type.properties file. That's it. That's all it was.
Instead of this...
Page/type.properties:
_children = collection(Page)
_children.accessname = name
_name = name
...I just needed this...
Page/type.properties:
_children = collection(Page)
_children.accessname = name
_name = name
name
Problem solved. Finally!
RSS Feed