- 10 Dec, 2014 1 commit
-
-
Tom Evans authored
Update statement for default node configuration was missing a comma
-
- 09 Dec, 2014 1 commit
-
-
Tom Evans authored
This fixes a problem with a static final reference in the Node.class. It also addresses a couple of minor issues discovered during pubsub testing: - PubSubPersistenceManager should return an editable collection rather than a read-only collection for published items - SequenceManager defaults should use a blocksize of 5 for frequently used tables - LocaleUtils should catch and log a MissingResourceException and return the key in lieu of the missing value (by convention)
-
- 05 May, 2014 1 commit
-
-
Christian Schudt authored
-
- 17 Apr, 2014 1 commit
-
-
- 13 May, 2013 1 commit
-
-
Tom Evans authored
- Improved exception handling during shutdown - Refactored LinkedList / LinkedListNode to use generics - Refactored PublishedItem to remove persistence-specific retry attribute - Added RetryWrapper to improve pubsub item persistence git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13651 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 03 May, 2013 1 commit
-
-
Tom Evans authored
OF-668: Improve PubSub persistence exception handling; use TaskEngine in lieu of timer threads to avoid shutdown problems (non-daemon threads, etc.) git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13632 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 25 Feb, 2013 1 commit
-
-
Tom Evans authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13519 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 24 Feb, 2013 1 commit
-
-
Robin Collier authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13516 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 04 Feb, 2013 1 commit
-
-
Robin Collier authored
Added ability to turn off batch persistence. This would enable 0 data loss in case of vm shutdown at expense of throughput. git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13427 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 30 Sep, 2012 2 commits
-
-
Robin Collier authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13307 b35dd754-fafc-0310-a699-88a17e54d16e
-
Robin Collier authored
OF-205 Changed transaction control for several methods for persistence. Also reversed the search order for loading items to compliant with the spec. git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13306 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 28 Sep, 2012 1 commit
-
-
Tom Evans authored
OF-205: Clean up duplicates when adding published items (per http://community.igniterealtime.org/message/225042#225042) git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13303 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 19 Sep, 2012 1 commit
-
-
Tom Evans authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/branches/pubsub_clustering@13297 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 15 Aug, 2012 1 commit
-
-
Tom Evans authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/branches/pubsub_clustering@13261 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 10 Aug, 2012 1 commit
-
-
Robin Collier authored
OF-205 Some updates to provide extra cluster tasks such as node removal and flushing persistence cache. git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/branches/pubsub_clustering@13255 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 23 Jul, 2012 1 commit
-
-
Robin Collier authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/branches/pubsub_clustering@13188 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 28 Feb, 2012 1 commit
-
-
Robin Collier authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13036 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 27 Feb, 2012 2 commits
-
-
Robin Collier authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13034 b35dd754-fafc-0310-a699-88a17e54d16e
-
Robin Collier authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/branches/pubsub_clustering@13032 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 26 Feb, 2012 1 commit
-
-
Robin Collier authored
OF-39 Added purging of stale pubsub items from db and improved performance of flushing pubsub items. git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/branches/pubsub_clustering@13011 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 09 Feb, 2012 1 commit
-
-
Robin Collier authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/branches/pubsub_clustering@12969 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 17 Dec, 2011 1 commit
-
-
Robin Collier authored
OF-39 Initial work on removing in memory caching of all node items. Everything is done through the database with some buffering to keep reasonable performance. git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/branches/pubsub_clustering@12915 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 01 May, 2010 1 commit
-
-
God Ly authored
Replaced Statement with PreparedStatement. Nearly all X.close() are now in DBConnectionManager. Also improved if{..}else{..} logic (human/compiler hint, usually if{..} should/will be executed). git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@11691 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 09 Nov, 2009 1 commit
-
-
guus authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@11388 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 07 Nov, 2009 1 commit
-
-
guus authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@11377 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 30 Sep, 2009 1 commit
-
-
Matt Tucker authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@11291 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 20 Aug, 2009 2 commits
-
-
Daryl Herzmann authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@11188 b35dd754-fafc-0310-a699-88a17e54d16e
-
Daryl Herzmann authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@11187 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 11 Apr, 2008 1 commit
-
-
Gaston Dombiak authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10204 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 01 Apr, 2008 1 commit
-
-
Daniel Henninger authored
[JM-1291] Renamed/prefixed all Openfire tables with 'of' to prevent conflicts with other applications in same database. git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10158 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 18 Sep, 2007 1 commit
-
-
Gaston Dombiak authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@9158 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 28 Mar, 2007 1 commit
-
-
Gaston Dombiak authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@7742 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 26 Oct, 2006 1 commit
-
-
Gaston Dombiak authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@5867 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 12 Apr, 2006 1 commit
-
-
Matt Tucker authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@3763 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 11 Apr, 2006 1 commit
-
-
Gaston Dombiak authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@3754 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 04 Apr, 2006 1 commit
-
-
Matt Tucker authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@3696 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 30 Mar, 2006 1 commit
-
-
Matt Tucker authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@3652 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 28 Mar, 2006 1 commit
-
-
Matt Tucker authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@3639 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 21 Mar, 2006 1 commit
-
-
Matt Tucker authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@3604 b35dd754-fafc-0310-a699-88a17e54d16e
-
- 17 Mar, 2006 1 commit
-
-
Matt Tucker authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@3580 b35dd754-fafc-0310-a699-88a17e54d16e
-