Quick Search:

Line History

line history graph

View Mode

Logical Physical

Show Arbitrary Diff

From to

Supports revisions and tags.

History

MAIN 1.17 1.1

latest revision download Branch MAIN

1.17 annotated / raw | Diffs: previous, other | Lines: 270 ( +1, -2 )

Created: 2008-01-08 21:50:59 +0100 (9 months ago) | Author: rafal | Changeset: MAIN:rafal:20080108205059

don't null out the principal, it breaks the tests. no porblem since it's the Subject refernce that was potentially problematic

Branch point for: BRANCH-0_1_11

Tags: RELEASE-0_1_11-B1 BRANCH-0_1_11$BP RELEASE-0_1_11-B2 RELEASE-0_1_11 RELEASE-1_0_0-B1 RELEASE-1_0_0-B2 RELEASE-1_0_0-B3 RELEASE-1_0_0-B4 RELEASE-1_0_0 RELEASE-1_0_0_1

1.16 annotated / raw | Diffs: previous, other | Lines: 271 ( +3, -1 )

Created: 2007-12-30 20:14:22 +0100 (9 months ago) | Author: rafal | Changeset: MAIN:rafal:20071230191422

null out principal & (especially) subject before returing closed session object to the pool. these fields will get overwritten anyway when the object is reused - give GC a chance to work when session object is idle

1.15 annotated / raw | Diffs: previous, other | Lines: 269 ( +2, -2 )

Created: 2005-05-05 10:27:10 +0200 (3 years 5 months ago) | Author: rafal | Changeset: MAIN:rafal:20050505082704

rethrow exception properly

Branch point for: RELEASE-0_1_1

Tags: RELEASE-0_1_6 RELEASE-0_1_5-B2 RELEASE-0_1_2-ROOT RELEASE-0_1_9-B1 RELEASE-0_1_1$BP RELEASE-0_1_10-B1 RELEASE-0_1_7 RELEASE-0_1_8-B1 RELEASE-0_1_5-B1 RELEASE-0_1_1-ROOT RELEASE-0_1_9-B2 RELEASE-0_1_8 RELEASE-0_1_8-B2 RELEASE-0_1_3-ROOT ... more hide

1.14 annotated / raw | Diffs: previous, other | Lines: 269 ( +4, -10 )

Created: 2005-01-25 10:26:15 +0100 (3 years 8 months ago) | Author: rafal | Changeset: MAIN:rafal:20050125092605

CORAL-64 improved session management. After closing a session, the most recently opened session is restored. Opened can be switched around as before, and closed out of order (although this is not recommended).

1.13 annotated / raw | Diffs: previous, other | Lines: 275 ( +34, -14 )

Created: 2005-01-25 09:36:36 +0100 (3 years 8 months ago) | Author: rafal | Changeset: MAIN:rafal:20050125083628

CORAL-64 refactoring in preparation to implementing session stack. Removed unnecessary setCurrentSession() call from close()

1.12 annotated / raw | Diffs: previous, other | Lines: 255 ( +3, -3 )

Created: 2005-01-25 07:33:41 +0100 (3 years 8 months ago) | Author: rafal | Changeset: MAIN:rafal:20050125063341

CORAL-64 improving API for session juggling on client side

1.11 annotated / raw | Diffs: previous, other | Lines: 255 ( +29, -4 )

Created: 2005-01-25 07:31:42 +0100 (3 years 8 months ago) | Author: rafal | Changeset: MAIN:rafal:20050125063135

CORAL-64 provide extra information in the log in case of improper session interleaving (DEBUG level needs to be enabled)

1.10 annotated / raw | Diffs: previous, other | Lines: 230 ( +2, -1 )

Created: 2004-08-30 10:43:51 +0200 (4 years 1 month ago) | Author: rafal | Changeset: MAIN:rafal:20040830084351

CORAL-11 plugging in CoralQuery

Branch point for: RELEASE-0_1

Tags: RELEASE-0_1$BP RELEASE-0_1-ROOT

1.9 annotated / raw | Diffs: previous, other | Lines: 229 ( +2, -2 )

Created: 2004-06-28 09:55:55 +0200 (4 years 3 months ago) | Author: fil | Changeset: MAIN:fil:20040628075555

CORAL-16 fix the number of method arguments. This makes return method behaving as expected

1.8 annotated / raw | Diffs: previous, other | Lines: 229 ( +1, -3 )

Created: 2004-04-01 10:54:22 +0200 (4 years 6 months ago) | Author: fil | Changeset: MAIN:fil:20040401085414

fixed some style issues

1.7 annotated / raw | Diffs: previous, other | Lines: 231 ( +11, -2 )

Created: 2004-03-26 15:35:50 +0100 (4 years 6 months ago) | Author: fil | Changeset: MAIN:fil:20040326143550

allow closing session when another one is in effect

1.6 annotated / raw | Diffs: previous, other | Lines: 222 ( +10, -5 )

Created: 2004-03-18 16:21:42 +0100 (4 years 6 months ago) | Author: fil | Changeset: MAIN:fil:20040318152142

make scripting front end available

1.5 annotated / raw | Diffs: previous, other | Lines: 217 ( +32, -10 )

Created: 2004-03-16 15:16:18 +0100 (4 years 6 months ago) | Author: fil | Changeset: MAIN:fil:20040316141617

enabled access to relations functionality through coral session
added relations to RI core

1.4 annotated / raw | Diffs: previous, other | Lines: 195 ( +1, -2 )

Created: 2004-03-16 14:38:13 +0100 (4 years 6 months ago) | Author: fil | Changeset: MAIN:fil:20040316133811

moved CoralSession and CoralSessionFactory into session package

1.3 annotated / raw | Diffs: previous, other | Lines: 196 ( +20, -3 )

Created: 2004-03-15 14:44:53 +0100 (4 years 6 months ago) | Author: fil | Changeset: MAIN:fil:20040315134453

changed session semantics:
session is in effect for a thread once opened, until closed
or another session opened previously by the same thread
is activated using coralSession.makeCurrent()

1.2 annotated / raw | Diffs: previous, other | Lines: 179 ( +2, -1 )

Created: 2004-03-08 17:13:57 +0100 (4 years 7 months ago) | Author: fil | Changeset: MAIN:fil:20040308161357

guard against multiple close

1.1 new annotated / raw | Lines: 178 ( +178, -0 )

Created: 2004-03-08 09:51:24 +0100 (4 years 7 months ago) | Author: fil | Changeset: MAIN:fil:20040308085124

fixed package naming glitch

Crucible: Open Source License registered to ObjectLedge .
Atlassian FishEye, the whole repository view. (Version:1.4.2 Build:build-268 2008-01-14 ) - Bug/feature request - Page generated 2008-10-11 19:14 +0200