Commit Graph

118 Commits

Author SHA1 Message Date
costin
9fcd5e00a7 + modified RegionAttributesFactory to return singletons
+ added support in RegionAttributesFactory for set dir sizes/folders (as the default method breaks the JavaBeans conventions)
2010-09-02 19:57:49 +03:00
costin
081de58fbf SGF-10
SGF-14
SGF-17
+ adding disk-store, persistence and overflow to the various region supported
2010-09-02 19:15:56 +03:00
costin
01960ced33 SGF-10
SGF-14
SGF-17
+ add XSD definitions for eviction and storage configs
2010-09-02 18:41:49 +03:00
costin
ac96680848 SGF-10
SGF-15
+ made pool-name attribute mandatory
+ added strategy for pool retrieval
2010-09-01 17:06:58 +03:00
costin
d736c302dd SGF-10
SGF-15
+ finished parsing support for locators and servers
+ improved schema a bit by adding more up-front validation
2010-09-01 12:04:21 +03:00
costin
bdb7a4669e SGF-10
SGF-15
+ add server + locator sub elements for pool element
2010-09-01 11:20:15 +03:00
costin
c469069c15 SGF-10
SGF-15
+ initial draft for pool parser
+ attribute parsing is done, nested locators/servers are next
2010-09-01 11:07:05 +03:00
costin
e8af99870c SGF-10
SGF-11
+ changed default cache name from 'cache' to 'gemfire-cache' to prevent collision with other defaults
2010-09-01 11:05:59 +03:00
costin
6f6480f032 SGF-10 SGF-15
+ move client related classes under the .client package
+ fix a minor schema problem
2010-08-31 21:38:41 +03:00
costin
febfe63891 SGF-10
SGF-15
+ minor name fixes in pool FB
2010-08-31 21:18:28 +03:00
costin
f93a240205 SGF-10
SGF-15
+ add pool support in client FB
+ add attributes processing hooks in region fb
2010-08-31 21:18:00 +03:00
costin
6a5a6e9160 SGF-10
SGF-15
+ add pool definition to gemfire schema
2010-08-31 21:17:14 +03:00
costin
faef286cd5 SGF-10
SGF-15
added pool factory and connection
2010-08-31 19:30:20 +03:00
costin
69ce99b3bc SGF-10 SGF-15 + quick validation of parsing (w/o subscriptions/interests or pools) 2010-08-31 15:02:34 +03:00
costin
4848282483 SGF-10
SGF-15
+ client integration tests
parsing works okay but a pool/server is still needed
2010-08-31 14:47:18 +03:00
costin
ff1ddab2dc SGF-10
SGF-15
+ fix some incorrect client attribute parsing
2010-08-31 14:46:40 +03:00
costin
50252e228f SGF-15
+ allow clients to have no interests registered
2010-08-31 14:46:10 +03:00
costin
8207823c30 SGF-10
SGF-15
+ minor fix to map exactly the values on the interest result policy enum
2010-08-31 14:45:38 +03:00
costin
ee51f1957b SGF-10
SGF-15
+ more client schema fixes
2010-08-31 14:37:35 +03:00
costin
ddbfc16655 SGF-10
SGF-15
+ move common attributes from regionType to readOnlyRegionType
+ various schema declaration fixes
2010-08-31 14:34:40 +03:00
costin
2c17d8c0e2 SGF-10
SGF-15
+ first draft of the client parsing namespace
2010-08-31 14:09:14 +03:00
costin
e8f7670b8f SGF-10
+ minor doc fixes
SGF-15
+ add regex and key interest definition
2010-08-31 13:36:46 +03:00
costin
2e2995a551 SGF-10
SGF-15
+ add base interest type
+ add regex interest type
2010-08-31 13:25:07 +03:00
costin
f994edcaf6 SGF-10
SGF-11
eliminated publisher attribute for replicated regions (it's deprecated in 6.5)
SGF-15
add first draft of client region
2010-08-31 12:53:25 +03:00
costin
e87713da94 + update sample to use the new gemfire namespace
SGF-10
2010-08-27 20:11:45 +03:00
costin
291178fe09 + add region name test
SGF-10
SGF-12
SGF-13
2010-08-27 20:11:20 +03:00
costin
fe3d02a89b + add name attribute for gemfire regions
SGF-10
SGF-12
SGF-13
2010-08-27 20:08:21 +03:00
costin
d3af92fe91 + refactor the tests for better app context cleanup
+ additionally add forking to not have overlapping contexts
2010-08-27 19:29:49 +03:00
costin
54dd44dfe6 SGF-10
SGF-11
+ fix cache parser minor bug (properties-ref sets a ref not a value)
2010-08-27 19:28:46 +03:00
costin
46d6a4cef7 + improve bean factory locator synchronization 2010-08-27 19:28:02 +03:00
costin
7028ef099b + add partitioned region namespace tests
SGF-10
SGF-13
2010-08-27 18:22:26 +03:00
costin
c6682c4d73 + update partitioned region parser
SGF-10
SGF-13
2010-08-27 18:22:05 +03:00
costin
c690c9a2dc SGF-10
+ update schema (fix some minor problems)
2010-08-27 18:19:04 +03:00
costin
1a37620175 + add resolver subelement to partitioned-regions
SGF-10
SGF-13
2010-08-27 17:27:08 +03:00
costin
0bc3b94362 + add partitioned-region parser
SGF-10
SGF-13
2010-08-27 17:26:44 +03:00
costin
0dccb185ce SGF-10
SGF-13
2010-08-27 17:13:30 +03:00
costin
35f1f4ef89 + beef up the options for partitioned regions
SGF-10
SGF-13
2010-08-27 17:10:32 +03:00
costin
c06ccce02a + replicated cache tests
SGF-10
SGF-12
2010-08-27 16:21:49 +03:00
costin
d29af98333 + take advantage of the ParsingUtil functionality
SGF-10
2010-08-27 16:21:25 +03:00
costin
7d8ebd3ae5 + improve methods in parsing util
SGF-10
2010-08-27 16:20:25 +03:00
costin
d599751099 + update schema to allow shorter cache-listener declarations SGF-10 SGF-12 SGF-13 2010-08-27 16:14:29 +03:00
costin
8a24987daf + update schema to allow shorter cache-listener declarations
SGF-10
SGF-12
SGF-13
2010-08-27 16:09:16 +03:00
costin
25fd956981 + add basic replicated ns test
SGF-10
SGF-12
2010-08-26 22:17:42 +03:00
costin
fd86cc00af + add fall back to default for cache property in replicated ns
SGF-10
SGF-12
2010-08-26 22:17:17 +03:00
costin
8e0ffe50e9 + fix minor schema inconsistency
SGF-10
SGF-12
2010-08-26 22:15:49 +03:00
costin
ce094a862c + refactor the cache namespace by introducing a small test utils class
SGF-11
SGF-10
2010-08-26 21:31:35 +03:00
costin
661c9e0031 + beef up replicated region parser
SGF-10
SGF-12
2010-08-26 21:26:48 +03:00
costin
559a5ffc6d + make use of ParsingUtils inside CacheParser
SGF-10
SGF-11
2010-08-26 21:26:28 +03:00
costin
ee3e1c19d2 + add small parsing utility to eliminate redundant code
SGF-10
2010-08-26 21:25:59 +03:00
costin
b234194a6c + add cache-ref to region definitions
+ make name attribute mandatory
SGF-10
SGF-12
SGF-13
2010-08-26 17:42:16 +03:00