Re: Junit testing with Jackrabbit using AbstractDependencyInjectionSpringContextTests

2007-07-19 Thread Christoph Kiehl
bilobag wrote: Ok, i think my issue is that I have the org.springmodules.jcr.support.OpenSessionInViewFilter configured in my web.xml which is supposed to keep my repository session open. My dao mainly just uses the jcrTemplate methods to access the repository. I believe the template opens and

Re: Junit testing with Jackrabbit using AbstractDependencyInjectionSpringContextTests

2007-07-19 Thread bilobag
Ok, i think my issue is that I have the org.springmodules.jcr.support.OpenSessionInViewFilter configured in my web.xml which is supposed to keep my repository session open. My dao mainly just uses the jcrTemplate methods to access the repository. I believe the template opens and closes the sessi

Re: Junit testing with Jackrabbit using AbstractDependencyInjectionSpringContextTests

2007-07-19 Thread bilobag
Yes, here is the source for my test class and the applicationContext.xml. Please let me know what you think. I would expect the jcrTemplate to open a repository session like it does when I run the web app, but it seems like its not. Please let me know if there is something extra that I need to

Re: Junit testing with Jackrabbit using AbstractDependencyInjectionSpringContextTests

2007-07-19 Thread Christoph Kiehl
bilobag wrote: javax.jcr.RepositoryException: this session has been closed Could you please provide the source code of a very simple TestCase that fails for you? It seems like the session is closed to early (well obviously ;) but without the source it's very difficult to tell what's going wr

[jira] Commented: (JCR-388) add support for RFC 3253 to the simple server

2007-07-19 Thread Ed Burnette (JIRA)
[ https://issues.apache.org/jira/browse/JCR-388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12513950 ] Ed Burnette commented on JCR-388: - I did a smoke test on it and it seems to work for me. > add support for RFC 3253 to

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 > To: dev@j

Junit testing with Jackrabbit using AbstractDependencyInjectionSpringContextTests

2007-07-19 Thread bilobag
I'm am in the process of setting up Junit testing for my Jackrabbit based CMS web application using JSF and Spring. I finally got my test to see the config files I need, but now I get the following error message. It seems like the JcrTemplate isn't opening up a new JCR session so that I can access

[jira] Issue Comment Edited: (JCR-388) add support for RFC 3253 to the simple server

2007-07-19 Thread angela (JIRA)
[ https://issues.apache.org/jira/browse/JCR-388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12513897 ] angela edited comment on JCR-388 at 7/19/07 7:05 AM: - i will attach my patch, where i (hopefully) in

[jira] Updated: (JCR-388) add support for RFC 3253 to the simple server

2007-07-19 Thread angela (JIRA)
[ https://issues.apache.org/jira/browse/JCR-388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] angela updated JCR-388: --- Attachment: JCR-388_2007_07_19.patch patch addressing my additional comments. rob/ed, can you check if everything still

[jira] Commented: (JCR-388) add support for RFC 3253 to the simple server

2007-07-19 Thread angela (JIRA)
[ https://issues.apache.org/jira/browse/JCR-388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12513897 ] angela commented on JCR-388: i will attach my patch, where i (hopefully) integrated all comments (see jira). during some qu

Re: [jira] Commented: (JCR-926) Global data store for binaries

2007-07-19 Thread Jukka Zitting
Hi, On 7/19/07, Thomas Mueller <[EMAIL PROTECTED]> wrote: > Would it be possible to split them to smaller semi-independent pieces? > For example we could commit the data store implementation independent > of the integration to rest of the Jackrabbit core. Sure, just the ..core.data package. Do

Re: [jira] Commented: (JCR-926) Global data store for binaries

2007-07-19 Thread Thomas Mueller
I'm sorry I haven't had the cycles lately to properly review the patches. Sure, I understand. Would it be possible to split them to smaller semi-independent pieces? For example we could commit the data store implementation independent of the integration to rest of the Jackrabbit core. Sure,

Re: SystemView Import and UUID

2007-07-19 Thread Tobias Bocanegra
hi, the current implementation needs a valid uuid if the attribute is present. it's discussable if an empty attribute should be treated like a non existing one. feel free to post a jira enhancement issue. regards, toby On 7/18/07, qcfireball <[EMAIL PROTECTED]> wrote: I am trying to do a Syste

[jira] Commented: (JCR-926) Global data store for binaries

2007-07-19 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12513854 ] Jukka Zitting commented on JCR-926: --- I'm sorry I haven't had the cycles lately to properly review the patches. Would

[jira] Commented: (JCR-926) Global data store for binaries

2007-07-19 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/JCR-926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12513847 ] Thomas Mueller commented on JCR-926: What needs to be done to commit this to Jackrabbit? My patches get bigger and m

[jira] Updated: (JCR-1026) Add a FileSystem to org.apache.jackrabbit.core.query.lucene.SearchIndex

2007-07-19 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1026?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg updated JCR-1026: --- Component/s: indexing Priority: Major (was: Critical) hardly a critical issue... > Add