summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-01-24Fix crash when module ResourceURL is invalidAndrew Branson
2013-01-16POM cleanupAndrew Branson
2013-01-15cristal. prefix on repo idsAndrew Branson
2013-01-15Fix Nexus portAndrew Branson
2013-01-14Move to NexusAndrew Branson
2013-01-14Correct ORB properties for hostname and port IOR configAndrew Branson
2012-12-18Added optional WeakCache to hold fewer ClusterStorage objects in memory.Andrew Branson
Enabled with Storage.useWeakCache property. Useful for large imports and other operations that involve accessing a large number of items over a short period.
2012-12-14Use XMLUnit XML Diff to compare system resources, for compatibility withAndrew Branson
XMLDBs that may not return lexigraphically identical documents
2012-12-14Do Schema parsing in the Schema object rather than the ValidatorAndrew Branson
2012-11-30Report module dependency shuffling in logAndrew Branson
2012-11-26Removed old cmdline switched from usage()Andrew Branson
2012-11-26Clean up module exception.Andrew Branson
Merge circular module dependency check with unmet check, earlier in the process.
2012-11-26Fail more gracefully if the Workflow version wasn't suppliedAndrew Branson
2012-11-26List of current cluster types for use by storage implementationsAndrew Branson
2012-11-26Write console port to server item even if it's been automaticallyAndrew Branson
generated.
2012-11-26Fixes #84Andrew Branson
2012-11-09Version 2.3.3-SNAPSHOTAndrew Branson
2012-11-09Validate module xml against schema before unmarshalling. Fixes #82Andrew Branson
2012-11-09Create proper constructor for Schema.Andrew Branson
2012-11-09Hanging open bufferAndrew Branson
2012-11-09Tidy up CastorXMLUtility. adding new mappings is now private, to helpAndrew Branson
lock down the kernel mappings.
2012-11-09Deprecate old overly generic query method in anticipation of the newAndrew Branson
ones.
2012-11-09Don't throw exception for missing script version unless the name doesn'tAndrew Branson
parse as a 'lang:' statement. Fixes #81
2012-09-24Add CI serverAndrew Branson
Replace wall with cristal alias
2012-08-29Remove version number from launcherAndrew Branson
2012-08-29Post-release version bumpAndrew Branson
2012-08-28Update changelogAndrew Branson
2012-08-28Simplify execute method signatureAndrew Branson
2012-08-22Rename clashing parameter namesAndrew Branson
2012-08-22Replace deprecated Xerces DOM to XML serialisation with DOM3 LS.Andrew Branson
Refactor all to use the Outcome.serialize static method.
2012-08-20Remembered why Steve used an IntegerWrapper - so the int would beAndrew Branson
mutable. Just return the int instead.
2012-08-03Logging and error message clean-upAndrew Branson
Logger.debug(String) now deprecated so they're easier to spot when left in.
2012-08-01LDAP properties: Integer port and support for generating secure adminAndrew Branson
passwords for embedded LDAP servers.
2012-07-30Predefined steps audit, including new steps for collection managementAndrew Branson
Fixes #19
2012-07-30Remove RelationshipUtils. Move getIsComposite method into AggregationAndrew Branson
where it is used. Separate slot adding from member assignment in Aggregation.
2012-07-30Introduce Module.debug property to enable editing workflows on moduleAndrew Branson
resources.
2012-07-30Remove 'IntegerWrapper' and just use the java one instead.Andrew Branson
2012-07-25Use Maven resource filtering for version stringAndrew Branson
Cleanup warnings Rename demo instance to 'local' as cristal-dev now defines a server
2012-07-25Archiva port changedAndrew Branson
2012-07-25Forward slashes in launch configsAndrew Branson
2012-07-25Example file updatesAndrew Branson
Allow full path to clc Remove cristal-dev dependency
2012-07-24cristal-dev upgradeAndrew Branson
2012-07-19Clean-up predefined stepsAndrew Branson
2012-07-19Ignore conf filesAndrew Branson
2012-07-19Config cleanupAndrew Branson
2012-07-13New property 'Breakpoint' in Activity. If set to true, the workflow willAndrew Branson
not proceed automatically past that activity after COMPLETE or DONE transitions, but will instead wait for PROCEED or SKIP. AUTOSTART removed. Now composite activities autostart, while atomic ones don't. closes #30
2012-07-12Formatting and cleanupAndrew Branson
2012-07-12Suspend transition now can carry an optional 'Errors' outcome whereAndrew Branson
client processes can record the reason for the suspension. Errors XML is marshalled ErrorInfo. UserCodeProcess automatically sends fatal ErrorInfos through suspend jobs. Job API added to to support all this. fixes #23
2012-07-11Moved getVertex(Point) and getEdge(Point) to GraphPanel in cristal-guiAndrew Branson
2012-07-11Changelog, re-instated version, version bumpAndrew Branson