Build failed in Hudson: Jackrabbit-jcr-servlet #17

2010-06-09 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Jackrabbit-jcr-servlet/17/ -- Started by an SCM change Building remotely on vesta.apache.org (Ubuntu) Checking out a fresh workspace because

Build failed in Hudson: Jackrabbit-classloader #17

2010-06-09 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Jackrabbit-classloader/17/ -- Started by an SCM change Building remotely on hudson-solaris (Solaris) Updating http://svn.apache.org/repos/asf/jackrabbit/commons/classloader/trunk ERROR: Failed to update

Build failed in Hudson: Jackrabbit-jcr-rmi #46

2010-06-09 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Jackrabbit-jcr-rmi/46/ -- Started by an SCM change Building remotely on hudson-solaris (Solaris) Updating http://svn.apache.org/repos/asf/jackrabbit/commons/jcr-rmi/trunk ERROR: Failed to update

Build failed in Hudson: Jackrabbit-ocm #8

2010-06-09 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Jackrabbit-ocm/8/ -- Started by an SCM change Building remotely on hudson-solaris (Solaris) Checking out a fresh workspace because http://hudson.zones.apache.org/hudson/job/Jackrabbit-ocm/ws/trunk doesn't

Build failed in Hudson: Jackrabbit-1.6 #87

2010-06-09 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Jackrabbit-1.6/87/ -- Started by an SCM change Building remotely on hudson-solaris (Solaris) Updating http://svn.apache.org/repos/asf/jackrabbit/branches/1.6 ERROR: Failed to update

Build failed in Hudson: Jackrabbit-trunk #1167

2010-06-09 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Jackrabbit-trunk/1167/ -- Started by an SCM change Building remotely on hudson-solaris (Solaris) Updating http://svn.apache.org/repos/asf/jackrabbit/trunk ERROR: Failed to update

Build failed in Hudson: Jackrabbit-jcr-benchmark #20

2010-06-09 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Jackrabbit-jcr-benchmark/20/ -- Started by an SCM change Building remotely on hudson-solaris (Solaris) Updating http://svn.apache.org/repos/asf/jackrabbit/commons/jcr-benchmark/trunk ERROR: Failed to update

Build failed in Hudson: Jackrabbit-2.0 #29

2010-06-09 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Jackrabbit-2.0/29/ -- Started by an SCM change Building remotely on minerva.apache.org (Ubuntu) Updating http://svn.apache.org/repos/asf/jackrabbit/branches/2.0 ERROR: Failed to update

[jira] Created: (JCR-2650) don't silently merge session-local transient changes with external changes before save().

2010-06-09 Thread Stefan Guggisberg (JIRA)
don't silently merge session-local transient changes with external changes before save(). - Key: JCR-2650 URL: https://issues.apache.org/jira/browse/JCR-2650

Re: TikaException while uploading odt file using WebDAV

2010-06-09 Thread jerome quaglia
hi angela thanks for your support can show me your code line when you tried to put an odt file really thanks regards jerome - Original Message - From: Angela Schreiber anch...@day.com To: dev@jackrabbit.apache.org Sent: Tuesday, June 08, 2010 10:35 AM Subject: Re: TikaException while

Hudson build is back to normal : Jackrabbit-jcr-servlet #18

2010-06-09 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Jackrabbit-jcr-servlet/18/

Hudson build is back to normal : Jackrabbit-1.6 #88

2010-06-09 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Jackrabbit-1.6/88/

Hudson build is back to normal : Jackrabbit-ocm #9

2010-06-09 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Jackrabbit-ocm/9/

Hudson build is back to normal : Jackrabbit-jcr-rmi #47

2010-06-09 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Jackrabbit-jcr-rmi/47/

Can not set a Date property with a Long value since JCR 1.6.2

2010-06-09 Thread Vidar Ramdal
This worked in Jackrabbit 1.6.0: var node = session.getItem(/); node = node.addNode(dummy, nt:resource); ValueFactory vf = session.getValueFactory(); Value = vf.createValue(1234, 3); // Create a LongValue node.setProperty(jcr:lastModified, value); out.println(node.getProperty(jcr:lastModified));

Re: Can not set a Date property with a Long value since JCR 1.6.2

2010-06-09 Thread Jukka Zitting
Hi, On Wed, Jun 9, 2010 at 2:40 PM, Vidar Ramdal vi...@idium.no wrote: With Jackrabbit 1.6.2, however, this fails: javax.jcr.nodetype.ConstraintViolationException: no matching property definition found for {http://www.jcp.org/jcr/1.0}lastModified [...] Is this a bug, or intentional? This

Hudson build is back to normal : Jackrabbit-2.0 #30

2010-06-09 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Jackrabbit-2.0/30/

Hudson build is back to normal : Jackrabbit-jcr-benchmark #21

2010-06-09 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Jackrabbit-jcr-benchmark/21/

[jira] Updated: (JCR-2651) Add a OnWorkspaceInconsistency with logging only

2010-06-09 Thread JIRA
[ https://issues.apache.org/jira/browse/JCR-2651?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Köll updated JCR-2651: Attachment: JCR-2651.patch Add a OnWorkspaceInconsistency with logging only

[jira] Updated: (JCR-2651) Add a OnWorkspaceInconsistency with logging only

2010-06-09 Thread JIRA
[ https://issues.apache.org/jira/browse/JCR-2651?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Köll updated JCR-2651: Status: Patch Available (was: Open) with this patch you can set on the SearchIndex in the workspace.xml

[jira] Created: (JCR-2652) Can no longer set a Date property using a Long value

2010-06-09 Thread Vidar S. Ramdal (JIRA)
Can no longer set a Date property using a Long value Key: JCR-2652 URL: https://issues.apache.org/jira/browse/JCR-2652 Project: Jackrabbit Content Repository Issue Type: Bug

[jira] Commented: (JCR-2170) Remove PropDefId and NodeDefId

2010-06-09 Thread Vidar S. Ramdal (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12877067#action_12877067 ] Vidar S. Ramdal commented on JCR-2170: -- Possible regression: JCR-2652 Remove PropDefId

Re: Can not set a Date property with a Long value since JCR 1.6.2

2010-06-09 Thread Vidar Ramdal
On Wed, Jun 9, 2010 at 2:47 PM, Jukka Zitting jukka.zitt...@gmail.com wrote: Hi, On Wed, Jun 9, 2010 at 2:40 PM, Vidar Ramdal vi...@idium.no wrote: With Jackrabbit 1.6.2, however, this fails: javax.jcr.nodetype.ConstraintViolationException: no matching property definition found for

Hudson build is back to normal : Jackrabbit-trunk #1168

2010-06-09 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Jackrabbit-trunk/1168/

Hudson build is back to normal : Jackrabbit-classloader #18

2010-06-09 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Jackrabbit-classloader/18/

[jira] Updated: (JCR-2341) Unable to add/lock and unlock/remove Node with shared Session in 2 Transactions

2010-06-09 Thread JIRA
[ https://issues.apache.org/jira/browse/JCR-2341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Köll updated JCR-2341: Summary: Unable to add/lock and unlock/remove Node with shared Session in 2 Transactions (was: LockManager

[jira] Updated: (JCR-2341) Unable to add/lock and unlock/remove Node with shared Session in 2 Transactions

2010-06-09 Thread JIRA
[ https://issues.apache.org/jira/browse/JCR-2341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Köll updated JCR-2341: Attachment: (was: JCR-2341.patch) Unable to add/lock and unlock/remove Node with shared Session in 2

[jira] Updated: (JCR-2341) Unable to add/lock and unlock/remove Node with shared Session in 2 Transactions

2010-06-09 Thread JIRA
[ https://issues.apache.org/jira/browse/JCR-2341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Köll updated JCR-2341: Attachment: JCR-2341.patch This patch uses the NodeState of the Statemanager to create the

[jira] Updated: (JCR-2341) Unable to add/lock and unlock/remove Node with shared Session in 2 Transactions

2010-06-09 Thread JIRA
[ https://issues.apache.org/jira/browse/JCR-2341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Köll updated JCR-2341: Status: Patch Available (was: Open) Unable to add/lock and unlock/remove Node with shared Session in 2

[jira] Commented: (JCR-2341) Unable to add/lock and unlock/remove Node with shared Session in 2 Transactions

2010-06-09 Thread JIRA
[ https://issues.apache.org/jira/browse/JCR-2341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12877107#action_12877107 ] Claus Köll commented on JCR-2341: - The Problem is that the LockManagerImpl uses the NodeState