summaryrefslogtreecommitdiff
path: root/src/main/java/com/c2kernel/process/Bootstrap.java
AgeCommit message (Collapse)Author
2013-04-03XMLDiff report makes more sense if the arguments are (old, new).Andrew Branson
2013-01-31Added ViewName field to Event. Filled in with the Viewpoint name ifAndrew Branson
specified in the Activity properties, making it possible to derive previous states of the Viewpoint. Closes #96 Cleanup outcome storing code. Throw an exception if SchemaType filled in and outcome is empty.
2012-12-14Use XMLUnit XML Diff to compare system resources, for compatibility withAndrew Branson
XMLDBs that may not return lexigraphically identical documents
2012-11-26Write console port to server item even if it's been automaticallyAndrew Branson
generated.
2012-07-30Introduce Module.debug property to enable editing workflows on moduleAndrew Branson
resources.
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-06-19Refactor modulesAndrew Branson
Support workflows on module resources
2012-06-14Move module imports into Bootstrap thread.Andrew Branson
2012-05-30Initial Maven ConversionAndrew Branson