Commit Graph

736 Commits

Author SHA1 Message Date
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
Robert von Burg bfc27cebaf [Project] added resource filtering for componentVersion.properties 2014-08-13 23:52:57 +02:00
Robert von Burg 899272a44d [Project] added resource filtering for componentVersion.properties 2014-08-13 23:50:59 +02:00
Robert von Burg a05f6c10dd [Major] Refactored StrolchConfiguration.xml to use environments
Now the agent requires an environment parameter to start, and the
configuration of that environment is used to load different sections of
the configuration file

Conflicts:
	src/main/java/li/strolch/tutorialwebapp/StartupListener.java
2014-08-13 23:50:50 +02:00
Robert von Burg a6341da79b [Major] Refactored StrolchConfiguration.xml to use environments
Now the agent requires an environment parameter to start, and the
configuration of that environment is used to load different sections of
the configuration file

Conflicts:
	src/main/webapp/WEB-INF/config/StrolchConfiguration.xml
2014-08-13 23:50:01 +02:00
Robert von Burg 5aadbca2aa [Project] added resource filtering for componentVersion.properties 2014-08-13 23:39:09 +02:00
Robert von Burg 5e181fe5c3 [Project] added resource filtering for componentVersion.properties 2014-08-13 23:39:05 +02:00
Robert von Burg 3a62c76ae0 [Minor] fixed compiler warning 2014-08-13 23:38:59 +02:00
Robert von Burg 7a88def08a [Project] added resource filtering for componentVersion.properties 2014-08-13 23:37:59 +02:00
Robert von Burg 78cc555141 [Project] added resource filtering for componentVersion.properties 2014-08-13 23:37:55 +02:00
Robert von Burg 4432a141ce [Project] added resource filtering for componentVersion.properties 2014-08-13 23:37:52 +02:00
Robert von Burg 208f8f0ec9 [Project] added resource filtering for componentVersion.properties 2014-08-13 23:37:47 +02:00
Robert von Burg e82b9a6ae6 [Project] added resource filtering for agentVersion.properties 2014-08-13 23:37:26 +02:00
Robert von Burg e9d7ea8369 [Major] Refactored StrolchConfiguration.xml to use environments
Now the agent requires an environment parameter to start, and the
configuration of that environment is used to load different sections of
the configuration file
2014-08-13 23:36:52 +02:00
Robert von Burg e6cdb4db83 Merge branch 'master' of git@github.com:eitch/li.strolch.agent.git
Conflicts:
	src/main/java/li/strolch/runtime/query/inmemory/InMemoryQueryVisitor.java
2014-08-13 17:13:30 +02:00
Robert von Burg f2ce445bed [Major] Refactored StrolchConfiguration.xml to use environments
Now the agent requires an environment parameter to start, and the
configuration of that environment is used to load different sections of
the configuration file
2014-08-13 16:13:38 +02:00
Robert von Burg 8d37337936 [Major] Refactored StrolchConfiguration.xml to use environments
Now the agent requires an environment parameter to start, and the
configuration of that environment is used to load different sections of
the configuration file
2014-08-13 16:07:13 +02:00
Robert von Burg 54c9038c9f [Major] Refactored StrolchConfiguration.xml to use environments
Now the agent requires an environment parameter to start, and the
configuration of that environment is used to load different sections of
the configuration file
2014-08-13 16:07:06 +02:00
Robert von Burg 2033c6b942 [Major] Refactored StrolchConfiguration.xml to use environments
Now the agent requires an environment parameter to start, and the
configuration of that environment is used to load different sections of
the configuration file
2014-08-13 16:06:23 +02:00
Robert von Burg 8287a4a59d [Major] Refactored StrolchConfiguration.xml to use environments
Now the agent requires an environment parameter to start, and the
configuration of that environment is used to load different sections of
the configuration file
2014-08-13 16:06:18 +02:00
Robert von Burg 6a0199a544 [Major] Refactored StrolchConfiguration.xml to use environments
Now the agent requires an environment parameter to start, and the
configuration of that environment is used to load different sections of
the configuration file
2014-08-13 16:06:14 +02:00
Robert von Burg 0b68acc803 [Major] Refactored StrolchConfiguration.xml to use environments
Now the agent requires an environment parameter to start, and the
configuration of that environment is used to load different sections of
the configuration file
2014-08-13 16:06:09 +02:00
Robert von Burg bc600eb5cb [Major] Refactored StrolchConfiguration.xml to use environments
Now the agent requires an environment parameter to start, and the
configuration of that environment is used to load different sections of
the configuration file
2014-08-13 16:03:30 +02:00
Robert von Burg 59f03edaf4 [Minor] cleaned up compiler warnings 2014-08-12 15:15:14 +02:00
Robert von Burg dd7c4ed581 [Minor] fixed typo 2014-08-08 12:12:35 +02:00
Robert von Burg 941665753c [New] Added a configuration option for the app locale in runtime config 2014-08-07 16:26:25 +02:00
Robert von Burg 1139fb1b8f [Minor] Removed unneded code 2014-08-07 16:11:20 +02:00
Robert von Burg 497e3f901e [Minor] fixed broken test 2014-08-07 15:02:48 +02:00
Robert von Burg 5140acdd42 [Major] moved to Jersey 2.11
fixed muliple issues:
- use language passed by client
- test language
- testing for enums
2014-08-07 14:55:04 +02:00
Robert von Burg 9470b43e0d [Minor] cleaaned up StrolchEnum, using map to store values 2014-08-07 14:53:55 +02:00
Robert von Burg 5e062f0630 [New] Implemented AnySelection 2014-08-07 01:00:25 +02:00
Robert von Burg 6c9adf5daf [New] Implemented AnySelection 2014-08-07 01:00:17 +02:00
Robert von Burg 61e86deb15 [Bugfix] fixed strolch enum rest api not working 2014-08-07 00:20:12 +02:00
Robert von Burg 9fbf49bc45 [Minor] cleaned up StrolchEnum 2014-08-07 00:19:50 +02:00