[
https://issues.apache.org/jira/browse/ISIS-312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dan Haywood closed ISIS-312.
----------------------------
> Guard in BaseFixture to allow fixtures to load in production mode was faulty
> ----------------------------------------------------------------------------
>
> Key: ISIS-312
> URL: https://issues.apache.org/jira/browse/ISIS-312
> Project: Isis
> Issue Type: Bug
> Components: Core
> Affects Versions: core-1.0.0
> Reporter: Dan Haywood
> Assignee: Dan Haywood
> Priority: Trivial
> Fix For: core-1.1.0
>
>
> public BaseFixture(final FixtureType fixtureType) {
> this.fixtureType = fixtureType;
> try {
> clock = FixtureClock.initialize();
> - } catch (final IllegalStateException ex) {
> + } catch (final ApplicationException ex) {
> clock = null;
> System.err.println(ex.getMessage());
> System.err.println("calls to change date or time will be
> ignored");
> }
> }
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira