<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cristal-kernel.git/src/main/java/com/c2kernel/lifecycle/instance, branch 2.3.2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.branson.me.uk/cristal-kernel.git/atom?h=2.3.2</id>
<link rel='self' href='https://git.branson.me.uk/cristal-kernel.git/atom?h=2.3.2'/>
<link rel='alternate' type='text/html' href='https://git.branson.me.uk/cristal-kernel.git/'/>
<updated>2012-08-22T08:46:29+00:00</updated>
<entry>
<title>Replace deprecated Xerces DOM to XML serialisation with DOM3 LS.</title>
<updated>2012-08-22T08:46:29+00:00</updated>
<author>
<name>Andrew Branson</name>
<email>andrew.branson@cern.ch</email>
</author>
<published>2012-08-22T08:46:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.branson.me.uk/cristal-kernel.git/commit/?id=63f2df4babca2cd2232d6b1f438ddcea1d3f3fa2'/>
<id>urn:sha1:63f2df4babca2cd2232d6b1f438ddcea1d3f3fa2</id>
<content type='text'>
Refactor all to use the Outcome.serialize static method.</content>
</entry>
<entry>
<title>Logging and error message clean-up</title>
<updated>2012-08-03T11:59:56+00:00</updated>
<author>
<name>Andrew Branson</name>
<email>andrew.branson@cern.ch</email>
</author>
<published>2012-08-03T11:59:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.branson.me.uk/cristal-kernel.git/commit/?id=4058f36268d4233ae755f7de2ed16c893f649ffa'/>
<id>urn:sha1:4058f36268d4233ae755f7de2ed16c893f649ffa</id>
<content type='text'>
Logger.debug(String) now deprecated so they're easier to spot when left
in.</content>
</entry>
<entry>
<title>Predefined steps audit, including new steps for collection management</title>
<updated>2012-07-30T20:09:32+00:00</updated>
<author>
<name>Andrew Branson</name>
<email>andrew.branson@cern.ch</email>
</author>
<published>2012-07-30T20:09:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.branson.me.uk/cristal-kernel.git/commit/?id=fea9f5836c4a13e2024c2f678061268ab7421b8d'/>
<id>urn:sha1:fea9f5836c4a13e2024c2f678061268ab7421b8d</id>
<content type='text'>
Fixes #19</content>
</entry>
<entry>
<title>Clean-up predefined steps</title>
<updated>2012-07-19T14:29:03+00:00</updated>
<author>
<name>Andrew Branson</name>
<email>andrew.branson@cern.ch</email>
</author>
<published>2012-07-19T14:29:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.branson.me.uk/cristal-kernel.git/commit/?id=182377706960ce70ea74f5ff3563a19dd5ce18c2'/>
<id>urn:sha1:182377706960ce70ea74f5ff3563a19dd5ce18c2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>New property 'Breakpoint' in Activity. If set to true, the workflow will</title>
<updated>2012-07-13T14:29:25+00:00</updated>
<author>
<name>Andrew Branson</name>
<email>andrew.branson@cern.ch</email>
</author>
<published>2012-07-13T14:29:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.branson.me.uk/cristal-kernel.git/commit/?id=1c59e048e46139f7ed6d0ee924901aea3878e67d'/>
<id>urn:sha1:1c59e048e46139f7ed6d0ee924901aea3878e67d</id>
<content type='text'>
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</content>
</entry>
<entry>
<title>Suspend transition now can carry an optional 'Errors' outcome where</title>
<updated>2012-07-12T12:52:36+00:00</updated>
<author>
<name>Andrew Branson</name>
<email>andrew.branson@cern.ch</email>
</author>
<published>2012-07-12T12:52:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.branson.me.uk/cristal-kernel.git/commit/?id=20c81748688547c1b13686f15c65fbb1d60d81a0'/>
<id>urn:sha1:20c81748688547c1b13686f15c65fbb1d60d81a0</id>
<content type='text'>
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</content>
</entry>
<entry>
<title>Remove XML parsing from module processing, use Castor unmarshalling</title>
<updated>2012-07-06T13:50:45+00:00</updated>
<author>
<name>Andrew Branson</name>
<email>andrew.branson@cern.ch</email>
</author>
<published>2012-07-06T13:50:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.branson.me.uk/cristal-kernel.git/commit/?id=b53164978a9a264fbe26679c07e32731a4d495f9'/>
<id>urn:sha1:b53164978a9a264fbe26679c07e32731a4d495f9</id>
<content type='text'>
instead.
Create module item with collection of imported Items and module XML
registered as an outcome.</content>
</entry>
<entry>
<title>Modules serialize with Castor. Just about to remove the parsing.</title>
<updated>2012-07-06T09:00:24+00:00</updated>
<author>
<name>Andrew Branson</name>
<email>andrew.branson@cern.ch</email>
</author>
<published>2012-07-06T09:00:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.branson.me.uk/cristal-kernel.git/commit/?id=24314dc1699c7e73048fa24e33729f1aa1ec0e86'/>
<id>urn:sha1:24314dc1699c7e73048fa24e33729f1aa1ec0e86</id>
<content type='text'>
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.</content>
</entry>
<entry>
<title>Removed persistency of VertexOutlineCreator - containing subclasses</title>
<updated>2012-07-02T12:16:20+00:00</updated>
<author>
<name>Andrew Branson</name>
<email>andrew.branson@cern.ch</email>
</author>
<published>2012-07-02T12:16:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.branson.me.uk/cristal-kernel.git/commit/?id=cc79e98c4763affba4fa2e17dfe5a412f9de66c3'/>
<id>urn:sha1:cc79e98c4763affba4fa2e17dfe5a412f9de66c3</id>
<content type='text'>
should set this.
Fixed persistency of GTimeStamp
Fixed CompActOutcome not showing when loaded</content>
</entry>
<entry>
<title>Pull remaining graph GUI components into cristal-gui</title>
<updated>2012-06-29T14:20:11+00:00</updated>
<author>
<name>Andrew Branson</name>
<email>andrew.branson@cern.ch</email>
</author>
<published>2012-06-29T14:20:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.branson.me.uk/cristal-kernel.git/commit/?id=11eb9557a35e17450c0aefb758471f1ff3148336'/>
<id>urn:sha1:11eb9557a35e17450c0aefb758471f1ff3148336</id>
<content type='text'>
</content>
</entry>
</feed>
