[jira] Commented: (JCR-863) Patch to use FileLock for locking instead of empty file

2007-05-24 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-863?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12498541 ] Stefan Guggisberg commented on JCR-863: --- > Have looked into the other JIRA - on second look I am not sure if its a

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

2007-05-24 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-936?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg resolved JCR-936. --- Resolution: Cannot Reproduce > Using Oracle bundle PM throws SQL exception (cannot insert NULL)

[jira] Resolved: (JCR-927) DatabaseJournal needs connection reestablishment logic

2007-05-24 Thread Dominique Pfister (JIRA)
[ https://issues.apache.org/jira/browse/JCR-927?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dominique Pfister resolved JCR-927. --- Resolution: Fixed Thank you Hemanta for reporting this bug and providing a patch to fix it. Sinc

Re: session.move vs. workspace.move

2007-05-24 Thread ruchi goel
Hi Christophe, I had workspace.move(src,dest) in the original patch for JCR-910. I had tested it and it worked perfect i.e. deleted the node from src and added it to dest. I see that you are now using session.move(src,dest). But then session.save() is also required. Thanks, Ruchi Chri

[jira] Commented: (JCR-927) DatabaseJournal needs connection reestablishment logic

2007-05-24 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-927?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12498576 ] Jukka Zitting commented on JCR-927: --- Thanks, Dominique! > With respect to the JNDI datasource feature, I'd like to in

Re: JCR-936

2007-05-24 Thread Jukka Zitting
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 bundle PM then I don't know what the problem isIt just throws an error... Quriously enough I just encountered the same p

[jira] Commented: (JCR-634) Log / trace wrapper for the JCR API

2007-05-24 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12498599 ] Jukka Zitting commented on JCR-634: --- > here's a pom.xml for the jcrlog module Thanks! Applied (with the standard lice

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

2007-05-24 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-936?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg reopened JCR-936: --- reopening due to new backround information reported on the mailing list: http://article.gmane.org/gm

RE: JCR-936

2007-05-24 Thread Amir Mistric
Jukka Yes, I know it was weird and I could not figure out why it was doing it. I had my Oracle DBA trace the calls and make sure all the privileges are correct. He didn't find anything out of the ordinary. One suggestion I would have is to have Jackrabiit check the schema after creation (some s

Re: session.move vs. workspace.move

2007-05-24 Thread Christophe Lombart
It works fine with simple object like ( org.apache.jackrabbit.ocm.testmodel.Atomic) but it doesn't work fine with an object graph like (org.apache.jackrabbit.ocm.testmodel.A). I'm going to continue my test this evening. Christophe On 5/24/07, ruchi goel <[EMAIL PROTECTED] > wrote: Hi Christo

[jira] Commented: (JCR-848) javacc-maven-plugin version in jackrabbit-core pom file

2007-05-24 Thread Eduardo Burgos (JIRA)
[ https://issues.apache.org/jira/browse/JCR-848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12498646 ] Eduardo Burgos commented on JCR-848: Wow, this was more than a month ago, now when I did svn update nothing compiles

[jira] Created: (JCR-940) add db connection autoConnect for BundleDbPersistenceManager.

2007-05-24 Thread Xiaohua Lu (JIRA)
add db connection autoConnect for BundleDbPersistenceManager. - Key: JCR-940 URL: https://issues.apache.org/jira/browse/JCR-940 Project: Jackrabbit Issue Type: Bug Repor

[jira] Updated: (JCR-940) add db connection autoConnect for BundleDbPersistenceManager.

2007-05-24 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-940?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg updated JCR-940: -- Component/s: core Issue Type: Improvement (was: Bug) Affects Version/s: 1.3

[jira] Created: (JCR-941) Update "First Hops" Documentation

2007-05-24 Thread Porter Woodward (JIRA)
Update "First Hops" Documentation - Key: JCR-941 URL: https://issues.apache.org/jira/browse/JCR-941 Project: Jackrabbit Issue Type: Improvement Components: docs Affects Versions: 1.3 Env

'contrib/compct-nt' ?

2007-05-24 Thread Gary Dong
Hi Guys; On the 'Node Type' page of the Jackrabbit site, http://jackrabbit.apache.org/doc/nodetype/index.html, it says " The easiest way to create a NodeTypeDef object is to use the tools found in contrib/compact-nt.". Can anyone tell me where the 'contrib/compct-nt' is at? Thank you for the hel

error compiling jcr-mapping in Jackrabbit source tree

2007-05-24 Thread ruchi goel
Hi, Please find attached the error file which I get when I try to compile jcr-mapping. Basically, it cannot load jta1.0.1.jar. I tried installing it via mvn install :install-file -DgroupId=geronimo-spec -DartifactId=geronimo-spec-jta -Dversion=1.0.1 -Dpackaging=jar -Dfile=f:\poc\cms\graffi

[jira] Created: (JCR-942) Thoughts on supporting JNDI based Oracle file system/persistence manager implementations

2007-05-24 Thread Hemanta Gupta (JIRA)
Thoughts on supporting JNDI based Oracle file system/persistence manager implementations Key: JCR-942 URL: https://issues.apache.org/jira/browse/JCR-942 Project:

[jira] Updated: (JCR-942) Thoughts on supporting JNDI based Oracle file system/persistence manager implementations

2007-05-24 Thread Hemanta Gupta (JIRA)
[ https://issues.apache.org/jira/browse/JCR-942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hemanta Gupta updated JCR-942: -- Attachment: OracleJNDIFileSystem.java Attaching modified file system implementation which uses a data-sour