Possible bug with jcr:contains and underscore

2006-09-19 Thread Andre
This is my first posting here, please tell me if I need to post elsewhere. I have a property named "ref" on a node, with a value of "TEST_REFERENCE". I cannot match this property, apparently due to the underscore. I've read the JCR spec, the underscore does not need to be encoded. There seems to b

Re: EMF Graffito Integration, Plan B

2006-09-19 Thread Dan Connelly
Martin: It appears from Jukka's post yesterday that "jcr-mapping" will be moving into Jackrabbit sooner rather than later. It will then have hatched out of the incubator. It will have a regular life with a regular release cycle. JCR mapping may, in practice, become indistinguishable fro

Re: EMF Graffito Integration, Plan B

2006-09-19 Thread Jukka Zitting
Hi, On 9/19/06, Dan Connelly <[EMAIL PROTECTED]> wrote: It appears from Jukka's post yesterday that "jcr-mapping" will be moving into Jackrabbit sooner rather than later. For [EMAIL PROTECTED], see http://mail-archives.apache.org/mod_mbox/incubator-graffito-dev/200609.mbox/[EMAIL PROTECTED]

Re: EMF Graffito Integration, Plan B

2006-09-19 Thread Dan Connelly
Jukka: In response to: Ideally, Jackrabbit code would make a default mapping of "object models" (not just EMF) cleaner and easier than the Graffito code does. I don't see any functional changes being introduced if the JCR mapping tool is to move from Graffito to Jackrabbit. I have only now

Re: Re : ERROR - failed to write node state

2006-09-19 Thread Stefan Guggisberg
could be a driver-related issue. did you also test with the microsoft jdbc driver? cheers stefan On 9/18/06, senthilkumar sivanandam <[EMAIL PROTECTED]> wrote: Hi, I am using Microsoft SQL Server 2000 - 8.00.194 Service Pack 2 and trying to setup repository. I am getting the below exception a

Re: Re : ERROR - failed to write node state

2006-09-19 Thread Thomas Mueller
Hi, I had a similar problem with MS SQL Server a few weeks ago, the problem was that the tables where created with VARCHAR / VARBINARY length 1 (instead of 255 or whatever the correct length is). Could you check in the schema if the tables are created in this way. I think what happened in my case

Re: Re : ERROR - failed to write node state

2006-09-19 Thread Stefan Guggisberg
senthilkumar, thomas is right, you forgot to specify the correct schema type in your configuration. here's a sample configuration for mssql (see http://jackrabbit.apache.org/api-1/org/apache/jackrabbit/core/state/db/SimpleDbPersistenceManager.html):

is the wiki the right place to distribute binaries?

2006-09-19 Thread Edgar Poce
Hi, a few days ago a user uploaded to the wiki a zip file which contains a jackrabbit installer for jboss. Personally, for lots of reasons, I think it's a bad idea to distribute binaries through the wiki and I think the asf has well defined procedures for releasing. I invited the author to contr

Jean-Michel Pittet/Day is out of the office.

2006-09-19 Thread jean-michel . pittet
I will be out of the office starting 15.09.2006 and will not return until 09.10.2006. In case you do need a response please contact +41 61 226 98 98: Communiqué 3, 4, DAM: Dr. Gerd Handke, Greg Klebus CRX and CRX Connectors & Adapters: Hans-Jürg Lips CQ WSM - FileNet: Kia Puhm, Stefan Spyche

Re: Re : ERROR - failed to write node state

2006-09-19 Thread senthilkumar sivanandam
Thank you all. It worked after changing the driver and modifying the ddl as below. Orignally node_id was char 36 and I changed to char(255) create table NODE (NODE_ID char(255) not null, NODE_DATA image not null) create unique index NODE_IDX on NODE (NODE_ID) create table PROP (PROP_ID varchar(102

Re: is the wiki the right place to distribute binaries?

2006-09-19 Thread Roy T. Fielding
On Sep 19, 2006, at 7:00 AM, Edgar Poce wrote: a few days ago a user uploaded to the wiki a zip file which contains a jackrabbit installer for jboss. Personally, for lots of reasons, I think it's a bad idea to distribute binaries through the wiki and I think the asf has well defined procedures

[jira] Created: (JCR-575) unicode escapes in files generated by JJTree

2006-09-19 Thread Roberto Fonti (JIRA)
unicode escapes in files generated by JJTree Key: JCR-575 URL: http://issues.apache.org/jira/browse/JCR-575 Project: Jackrabbit Issue Type: Bug Environment: Windows Reporter:

how can I detect if a document has been correctly indexed?

2006-09-19 Thread Paco Avila
Sometimes, when I put a document in Jackrabbit an exception is thrown due to malformed PDF or some Word document because they have been saved incorrectly. How can I notify this bad document issues to the user? -- Paco Avila <[EMAIL PROTECTED]>

Re: is the wiki the right place to distribute binaries?

2006-09-19 Thread Jukka Zitting
Hi, On 9/19/06, Roy T. Fielding <[EMAIL PROTECTED]> wrote: BTW, I don't recall seeing any notification for that upload. Did we get one and I just missed it, or is the wiki software letting people upload files without sending a notification? There was the standard wiki diff for the subsequent p

Apache Jackrabbit 1.1 release candidate 1

2006-09-19 Thread Jukka Zitting
Hi, The first candidate packages of the Apache Jackrabbit 1.1 release can be found at: http://people.apache.org/~jukka/jackrabbit/1.1-rc1/ See the RELEASE-NOTES.txt for more details about the release contents. Note that I've excluded the numerous TCK issues from the list of fixes and known iss

Re: is the wiki the right place to distribute binaries?

2006-09-19 Thread Edgar Poce
Hi Roy, On 9/19/06, Roy T. Fielding <[EMAIL PROTECTED]> wrote: You are right. We can link to someone else's website that contains a page about their own installer, but we can't distribute a binary that someone else created from our own website. It needs to be removed. I removed it, thanks fo

New committer and PMC member

2006-09-19 Thread Jukka Zitting
Hi, Please welcome Julian Reschke as a new committer and PMC member of the Apache Jackrabbit project. The Jackrabbit PMC recently voted to grant committership to Julian and he accepted the nomination. The related administrational work is also now taken care of. Julian, welcome to the team! BR,

jboss installer removed from the wiki

2006-09-19 Thread Edgar Poce
Hi eknathkadam, The installer was removed from the wiki because there are other procedures at the asf to distribute binaries. However I think the installer is a nice contribution, so feel free to contribute the script to generate such installer in a way that we can integrate it to our build proc