Commit Graph

995 Commits

Author SHA1 Message Date
Robert von Burg 71001def25 [Major] removed project li.strolch.persistence.api
Moved all classes to li.strolch.runtime
2014-01-10 16:50:01 +01:00
Robert von Burg 7450e9121d [Major] removed project li.strolch.persistence.api
Moved all classes to li.strolch.runtime
2014-01-10 16:49:53 +01:00
Robert von Burg cb89abd469 [New] Added new services
AddResource*Service, AddOrder*Service, ImportModelFromXmlService
2014-01-01 02:19:21 +01:00
Robert von Burg 70d393dcc1 [New] Extended InMemoryElementListener to configure if add or update 2014-01-01 02:18:31 +01:00
Robert von Burg 3a756b9561 [New] added new TEMPLATE constant to Tags 2014-01-01 02:17:26 +01:00
Robert von Burg 8408e5e62a [Minor] fixed compile error due to change in privilege 2013-12-29 23:13:15 +01:00
Robert von Burg aa5ac4f7da [Minor] better exception handling if Service returns null service result 2013-12-28 13:00:26 +01:00
Robert von Burg f93d361c4e [Bugfix] fixed a bug where a system action failed in PostInitializer 2013-12-28 12:59:42 +01:00
Robert von Burg 8f056afbb6 [New] added a semi unique id generation to StrolchAgent 2013-12-28 12:58:57 +01:00
Robert von Burg 2cb1aa0ffe [Bugfix] fixed an issue where cloning a Resource was missing the params 2013-12-28 12:58:13 +01:00
Robert von Burg 19c7a120ca [New] injecting ComponentContainer into Services at execution time 2013-12-28 10:29:43 +01:00
Robert von Burg a355452a36 [Minor] removed getResourceMap() and getOrderMap() from StrolchAgent
The clients will be using the container and should not be using the
agent directly
2013-12-27 11:32:14 +01:00
Robert von Burg 58bc33696a [Bugfix] fixed no suitable driver found in Tomcat7 context
It seems the class loader mechanism of Tomcat7 makes problems and the
driver is not properly found. A solution is to manually force the
loading of the driver, before searching for a driver for a URL
2013-12-27 11:03:15 +01:00
Robert von Burg 2a1e2db5be [Bugfix] fixed no suitable driver found in Tomcat7 context
It seems the class loader mechanism of Tomcat7 makes problems and the
driver is not properly found. A solution is to manually force the
loading of the driver, before searching for a driver for a URL
2013-12-27 11:02:44 +01:00
Robert von Burg b847d24dd1 [Project] renamed package li.strolch.persistence.impl to .xml 2013-12-26 18:08:41 +01:00
Robert von Burg 6a4d04fa18 [Project] renamed package li.strolch.persistence.impl to .xml 2013-12-26 18:08:31 +01:00
Robert von Burg 407ce80eec [Project] renamed package li.strolch.persistence.impl to .xml 2013-12-26 18:07:43 +01:00
Robert von Burg 5610cfd0b9 [Minor] PostInitializer interface moved 2013-12-26 08:42:50 +01:00
Robert von Burg f718105509 [Minor] PostInitializer interface moved 2013-12-26 08:42:35 +01:00
Robert von Burg 0225cea0f4 [New] Added doQuery() methods to DAOs and hooked up InMemory querying 2013-12-26 01:12:56 +01:00
Robert von Burg 3fb804178b [New] Added doQuery() methods to DAOs and hooked up InMemory querying 2013-12-26 01:12:54 +01:00
Robert von Burg a514ceec99 [New] Added doQuery() methods to DAOs and hooked up InMemory querying 2013-12-26 01:12:51 +01:00
Robert von Burg d83b6a4ea7 [Major] TXs are opened from ElementMap and all methods need a TX now 2013-12-26 00:05:11 +01:00
Robert von Burg 2bfeb2ff99 [Major] TXs are opened from ElementMap and all methods need a TX now 2013-12-26 00:05:09 +01:00
Robert von Burg 986492854b [Major] TXs are opened from ElementMap and all methods need a TX now 2013-12-26 00:05:06 +01:00
Robert von Burg 3081e08828 [Major] TXs are opened from ElementMap and all methods need a TX now 2013-12-26 00:05:03 +01:00
Robert von Burg 4e6322a6f7 [New] EMPTY and TRANSIENT modes now use InMemoryPersistenceHandler
This is to start prepare for using aa TX in every ElementMap method
2013-12-25 23:24:13 +01:00
Robert von Burg 3d45c8a18f [Minor] reorganized classes for Agent into api and impl packages 2013-12-25 22:31:09 +01:00
Robert von Burg cd033772fa [Minor] reorganized classes for Agent into api and impl packages 2013-12-25 22:31:06 +01:00
Robert von Burg 3cbac517f3 [Minor] reorganized classes for Agent into api and impl packages 2013-12-25 22:31:04 +01:00
Robert von Burg 66920308d0 [Minor] reorganized classes for Agent into api and impl packages 2013-12-25 22:31:01 +01:00
Robert von Burg ebc9b59dd1 [Minor] reorganized classes for Agent into api and impl packages 2013-12-25 22:30:59 +01:00
Robert von Burg dce500bced [Minor] reorganized classes for Agent into api and impl packages 2013-12-25 22:30:56 +01:00
Robert von Burg ae630d6dda [Minor] reorganized classes for Agent into api and impl packages 2013-12-25 22:30:53 +01:00
Robert von Burg 51fac6a0cf [New] Implemented a mock persistence to test CACHED and TRANSACTIONAL 2013-12-25 22:15:09 +01:00
Robert von Burg 2960fda079 [Major] RuntimeMock now also copies data 2013-12-25 19:05:00 +01:00
Robert von Burg b66c0876c5 [Major] RuntimeMock now also copies data 2013-12-25 19:04:58 +01:00
Robert von Burg 4ce8c9b643 [Major] RuntimeMock now also copies data 2013-12-25 19:04:55 +01:00
Robert von Burg 1a6df8bca4 [Major] RuntimeMock now also copies data 2013-12-25 19:04:53 +01:00
Robert von Burg f8ce5f22ec [Major] RuntimeMock now also copies data 2013-12-25 19:04:49 +01:00
Robert von Burg cc0794bf30 [New] Implemented the TRANSACTIONAL mode
Each method on the ElementMap opens and closes its own transactions.
This is not exactly perfect, but still thinking of a better way, than
just using a singleton...
2013-12-25 18:42:23 +01:00
Robert von Burg edce1aaba4 [Minor] additional logger 2013-12-25 17:40:42 +01:00
Robert von Burg fe3cca7cb3 [Minor] schema must be dropped in all tests... 2013-12-25 17:40:30 +01:00
Robert von Burg 36c02bad0c [Minor] refactored tests for persistence layers to remove duplicate code 2013-12-25 17:34:03 +01:00
Robert von Burg f5f1d85edb [Minor] refactored tests for persistence layers to remove duplicate code 2013-12-25 17:33:59 +01:00
Robert von Burg 0879db1152 [Minor] refactored tests for persistence layers to remove duplicate code 2013-12-25 17:33:55 +01:00
Robert von Burg 295a5e0063 [Minor] refactored tests for persistence layers to remove duplicate code 2013-12-25 17:02:27 +01:00
Robert von Burg 0a4fe91230 [Minor] refactored tests for persistence layers to remove duplicate code 2013-12-25 17:02:23 +01:00
Robert von Burg 446c250500 [Minor] refactored tests for persistence layers to remove duplicate code 2013-12-25 17:02:19 +01:00
Robert von Burg 1538570711 [Minor] refactored tests for persistence layers to remove duplicate code 2013-12-25 17:02:09 +01:00