Commit Graph

769 Commits

Author SHA1 Message Date
Robert von Burg b7a63c1c47 [Major] moved ObserverHandler to StrolchRealm - no component anymore
Now the ObserverHandler is not a StrolchComponent anymore, and can be
retrieved from the StrolchRealm. This makes the observer model be part
of the realm, not global of the agent.
2014-08-24 19:18:02 +02:00
Robert von Burg 757a2c6a2a [Project] set version to 1.0.0-SNAPSHOT 2014-08-24 18:28:04 +02:00
Robert von Burg f3cbd5b7bb [Project] extended checking out to support tag/branch 2014-08-24 18:26:23 +02:00
Robert von Burg 25b5c509c2 [Project] extended checking out to support tag/branch 2014-08-24 18:15:33 +02:00
Robert von Burg 0673036a98 [Project] extended checking out to support tag/branch 2014-08-24 18:06:09 +02:00
Robert von Burg 45e92e4dce [Project] set version to 1.0.0-SNAPSHOT 2014-08-24 17:31:55 +02:00
Robert von Burg 674e54b8ac [Project] set version to 1.0.0-SNAPSHOT 2014-08-24 17:24:29 +02:00
Robert von Burg 8cd5319641 [Project] set version to 1.0.0-SNAPSHOT 2014-08-24 17:24:18 +02:00
Robert von Burg 7246ad6456 [Project] set version to 1.0.0-SNAPSHOT 2014-08-24 17:24:14 +02:00
Robert von Burg b6a0938dc3 [Project] set version to 1.0.0-SNAPSHOT 2014-08-24 17:24:10 +02:00
Robert von Burg b623d4ce32 [Project] set version to 1.0.0-SNAPSHOT 2014-08-24 17:24:06 +02:00
Robert von Burg d0a3e89bbd [Project] set version to 1.0.0-SNAPSHOT 2014-08-24 17:24:01 +02:00
Robert von Burg 7696a366a2 [Project] set version to 1.0.0-SNAPSHOT 2014-08-24 17:23:56 +02:00
Robert von Burg 353d39a0b1 [Project] set version to 1.0.0-SNAPSHOT 2014-08-24 17:23:48 +02:00
Robert von Burg c2fc8474f6 [Project] set version to 1.0.0-SNAPSHOT 2014-08-24 17:23:38 +02:00
Robert von Burg dbe9b8e61b [Project] set version to 1.0.0-SNAPSHOT 2014-08-24 17:23:27 +02:00
Robert von Burg 17de60974c [Project] set version to 1.0.0-SNAPSHOT 2014-08-24 17:23:01 +02:00
Robert von Burg 3526c33271 [Project] set version to 1.0.0-SNAPSHOT 2014-08-24 17:22:54 +02:00
Robert von Burg 844b571caf [Project] set version to 1.0.0-SNAPSHOT 2014-08-24 17:22:42 +02:00
Robert von Burg 3369d83904 [Minor] blog article for version 1.0.0 2014-08-24 16:58:33 +02:00
Robert von Burg e84daf14b7 [Major] Moved the auditing trail to the ElementMaps themselves
This means that we can't access the ElementMaps from the Realms, but
must use the TX (this was better anyhow)
2014-08-24 12:45:20 +02:00
Robert von Burg a7f7cae641 [Major] Moved the auditing trail to the ElementMaps themselves
This means that we can't access the ElementMaps from the Realms, but
must use the TX (this was better anyhow)
2014-08-24 12:45:14 +02:00
Robert von Burg 926eab8eed [Major] Moved the auditing trail to the ElementMaps themselves
This means that we can't access the ElementMaps from the Realms, but
must use the TX (this was better anyhow)
2014-08-24 12:45:08 +02:00
Robert von Burg 3c05496ceb [Minor] code cleanup
- extracted constants for configuration
- fixed redundant null check
- cleaned up compiler warnings on i18n
2014-08-24 10:22:22 +02:00
Robert von Burg 999a8d4369 [Minor] Changed template of ElementMap to StrolchRootElement
Resources and Orders are already StrolchRootElements, so this shouldn't
hurt anyone =)
2014-08-24 10:20:26 +02:00
Robert von Burg 42fe3b4122 [Minor] code cleanup
- extracted constants for configuration
- fixed redundant null check
- cleaned up compiler warnings on i18n
2014-08-24 10:19:42 +02:00
Robert von Burg 77de155b17 [Minor] code cleanup
- extracted constants for configuration
- fixed redundant null check
- cleaned up compiler warnings on i18n
2014-08-24 10:15:52 +02:00
Robert von Burg e82b14f783 [New] Implemented opt-in audit trail in Strolch
The audit trail has its own map on the Realm and a trail is written by
realm at the end of the transaction.

You can write your own audit trail using tx.getAuditTrail().

Enable the audit trail by setting the realm configuration value
'enableAuditTrail'.
2014-08-23 20:50:58 +02:00
Robert von Burg 795a77d6c7 [New] Implemented opt-in audit trail in Strolch
The audit trail has its own map on the Realm and a trail is written by
realm at the end of the transaction.

You can write your own audit trail using tx.getAuditTrail().

Enable the audit trail by setting the realm configuration value
'enableAuditTrail'.
2014-08-23 20:50:37 +02:00
Robert von Burg 9a776d462d [New] Implemented opt-in audit trail in Strolch
The audit trail has its own map on the Realm and a trail is written by
realm at the end of the transaction.

You can write your own audit trail using tx.getAuditTrail().

Enable the audit trail by setting the realm configuration value
'enableAuditTrail'.
2014-08-23 20:50:32 +02:00
Robert von Burg cc9cfcadba [New] Implemented opt-in audit trail in Strolch
The audit trail has its own map on the Realm and a trail is written by
realm at the end of the transaction.

You can write your own audit trail using tx.getAuditTrail().

Enable the audit trail by setting the realm configuration value
'enableAuditTrail'.
2014-08-23 20:50:28 +02:00
Robert von Burg a70218f028 [New] Implemented opt-in audit trail in Strolch
The audit trail has its own map on the Realm and a trail is written by
realm at the end of the transaction.

You can write your own audit trail using tx.getAuditTrail().

Enable the audit trail by setting the realm configuration value
'enableAuditTrail'.
2014-08-23 20:50:21 +02:00
Robert von Burg ab54378b66 [New] Implemented opt-in audit trail in Strolch
The audit trail has its own map on the Realm and a trail is written by
realm at the end of the transaction.

You can write your own audit trail using tx.getAuditTrail().

Enable the audit trail by setting the realm configuration value
'enableAuditTrail'.
2014-08-23 20:50:10 +02:00
Robert von Burg 72ff553e74 [New] Implemented opt-in audit trail in Strolch
The audit trail has its own map on the Realm and a trail is written by
realm at the end of the transaction.

You can write your own audit trail using tx.getAuditTrail().

Enable the audit trail by setting the realm configuration value
'enableAuditTrail'.
2014-08-23 20:50:01 +02:00
Robert von Burg 9ca21c29f8 [New] Implemented opt-in audit trail in Strolch
The audit trail has its own map on the Realm and a trail is written by
realm at the end of the transaction.

You can write your own audit trail using tx.getAuditTrail().

Enable the audit trail by setting the realm configuration value
'enableAuditTrail'.
2014-08-23 20:49:52 +02:00
Robert von Burg b0d921d720 [New] Implemented opt-in audit trail in Strolch
The audit trail has its own map on the Realm and a trail is written by
realm at the end of the transaction.

You can write your own audit trail using tx.getAuditTrail().

Enable the audit trail by setting the realm configuration value
'enableAuditTrail'.
2014-08-23 20:49:43 +02:00
Robert von Burg 0fbd156929 [New] Added convenience method Locator.newLocatorBuilder(String...) 2014-08-21 17:52:00 +02:00
Robert von Burg c7a69dbf88 [New] Added convenience method Locator.newLocatorBuilder(String...) 2014-08-21 17:51:52 +02:00
Robert von Burg 62a636ae71 [New] Added blog with first item of release 1.0.0 2014-08-21 17:42:59 +02:00
Robert von Burg 07085f8aa0 [Major] added missing parsing of StrolchTimedState and fixed locators
Locators are now a bit different, to handle finding StrolchTimedState as
well, the Locator has the form:
Resource/<type>/<id>/State/<id>
Resource/<type>/<id>/Bag/<id>/<param_id>
2014-08-21 17:42:37 +02:00
Robert von Burg a5f00f990c [Major] added missing parsing of StrolchTimedState and fixed locators
Locators are now a bit different, to handle finding StrolchTimedState as
well, the Locator has the form:
Resource/<type>/<id>/State/<id>
Resource/<type>/<id>/Bag/<id>/<param_id>
2014-08-21 17:42:26 +02:00
Robert von Burg 453b6b5bcb [Major] added missing parsing of StrolchTimedState and fixed locators
Locators are now a bit different, to handle finding StrolchTimedState as
well, the Locator has the form:
Resource/<type>/<id>/State/<id>
Resource/<type>/<id>/Bag/<id>/<param_id>
2014-08-21 17:42:10 +02:00
Robert von Burg aed19f3c50 [New] Added blog with first item of release 1.0.0 2014-08-19 00:09:22 +02:00
Robert von Burg 7420dd80aa [New] Added blog with first item of release 1.0.0 2014-08-18 21:12:58 +02:00
Robert von Burg 4b70fdf9ff [New] Added blog with first item of release 1.0.0 2014-08-18 19:21:50 +02:00
Robert von Burg a95822689d [New] Added StrolchTransaction.get*By(StringParameter)
These are convenient methods to get resources and orders by a reference
parameter
2014-08-18 09:41:05 +02:00
Robert von Burg 647de2b392 [Minor] renamed StrolchElementToDomVisitor to StrolchElementToSaxVisitor 2014-08-17 14:09:29 +02:00
Robert von Burg 774d1302a5 [Project] added plugin depedencies for version 2014-08-14 16:35:33 +02:00
Robert von Burg 36b07b66df [Project] deactivated file logging 2014-08-14 00:14:41 +02:00
Robert von Burg 9305931faa [Project] added resource filtering for componentVersion.properties 2014-08-14 00:13:00 +02:00