JCR-936

2007-05-23 Thread Amir Mistric
Hi Jackrabbit developers I was wondering if someone can comment on the bug I reported https://issues.apache.org/jira/browse/JCR-936 I believe it has to do with the way Oracle handles empty strings (interprets them as NULLs) and the root node having a name == "" We are trying to use Oracle

RE: JCR-936

2007-05-23 Thread Amir Mistric
esday, May 23, 2007 8:47 AM To: dev@jackrabbit.apache.org Subject: AW: JCR-936 Hi Amir, We are using jackrabbit 1.3 (new bundle pm) with oracle in production environment and it works fine.. Which version of oracle / jdbc driver you are using ? BR, claus -Ursprüngliche Nachricht- Von:

RE: JCR-936

2007-05-23 Thread Amir Mistric
What could be the problem then? The error states is a NULL constraint violation? Thanks Amir -Original Message- From: Stefan Guggisberg [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 23, 2007 9:30 AM To: dev@jackrabbit.apache.org Subject: Re: JCR-936 hi amir, On 5/23/07, Amir

RE: [jira] Commented: (JCR-936) Using Oracle bundle PM throws SQL exception (cannot insert NULL)

2007-05-23 Thread Amir Mistric
tps://issues.apache.org/jira/browse/JCR-936 > Project: Jackrabbit > Issue Type: Bug > Components: core >Affects Versions: 1.3 > Environment: Magnolia 3.1 > Jackrabbit 1.3 >Reporter: Amir Mistric > > When using > org.apache.

RE: [jira] Commented: (JCR-936) Using Oracle bundle PM throws SQL exception (cannot insert NULL)

2007-05-23 Thread Amir Mistric
EMAIL PROTECTED] Sent: Wednesday, May 23, 2007 11:09 AM To: dev@jackrabbit.apache.org Subject: Re: [jira] Commented: (JCR-936) Using Oracle bundle PM throws SQL exception (cannot insert NULL) On 5/23/07, Amir Mistric <[EMAIL PROTECTED]> wrote: > Stefan > > Is Jackrabbit supposed to creat

RE: [jira] Commented: (JCR-936) Using Oracle bundle PM throws SQL exception (cannot insert NULL)

2007-05-23 Thread Amir Mistric
. Thanks Amir -Original Message- From: Amir Mistric [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 23, 2007 12:28 PM To: dev@jackrabbit.apache.org Subject: RE: [jira] Commented: (JCR-936) Using Oracle bundle PM throws SQL exception (cannot insert NULL) Trigger didn't exist and I ch

RE: JCR-936

2007-05-24 Thread Amir Mistric
ailto:[EMAIL PROTECTED] Sent: Thursday, May 24, 2007 7:30 AM To: dev@jackrabbit.apache.org Subject: Re: JCR-936 Hi, On 5/23/07, Amir Mistric <[EMAIL PROTECTED]> wrote: > We are using Oracle 10g with Oracle Database 10g Release 2 (10.2.0.2) > JDBC Drivers If you are using new Oracle

Escaped apostrophe in query fails

2007-06-24 Thread Amir Mistric
After some testing I noticed that following queries: /jcr:root/company//[EMAIL PROTECTED]:primaryType='mgnl:content']//*[jcr:contains(.,'children''s health')] /jcr:root/company//[EMAIL PROTECTED]:primaryType='mgnl:content']//*[jcr:contains(.,'children''s')] /jcr:root/company//[EMAIL PROTECTE

Release schedule for 1.3.1 and onward

2007-07-16 Thread Amir Mistric
Is there a document or a link outlining when will next versions of JR be released? In particular 1.3.1? JIRA would be a nice place to put this info in but it is not there currently... Thanks Amir

RE: Release schedule for 1.3.1 and onward

2007-07-19 Thread Amir Mistric
Would somebody please be kind enough to answer my question below. We have to do some planning upgrades and this information would help greatly! Much appreciated Amir > -Original Message- > From: Amir Mistric [mailto:[EMAIL PROTECTED] > Sent: Monday, July 16, 2007 11:24 AM

search index exceptions while clustering jackrabbit

2007-08-16 Thread Amir Mistric
Hi devs I am using Magnolia CMS (with Jackrabbit 1.3.1) and have set up clustered instance of JR using Oracle bundle PM. After publishing a page I get following exception: INFO openwfe.org.embed.impl.engine.AbstractEmbeddedParticipant MgnlParticipant.java(consume:88) 16.08.2007 08:08:07 cons

[jira] Created: (JCR-936) Using Oracle bundle PM throws SQL exception (cannot insert NULL)

2007-05-22 Thread Amir Mistric (JIRA)
Components: contrib PMs Affects Versions: 1.3 Environment: Magnolia 3.1 Jackrabbit 1.3 Reporter: Amir Mistric When using org.apache.jackrabbit.core.persistence.bundle.OraclePersistenceManager as a PM, empty string (root node???) seems to be causing problems... This may

[jira] Updated: (JCR-936) Using Oracle bundle PM throws SQL exception (cannot insert NULL)

2007-05-23 Thread Amir Mistric (JIRA)
[ https://issues.apache.org/jira/browse/JCR-936?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amir Mistric updated JCR-936: - Environment: Magnolia 3.1 Jackrabbit 1.3 DB: Oracle Database 10g Release 2 (10.2.0.3.0) JDBC (thin

[jira] Created: (JCR-1146) Support comparison of properties in queries (on both sides of comparison)

2007-09-27 Thread Amir Mistric (JIRA)
Type: Improvement Components: query Affects Versions: 1.3.1 Reporter: Amir Mistric Currently Jackrabbit does not support having properties on both sides of a comparison in a query. For example, neither one of the following queries return results (and they should) nor