Hi,

You're right... this is explicitly stated in the JavaDoc :-)

Regards,
Behi


Jukka Zitting-3 wrote:
> 
> Hi,
> 
> On 10/4/06, behrangsa <[EMAIL PROTECTED]> wrote:
>> But the name TransientRepository kind of implies that changes made to the
>> repository are gonna be lost when the program terminates... so I expected
>> that whenever I run the program, the repository be empty... :-)
>>
>> What do you think? Shouldn't TransientRepository behave this way?
> 
> I agree that the naming is unfortunate (my mistake). "Transient" in
> the name refers to the fact that there is no need to explicitly call
> shutdown() on the repository instance, as the "transient" repository
> gets automatically shut down when the last session is closed (and
> restarted when a new login occurs).
> 
> BR,
> 
> Jukka Zitting
> 
> -- 
> Yukatan - http://yukatan.fi/ - [EMAIL PROTECTED]
> Software craftsmanship, JCR consulting, and Java development
> 
> 

-- 
View this message in context: 
http://www.nabble.com/TransientRepository-bug--tf2379243.html#a6631148
Sent from the Jackrabbit - Users mailing list archive at Nabble.com.

Reply via email to