Re: remove JackrabbitRepository.shutdown()

2008-04-16 Thread Thomas Mueller
Hi, A) I think that when using libraries, programming against interfaces is better than programming against fixed implementation classes. B) The "security" argument is invalid. Isn't it strange to remove the interface JackrabbitRepository because "shutdown" is "not save", but a Model 1 applicatio

[jira] Created: (JCR-1540) BundleDbPersistenceManager.checkConsistency() only fixes inconsistency if consistencyFix is enabled in configuration

2008-04-16 Thread Marcel Reutegger (JIRA)
BundleDbPersistenceManager.checkConsistency() only fixes inconsistency if consistencyFix is enabled in configuration Key: JCR-1540 URL: https://is

[jira] Resolved: (JCR-1540) BundleDbPersistenceManager.checkConsistency() only fixes inconsistency if consistencyFix is enabled in configuration

2008-04-16 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger resolved JCR-1540. --- Resolution: Fixed Fix Version/s: 1.5 Fixed as proposed: 648660 > BundleDbPersistenceMan

Re: remove JackrabbitRepository.shutdown()

2008-04-16 Thread Alexander Klimetschek
Am 16.04.2008 um 10:24 schrieb Thomas Mueller: I have never used Spring or Guice, do you know if they support "customizable shutdown mechanisms"? Spring has the concept of a destroy-method that should get called, when the spring application context is closed. But generally these frameworks

Re: remove JackrabbitRepository.shutdown()

2008-04-16 Thread Alexander Klimetschek
Am 16.04.2008 um 07:08 schrieb Jukka Zitting: If you really needed that, you could always implement repository.login("SHUTDOWN")... But just like you can't do that to an Oracle database, I don't think it makes that much sense for Jackrabbit. It really makes sense, because Jackrabbit can be used

Re: remove JackrabbitRepository.shutdown()

2008-04-16 Thread Jukka Zitting
Hi, On Wed, Apr 16, 2008 at 11:24 AM, Thomas Mueller <[EMAIL PROTECTED]> wrote: > A) I think that when using libraries, programming against interfaces > is better than programming against fixed implementation classes. Sure, but Jackrabbit is a server not a library. Sure, you can use Jackrabbit

Re: remove JackrabbitRepository.shutdown()

2008-04-16 Thread Jukka Zitting
Hi, On Wed, Apr 16, 2008 at 2:01 PM, Alexander Klimetschek <[EMAIL PROTECTED]> wrote: > It really makes sense, because Jackrabbit can be used embedded. Oracle is a > massive standalone server, which makes the comparison flawed. Using > Jackrabbit embedded is probably the main use case, definitel

Re: remove JackrabbitRepository.shutdown()

2008-04-16 Thread Alexander Klimetschek
Am 16.04.2008 um 13:11 schrieb Jukka Zitting: This seems to be the cause of differing opinions here. Yes ;-) IMHO we should be pushing the Jackrabbit content repository more towards being "server infrastructure" than a "client library". See also the last section in http://markmail.org/messag

Re: remove JackrabbitRepository.shutdown()

2008-04-16 Thread Jukka Zitting
Hi, On Wed, Apr 16, 2008 at 2:24 PM, Alexander Klimetschek <[EMAIL PROTECTED]> wrote: > From the perspective of a passionate Jackrabbit user: please do both! > Embedded is so important in the Java world, and it's a big advantage, cause > it reliefs you from the complexity of installing, configuri

Re: remove JackrabbitRepository.shutdown()

2008-04-16 Thread Felix Meschberger
Hi, Am Mittwoch, den 16.04.2008, 13:24 +0200 schrieb Alexander Klimetschek: > Am 16.04.2008 um 13:11 schrieb Jukka Zitting: > > This seems to be the cause of differing opinions here. > > Yes ;-) > > > IMHO we should > > be pushing the Jackrabbit content repository more towards being > > "server

[jira] Created: (JCR-1541) Evict fixed NodePropBundle from cache

2008-04-16 Thread Marcel Reutegger (JIRA)
Evict fixed NodePropBundle from cache - Key: JCR-1541 URL: https://issues.apache.org/jira/browse/JCR-1541 Project: Jackrabbit Issue Type: Bug Components: jackrabbit-core Affects Versions: cor

[jira] Updated: (JCR-1541) Evict fixed NodePropBundle from cache

2008-04-16 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger updated JCR-1541: -- Attachment: JCR-1541.patch Proposed patch. > Evict fixed NodePropBundle from cache > ---

[jira] Created: (JCR-1542) Table existence check in DbDataStore.init() does not take into account the table prefix

2008-04-16 Thread Yoav Landman (JIRA)
Table existence check in DbDataStore.init() does not take into account the table prefix --- Key: JCR-1542 URL: https://issues.apache.org/jira/browse/JCR-1542 Project:

Re: remove JackrabbitRepository.shutdown()

2008-04-16 Thread Thomas Mueller
Hi, I think we agree that we disagree. For Jukka Jackrabbit is a server, and the embedded use case (Model 1) use case is completely unimportant. For me and Alexander, the embedded use case (Model 1) is important. Not only because of performance, also because of ease-of-use. > Model 2 and 3 clien

Re: remove JackrabbitRepository.shutdown()

2008-04-16 Thread Felix Meschberger
Hi, Am Mittwoch, den 16.04.2008, 15:21 +0200 schrieb Thomas Mueller: > Hi, > > I think we agree that we disagree. Very true ! The problem is that many people have use cases which are deemed by other people as invalid or at least as not important ... This is not the way to go ! > > sling/jcrapp

[jira] Resolved: (JCR-1492) Make behaviour configurable when re-indexing detects workspace inconsistency

2008-04-16 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger resolved JCR-1492. --- Resolution: Fixed Fix Version/s: 1.5 After some reconsideration I decided to only implem

Re: remove JackrabbitRepository.shutdown()

2008-04-16 Thread Jukka Zitting
Hi, On Wed, Apr 16, 2008 at 4:21 PM, Thomas Mueller <[EMAIL PROTECTED]> wrote: > I think we agree that we disagree. I think there's certainly a road to consensus here, so let's keep going. > For Jukka Jackrabbit is a server, and the embedded use case (Model 1) > use case is completely unimpor

Jackrabbit 1.5 release plan

2008-04-16 Thread Jukka Zitting
Hi, Here's my first shot at a release plan for Jackrabbit 1.5. There's been a lot of talk about the next release and related release processes on various forums, and I wanted to summarize a plan here to keep everyone up to date and the momentum going towards the release. For some background inform

[jira] Resolved: (JCR-1309) Refactor DBMS support for JNDI datasources

2008-04-16 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Mueller resolved JCR-1309. - Resolution: Fixed Will be resolved in Jackrabbit 1.5 > Refactor DBMS support for JNDI datasources

[jira] Commented: (JCR-1492) Make behaviour configurable when re-indexing detects workspace inconsistency

2008-04-16 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12589575#action_12589575 ] Marcel Reutegger commented on JCR-1492: --- Changed visibility of OnWorkspaceInconsistency

[jira] Assigned: (JCR-1513) RepositoryService.checkin should return information about newly created version

2008-04-16 Thread Julian Reschke (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julian Reschke reassigned JCR-1513: --- Assignee: Julian Reschke > RepositoryService.checkin should return information about newly crea

[jira] Assigned: (JCR-1513) RepositoryService.checkin should return information about newly created version

2008-04-16 Thread Julian Reschke (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julian Reschke reassigned JCR-1513: --- Assignee: (was: Julian Reschke) > RepositoryService.checkin should return information about

[jira] Commented: (JCR-1513) RepositoryService.checkin should return information about newly created version

2008-04-16 Thread Julian Reschke (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1513?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12589591#action_12589591 ] Julian Reschke commented on JCR-1513: - Proposal: 1) Allow checkin to return a NodeId *or

[jira] Assigned: (JCR-1541) Evict fixed NodePropBundle from cache

2008-04-16 Thread Tobias Bocanegra (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tobias Bocanegra reassigned JCR-1541: - Assignee: Tobias Bocanegra > Evict fixed NodePropBundle from cache > --

Jackrabbit and Websphere

2008-04-16 Thread ArnoL
Hello, I'm trying to run JackRabbit as a webservice on Websphere application server 6.1 but i can't find any documentation on how to translate the tomcat configurations from the examples into a websphere setup. I found an old reference on this mailing list about a docu-patch for it, but i can't s

Re: Jackrabbit 1.5 release plan

2008-04-16 Thread Stefan Guggisberg
hi jukka On Wed, Apr 16, 2008 at 4:29 PM, Jukka Zitting <[EMAIL PROTECTED]> wrote: > Hi, > > Here's my first shot at a release plan for Jackrabbit 1.5. There's > been a lot of talk about the next release and related release > processes on various forums, and I wanted to summarize a plan here to

Apache Con JackRabbit Sample Code

2008-04-16 Thread paksegu
Hi where can I find the sample codes? thanks Ransford Segu-Baffoe [EMAIL PROTECTED] https://serenade.dev.java.net/ http://www.noqturnalmediasystems.com/ - Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now.

[jira] Assigned: (JCR-673) Add seperate configuration for blobstore

2008-04-16 Thread Tobias Bocanegra (JIRA)
[ https://issues.apache.org/jira/browse/JCR-673?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tobias Bocanegra reassigned JCR-673: Assignee: Jukka Zitting (was: Tobias Bocanegra) maybe you want to look at this when you redo