summaryrefslogtreecommitdiff
path: root/src/main/resources/boot
AgeCommit message (Collapse)Author
2013-11-11Vertex ID, Edge ID, width and height values were defined as bytes, Andrew Branson
Guy created more than 127 vertices in a workflow, so it's now an integer.
2013-10-29Exception cleanupAndrew Branson
Allow versions to be null: use Integer or String
2013-10-27Beta?Andrew Branson
2013-10-25Changes and refactoring to gui requirementsAndrew Branson
Used descriptions must use an integer version.
2013-10-24Preserve reservation on resumeAndrew Branson
2013-10-24Clear of exceptionsAndrew Branson
2013-09-16MoreAndrew Branson
2013-09-16ActivityDef is a DescriptionObjectAndrew Branson
2013-09-16StateMachine mapfileAndrew Branson
2013-08-02Module resources can specify version number, which overrides the defaultAndrew Branson
version viewpoint of '0'.
2013-06-27Removed CERN schema 'BreakApart' propertyAndrew Branson
2013-05-23Agent and Item were out of line with the new module versions of NewItemAndrew Branson
and NewAgent, and the mapfile.
2013-05-17Add Role management support to module, instead of just creating one ifAndrew Branson
it's not already there. Supports 'jobList' attribute to enable job pushing
2013-03-27Module didn't allow empty AggregationsAndrew Branson
2013-03-27Added module property to Resource item property descriptionAndrew Branson
2013-02-28First unit tests, and their detected correction to theAndrew Branson
CompositeActivityDef schema.
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-06Remove XML parsing from module processing, use Castor unmarshallingAndrew Branson
instead. Create module item with collection of imported Items and module XML registered as an outcome.
2012-07-06Modules serialize with Castor. Just about to remove the parsing.Andrew Branson
CastorXMLUtility is now a static member of gateway. Domain specific instances can be used by domain applications, but the maps do not interfere with the kernel.
2012-07-02Removed persistency of VertexOutlineCreator - containing subclassesAndrew Branson
should set this. Fixed persistency of GTimeStamp Fixed CompActOutcome not showing when loaded
2012-06-29Pull remaining graph GUI components into cristal-guiAndrew Branson
2012-06-22Support workflows on module resourcesAndrew Branson
2012-06-22Modules and entitycreation support Aggregations, collection propertiesAndrew Branson
and class identifiers
2012-06-19Refactor modulesAndrew Branson
Support workflows on module resources
2012-05-30Missing txt resourcesAndrew Branson
2012-05-30Initial Maven ConversionAndrew Branson