Commit Graph

3778 Commits

Author SHA1 Message Date
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
Robert von Burg fc92e9fff3 [Bugfix] fixed a bug in a test due to a timinig issue 2013-12-25 17:00:35 +01:00
Robert von Burg 169ce6fee7 [Project] separated tests from model 2013-12-25 15:48:36 +01:00
Robert von Burg 03eb1d304d [New] added plugin configuration to deploy to tomcat7 2013-12-25 15:18:38 +01:00
Robert von Burg c2c70d7a86 [New] added plugin management for tomcat7-maven-plugin 2013-12-25 15:18:15 +01:00
Robert von Burg 9eab28411a [Minor] clean up i18n warnings 2013-12-25 14:43:41 +01:00
Robert von Burg 1851f63d34 [Bugfix] fixed a situation where the webapp can't init PrivilegeHandler
the situation was that the XmlPersistenceHandler uses the base path 
from the user and not the webapps root
2013-12-25 14:43:20 +01:00
Robert von Burg 3727d3545f [Minor] cleaned up all compiler warnings 2013-12-25 14:37:22 +01:00
Robert von Burg 2e2263128f [New] code cleanup and new hashing methods
- Cleaned up all i18n compiler warnings in all classes
- Added new public hashing methods to pass the hashAlgorithm
- Important additional change: HASH table is now lower case.
2013-12-25 14:35:30 +01:00
Robert von Burg 15a245d94e [Minor] added new initialization to PrivilegeInitializationHelper
Configuration can now be parsed and then passed to an initialization
method
2013-12-25 13:10:58 +01:00
Robert von Burg e1a8e455ae [Minor] fixed issue where eclipse couldn't validate log4j.xml 2013-12-25 11:56:24 +01:00