[jira] Commented: (JCR-1551) TransientRepository: application doesn't exist quickly

2008-04-28 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12592754#action_12592754 ] Thomas Mueller commented on JCR-1551: - Thanks for the tip! Indeed the

Re: [VOTE] Release jackrabbit-core 1.4.3

2008-04-28 Thread Jukka Zitting
Hi, On Sun, Apr 27, 2008 at 2:10 PM, Tobias Bocanegra [EMAIL PROTECTED] wrote: The release was already pushed out to the central Maven repository and pulling it back would be a bit troublesome. How about if we treated this as a regression and fixed it ASAP (next week) in 1.4.4? ok

jackrabbit-core 1.4.4 release plan

2008-04-28 Thread Jukka Zitting
Hi, Jira and svn are both down at the moment, so let's do some planning. :-) As discussed in relation to jackrabbit-core 1.4.3, the change in the PersistenceManager interface introduced in JCR-1428 should be postponed until 1.5 (see JCR-1556). I'm treating this issue as a regression in 1.4.3 and

Re: remove JackrabbitRepository.shutdown()

2008-04-28 Thread Thomas Müller
Hi, But we're diverging from the shutdown() issue. Yes. I propose create a new public interface JackrabbitManagedRepository extends Repository { void shutdown(JackrabbitSession session); } This would have the following advantages: - Developers can write applications against an interface.

[jira] Updated: (JCR-1435) Choose the MySQL engine for database storage (default to MyISAM)

2008-04-28 Thread JIRA
[ https://issues.apache.org/jira/browse/JCR-1435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sébastien Launay updated JCR-1435: -- Attachment: jackrabbit-1.4.x-mysql-engine-2008-04-28.patch

Re: remove JackrabbitRepository.shutdown()

2008-04-28 Thread Alexander Klimetschek
Hi, before I get into some conceptual thoughs, I think the main question regarding shutdown() is: Do people need to be able to call shutdown() remotely? I consider the interface Repository as part of the JCR client API. The actually started JCR-server is IMHO a different entity, which

Re: remove JackrabbitRepository.shutdown()

2008-04-28 Thread Jukka Zitting
Hi, On Mon, Apr 28, 2008 at 1:25 PM, Thomas Müller [EMAIL PROTECTED] wrote: - It is possible to write applications that work with Jackrabbit and other implementations (for example Day CRX). But how many applications really need to shutdown the repository in the generic case? You need to do

SVN write access is currently disabled

2008-04-28 Thread Bertrand Delacretaz
Hi, More details should be available soon, but right now http://monitoring.apache.org/status/ indicates that https access to the ASF's subversion repository is disabled. Watch that page for updates, our beloved infra team is working on resolving the issue. -Bertrand

Re: SVN write access is currently disabled

2008-04-28 Thread Bertrand Delacretaz
On Mon, Apr 28, 2008 at 1:34 PM, Bertrand Delacretaz [EMAIL PROTECTED] wrote: ...our beloved infra team is working on resolving the issue Looks like new hardware needs to be brought up to avoid any risks, I assume that will take a few hours. http://monitoring.apache.org/status/ will

Re: remove JackrabbitRepository.shutdown()

2008-04-28 Thread Thomas Müller
Hi, What about the other points? I repeat them here and I hope I get an answer on them as well: - Developers can write applications against an interface. - Developers can use Javadocs. Also, the autocomplete feature in the IDE would list relevant methods. - Access right checking can be

Re: remove JackrabbitRepository.shutdown()

2008-04-28 Thread Tobias Bocanegra
hi, i really think we need a management API/Class that controls creation and destruction of the repository. currently this is hidden in the RepositoryImpl. so other infrastructure applications (other than TransientRepository) can make use of that. after all, it's not the job or the responsibility

Re: remove JackrabbitRepository.shutdown()

2008-04-28 Thread Thomas Müller
Hi, RepositoryManagement mgmgt = new JackrabbitRepositoryMgmt(); Repository mgmt.createRepository() mgmt.shutdown(Repository rep) This looks good as well, as long as RepositoryManagement is an interface. There are some advantages compared to having shutdown on the

[jira] Updated: (JCR-1557) Avoid exceptions during shutting repository down if several PMs/FSs use same DB

2008-04-28 Thread Roman Puchkovskiy (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roman Puchkovskiy updated JCR-1557: --- Attachment: repository.xml Attaching example configuration which uses same DB (but different

[jira] Created: (JCR-1557) Avoid exceptions during shutting repository down if several PMs/FSs use same DB

2008-04-28 Thread Roman Puchkovskiy (JIRA)
Avoid exceptions during shutting repository down if several PMs/FSs use same DB --- Key: JCR-1557 URL: https://issues.apache.org/jira/browse/JCR-1557 Project: Jackrabbit

Re: remove JackrabbitRepository.shutdown()

2008-04-28 Thread Jukka Zitting
Hi, On Mon, Apr 28, 2008 at 3:29 PM, Thomas Müller [EMAIL PROTECTED] wrote: What about the other points? I repeat them here and I hope I get an answer on them as well: Your other points are good, no concerns about them. But how many applications really need to shutdown the repository in

Typo in NameConstants from spi-commons

2008-04-28 Thread Esteban Franqueiro
It says /** * rep:versionStorage */ public static final Name REP_NODETYPES = FACTORY.create(Name.NS_REP_URI, nodeTypes); when it should say rep:nodeTypes. Regards, Esteban Franqueiro [EMAIL PROTECTED] Notice: This email message, together with any attachments, may contain information of BEA

[jira] Created: (JCR-1558) Namespace not registered yet prevent BundleDbPersistenceManager to detect already existing root node and leads to workspace initialization failure in a cluster environment

2008-04-28 Thread JIRA
Namespace not registered yet prevent BundleDbPersistenceManager to detect already existing root node and leads to workspace initialization failure in a cluster environment

[jira] Created: (JCR-1559) Null Pointer Exception while looking for a DavProperty that hasn't been set

2008-04-28 Thread Julio Castillo (JIRA)
Null Pointer Exception while looking for a DavProperty that hasn't been set --- Key: JCR-1559 URL: https://issues.apache.org/jira/browse/JCR-1559 Project: Jackrabbit