Re: System.getSecurityManager(); is null

2009-07-14 Thread Alexander Klimetschek
On Tue, Jul 14, 2009 at 3:55 AM, ndesk1900 wrote: > I've written some code that connects to the repository, loads an image > (using ImageIO.read()) and i wish to store that image in the JCR. > > The problem is; as soon as i make a call to ImageIO.read() i am thrown an > exception; reason for the ex

[jira] Created: (JCR-2209) Versioning operations should be done on the workspace

2009-07-14 Thread Tobias Bocanegra (JIRA)
Versioning operations should be done on the workspace - Key: JCR-2209 URL: https://issues.apache.org/jira/browse/JCR-2209 Project: Jackrabbit Content Repository Issue Type: Improvement

[jira] Resolved: (JCR-2121) Use java.util.UUID

2009-07-14 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting resolved JCR-2121. Resolution: Fixed Fix Version/s: 2.0.0 I have now replaced all UUID references with java.util.

Jackrabbit 1.5.7 release plan

2009-07-14 Thread Jukka Zitting
Hi, We have some need for a new 1.5.x patch release, so I'm going to cut it later this week. Let me know if you have any specific fixes you'd like to see ported back to the release. BR, Jukka Zitting

Re: Jackrabbit 1.5.7 release plan

2009-07-14 Thread Sven Schönfeldt
Hi, would be very nice, if you can merge JCR-2106 into 1.5.7. Regards Sven Schönfeldt Jukka Zitting schrieb: Hi, We have some need for a new 1.5.x patch release, so I'm going to cut it later this week. Let me know if you have any specific fixes you'd like to see ported back to the release. B

[jira] Commented: (JCR-1972) Preserving UUID and document version history on repository migration

2009-07-14 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12730818#action_12730818 ] Jukka Zitting commented on JCR-1972: The patch is creating lots of duplicate code in the

Re: Jackrabbit 1.5.7 release plan

2009-07-14 Thread Grégory Joseph
Hi, Not strictly a backport, since as far as I know this is still opened for 1.6/2.0, but is there any chance JCR-1778 would get fixed ? Cheers, -g On Jul 14, 2009, at 2:09 PM, Jukka Zitting wrote: Hi, We have some need for a new 1.5.x patch release, so I'm going to cut it later this wee

Re: Jackrabbit 1.5.7 release plan

2009-07-14 Thread Michael Dürig
Jukka, I'm still testing the patch for JCR-1797. I'll let you know when I'm thorough. Michael Jukka Zitting wrote: Hi, We have some need for a new 1.5.x patch release, so I'm going to cut it later this week. Let me know if you have any specific fixes you'd like to see ported back to the re

Build failed in Hudson: Jackra bbit-spi » SPI Test Client #163

2009-07-14 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Jackrabbit-spi/org.apache.jackrabbit$jackrabbit-test-client/163/ -- [INFO] [INFO] Building SPI Test Client [INFO]task-segment: [clean,

[jira] Resolved: (JCR-1797) SPI: RepositoryService.getItemInfos should be allowed to return entries outside of the requested tree.

2009-07-14 Thread JIRA
[ https://issues.apache.org/jira/browse/JCR-1797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Dürig resolved JCR-1797. Resolution: Fixed Fix Version/s: 1.5.7 Fixed at revision: 794012 included test cases > SPI: R

Re: Jackrabbit 1.5.7 release plan

2009-07-14 Thread Michael Dürig
https://issues.apache.org/jira/browse/JCR-1797 is fixed now at revision: 794012. However the newly added test (org.apache.jackrabbit.jcr2spi.GetItemsTest) doesn't seem to run during the Maven build. It runs fine however when started by its own. Michael Jukka Zitting wrote: Hi, We have som

Re: System.getSecurityManager(); is null

2009-07-14 Thread ndesk1900
Stack trace:- javax.imageio.IIOException: Can't read input file! at javax.imageio.ImageIO.read(ImageIO.java:1275) at com.bioimagene.imageServer.storage.jackrabbit.IndexImages.addNewImages(IndexImages.java:66) at com.bioimagene.imageServer.storage.jackrabbit.IndexImages.add

Re: System.getSecurityManager(); is null

2009-07-14 Thread Dave Brosius
I take it then that bioimagene is a standalone application, and not one that runs in a web server or applet, or container of any kind? -Original Message- From: "ndesk1900" Sent: Tuesday, July 14, 2009 4:00pm To: dev@jackrabbit.apache.org Subject: Re: System.getSecurityManager(); is null

[jira] Reopened: (JCR-1797) SPI: RepositoryService.getItemInfos should be allowed to return entries outside of the requested tree.

2009-07-14 Thread JIRA
[ https://issues.apache.org/jira/browse/JCR-1797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Dürig reopened JCR-1797: Reopening since the patch doesn't work. Due to dependency problems I kept running against the wrong vers

Re: System.getSecurityManager(); is null

2009-07-14 Thread ndesk1900
Yes thats just a package hierarchy; Actually corrected one is here; Stack trace:- javax.imageio.IIOException: Can't read input file! at javax.imageio.ImageIO.read(ImageIO.java:1275) at com.imageServer.storage.jackrabbit.IndexImages.addNewImages(IndexImages.java:66) at com

Re: System.getSecurityManager(); is null

2009-07-14 Thread ndesk1900
There is a call [fs.checkAccess(this, FileSystem.ACCESS_READ)] that is returning me false. The file is NOT readonly and the owner is Everyone so i guess all permissions are in place (using Windows Vista). Dont know why its happening. I now am quite sure it has nothing to do with Jackrabbit; sorry

[jira] Commented: (JCR-1797) SPI: RepositoryService.getItemInfos should be allowed to return entries outside of the requested tree.

2009-07-14 Thread JIRA
[ https://issues.apache.org/jira/browse/JCR-1797?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12731170#action_12731170 ] Michael Dürig commented on JCR-1797: Broadening the contract of RepositoryService.getItem

[jira] Resolved: (JCR-1797) SPI: RepositoryService.getItemInfos should be allowed to return entries outside of the requested tree.

2009-07-14 Thread JIRA
[ https://issues.apache.org/jira/browse/JCR-1797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Dürig resolved JCR-1797. Resolution: Fixed Fixed at revision: 794102 With this fix RepositoryService.getItemInfos may return

Build failed in Hudson: Jackra bbit-spi » SPI Test Client #164

2009-07-14 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Jackrabbit-spi/org.apache.jackrabbit$jackrabbit-test-client/164/ -- [INFO] [INFO] Building SPI Test Client [INFO]task-segment: [clean,

Build failed in Hudson: Jackra bbit-spi » SPI Test Client #165

2009-07-14 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Jackrabbit-spi/org.apache.jackrabbit$jackrabbit-test-client/165/ -- [INFO] [INFO] Building SPI Test Client [INFO]task-segment: [clean,

[jira] Reopened: (JCR-1797) SPI: RepositoryService.getItemInfos should be allowed to return entries outside of the requested tree.

2009-07-14 Thread angela (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] angela reopened JCR-1797: - michael, i don't think it makes too much sense to add an improvement in an old branch without adding it to the trunk a

the rat-plugin again: Build failed in Hudson: Jackrabbit-spi » SPI Test Client #165

2009-07-14 Thread Angela Schreiber
hi jukka spi-test-client keeps failing because of the rat-plugin and i'm pretty sure this is caused by some non-released files... ... so the failure would be an error. since you added the plugin: would you please so kind an fix the it? it's really nasty if the building jackrabbit fails due to n