MLRUItemStateCache Logging

2007-03-25 Thread KÖLL Claus
i think in the method cache(ItemState state) of the MLRUItemStateCache there should be a log.debug instead the log.info call .. if (numWrites++%1 == 0 log.isDebugEnabled()) { log.info(this + size= + cache.size() + , + totalMem + / + maxMem); //better //log.debug(this + size= +

AW: poll on jcr query usage

2007-04-02 Thread KÖLL Claus
Hi Marcel , [ ] I primarily use XPath [ ] I primarily use SQL [X] I use both XPath and SQL If there was an API to construct a query I would ... [X] ... use it /instead/ of the existing XPath or SQL languages. [ ] ... use it only occasionally. [ ] ... not use it at all. BR, claus

Migrate from Old OraclePersistenceManager to new Bundle OraclePersistenceManager

2007-04-24 Thread KÖLL Claus
As i see in the oracle.ddl file from the new bundle persistence managers it will create a new table (BUNDLE) What do i have to do to migrate a old workspace ? BR, claus

AW: Migrate from Old OraclePersistenceManager to new Bundle OraclePersistenceManager

2007-04-24 Thread KÖLL Claus
OraclePersistenceManager to new Bundle OraclePersistenceManager Hi, On 4/24/07, KÖLL Claus [EMAIL PROTECTED] wrote: As i see in the oracle.ddl file from the new bundle persistence managers it will create a new table (BUNDLE) What do i have to do to migrate a old workspace? I would create a new workspace

AW: Migrate from Old OraclePersistenceManager to new Bundle OraclePersistenceManager

2007-04-24 Thread KÖLL Claus
One question to workspace.clone .. will be the uuids generated again or will they been taken from the source workspace? thanks claus -Ursprüngliche Nachricht- Von: KÖLL Claus [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 24. April 2007 10:12 An: dev@jackrabbit.apache.org Betreff: AW

Bundle-OraclePersistenceManager

2007-04-24 Thread KÖLL Claus
hi is not possible to configure the new persistencemanager to use externalblobs ? if i try to set externalBLOB's=true i get a exception javax.jcr.RepositoryException: Cannot instantiate persistence manager org.apache.jackrabbit.core.persistence.bundle.OraclePersistenceManager: The bean of

AW: Re: Migrate from Old OraclePersistenceManager to new Bundle OraclePersistenceManager

2007-04-25 Thread KÖLL Claus
hi christoph, i have the same problem. can anybody please give us a hint ? thanks BR, claus -Ursprüngliche Nachricht- Von: news [mailto:[EMAIL PROTECTED] Im Auftrag von Christoph Kiehl Gesendet: Dienstag, 24. April 2007 19:40 An: dev@jackrabbit.apache.org Betreff: Re: Migrate from Old

AW: Migrate from Old OraclePersistenceManager to new Bundle OraclePersistenceManager

2007-04-25 Thread KÖLL Claus
: Tuesday, April 24, 2007 10:06 AM To: dev@jackrabbit.apache.org Subject: Re: Migrate from Old OraclePersistenceManager to new Bundle OraclePersistenceManager Hi, On 4/24/07, KÖLL Claus [EMAIL PROTECTED] wrote: As i see in the oracle.ddl file from the new bundle persistence managers

AW: [jira] Updated: (JCR-939) Problem setting property externalBLOBs in BundleDbPersistenceManager

2007-05-23 Thread KÖLL Claus
This issue is duplicate .. see http://issues.apache.org/jira/browse/JCR-885 i have already reported the problem and attached a fix BR, claus -Ursprüngliche Nachricht- Von: Miguel Angel Jiménez Sampedro (JIRA) [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 23. Mai 2007 13:06 An:

jackrabbit-core maven build failure

2007-05-23 Thread KÖLL Claus
i tried to build jackrabbit-core and i got this error Results : Failed tests: testEqualsGeneralComparison(org.apache.jackrabbit.core.query.UpperLowerCaseQueryTest) testNotEqualsGeneralComparison(org.apache.jackrabbit.core.query.UpperLowerCaseQueryTest)

AW: JCR-936

2007-05-23 Thread KÖLL Claus
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: Amir Mistric [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 23. Mai 2007 14:42

Loading Node without loading Binary Data

2007-06-14 Thread KÖLL Claus
Is it possible to get a node without loading the binary data ? my search is very fast but i have a lot of huge pdf files and if i get a result set with about 20 files i only want to get the name and some meta date from the node but not the binarys in the first step. is there a solution ? BR

AW: Loading Node without loading Binary Data

2007-06-14 Thread KÖLL Claus
one more information .. i'm using the new oracle bundle pm .. so the binarys are in the db and the binary data size can raise up to about 200-300 MB to read the nodes, it takes very long (up to 30 seconds) -Ursprüngliche Nachricht- Von: KÖLL Claus [mailto:[EMAIL PROTECTED] Gesendet

AW: Loading Node without loading Binary Data

2007-06-14 Thread KÖLL Claus
oh sorry .. not thinking before writing .. i only have to read the parent node not the content node ;-) BR, claus -Ursprüngliche Nachricht- Von: KÖLL Claus [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 14. Juni 2007 11:19 An: dev@jackrabbit.apache.org Betreff: AW: Loading Node without

AW: Re: Loading Node without loading Binary Data

2007-06-14 Thread KÖLL Claus
-Ursprüngliche Nachricht- Von: news [mailto:[EMAIL PROTECTED] Im Auftrag von Christoph Kiehl Gesendet: Donnerstag, 14. Juni 2007 11:15 An: dev@jackrabbit.apache.org Betreff: Re: Loading Node without loading Binary Data KÖLL Claus wrote: Is it possible to get a node without loading the binary data ? my

AW: Re: AW: Re: Loading Node without loading Binary Data

2007-06-14 Thread KÖLL Claus
An: dev@jackrabbit.apache.org Betreff: Re: AW: Re: Loading Node without loading Binary Data KÖLL Claus wrote: as you can see from my second mail i am using the bundle oracle pm. the node iterator which i get from a fulltext search has only nodes from type jcr:content. my opinion only to load

Re: Loading Node without loading Binary Data

2007-06-14 Thread KÖLL Claus
Hi Jukka, ok so the informations from christopher are unfortunately not right :-( i hope that my problem will be resolved with the JCR-926 what do you think how long will it take to solve this problem ? BR, claus -Ursprüngliche Nachricht- Von: Jukka Zitting [mailto:[EMAIL PROTECTED]

AW: AW: Re: Loading Node without loading Binary Data

2007-06-14 Thread KÖLL Claus
thanks jukka, the bundle pm is faster than the SimpledbPM but loads the binary on node load :-( the binary on filesystem is no good option because the windows filesystem doesnt like millions of files ;-) so i hope the datastore comes asap .. BR, claus -Ursprüngliche Nachricht- Von:

InvalidItemStateException

2007-06-18 Thread KÖLL Claus
i get sometimes on an update operation of my node a InvalidItemStateException() with the message 23588706-aaaf-4dc1-b4e6-d78b1c02be6a/{http://www.tirol.gv.at/dms/1.0}size: the item cannot be saved because it has been modified externally. and i dont know the reason and how i can reproduce it ?

AW: InvalidItemStateException

2007-06-18 Thread KÖLL Claus
hi stefan, thanks for the information ! BR, claus -Ursprüngliche Nachricht- Von: Stefan Guggisberg [mailto:[EMAIL PROTECTED] Gesendet: Montag, 18. Juni 2007 12:50 An: dev@jackrabbit.apache.org Betreff: Re: InvalidItemStateException On 6/18/07, KÖLL Claus [EMAIL PROTECTED] wrote: i get

Other PermissionFalg on add_node Action

2007-06-28 Thread KÖLL Claus
is it possible to put a other permission flag (CREATE) to the accessMgr on add_node action ? it will be for me very helpful to know if a node will be added or only a save will be performed. the problem comes from a webdav scenario... If i open a word-file it should be possible to save the

rap startup problems

2007-09-13 Thread KÖLL Claus
hi i try to run my first rap project but my server stops immediatelly after start the log .. osgi 13.09.2007 08:57:17 org.mortbay.http.HttpServer doStart INFO: Version Jetty/5.1.x 13.09.2007 08:57:17 org.mortbay.util.Container start INFO: Started [EMAIL PROTECTED] 13.09.2007 08:57:17

AW: rap startup problems

2007-09-13 Thread KÖLL Claus
sorry wrong mailing list ;-) greets claus

lower case search bug ?

2007-12-06 Thread KÖLL Claus
hi, i have found that if i try to perform a xpath like search with fn:lower-case like this //element(*, nt:base)[jcr:like(fn:lower-case(@my:keywords), 'KEY%')] i get results even though the search string is uppercase. so i have modified the testcase

AW: lower case search bug ?

2007-12-06 Thread KÖLL Claus
the resulting xpath search in the testcase looks like this testroot/*[jcr:like(fn:lower-case(@prop1), 'FO%')] BR, claus -Ursprüngliche Nachricht- Von: KÖLL Claus [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 06. Dezember 2007 09:14 An: dev@jackrabbit.apache.org Betreff: lower case

AW: Deadlock in XA Environment

2008-01-17 Thread KÖLL Claus
sorry i forgot to say that i try with the new 1.4 release ... BR, claus -Ursprüngliche Nachricht- Von: KÖLL Claus [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 17. Jänner 2008 13:45 An: dev@jackrabbit.apache.org Betreff: Deadlock in XA Environment hi, we have some time now

AW: Deadlock in XA Environment

2008-01-17 Thread KÖLL Claus
as written before this happens with jackrabbit 1.4 BR, claus -Ursprüngliche Nachricht- Von: Esteban Franqueiro [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 17. Jänner 2008 14:36 An: dev@jackrabbit.apache.org Betreff: Re: Deadlock in XA Environment there were some deadlock issues

AW: Deadlock in XA Environment

2008-01-21 Thread KÖLL Claus
An: dev@jackrabbit.apache.org Betreff: Re: Deadlock in XA Environment KÖLL Claus wrote: we have some time now jackrabbit (1.3) running in our pruduction environment but without xa enabled. We are running on websphere 5.1 and i have configured now a j2c resource adapter for jackrabbit. it works

AW: AW: Deadlock in XA Environment

2008-01-21 Thread KÖLL Claus
out (or prove) the different thread assumption. regards marcel KÖLL Claus wrote: hi marcel, ok thanks for the info. i think its a websphere specific featrure ;-) do you have any ideas what i have to test to find out what happens exactly ? BR, claus -Ursprüngliche Nachricht

rmi question

2008-02-21 Thread KÖLL Claus
i want to add a workspace programmatically over rmi and therefore i'm using the JackrabbitServerAdapterFactory on the server side and the new ClientRepositoryFactory(new JackrabbitClientAdapterFactory()) on the client side. that i can cast the workspace to ClientJackrabbitWorkspace everything

Problems indexing pdf file with DBDatastore

2008-05-07 Thread KÖLL Claus
hi, if i import a pdf file into my repository configured with a dbdatastore i get following exception. this happens only if i configure the datastore with copyWhenReading=true if i set it to false no exception occurs. is this a bug or should i set it always to false ? java.io.IOException:

datastore question

2008-05-16 Thread KÖLL Claus
hi .. i am testing the datastore (filedatastore) and i found that if i configure a workspace with the old org.apache.jackrabbit.core.state.obj.ObjectPersistenceManager the content are stored in the blob folder of the workspace and in the datastore. is this works as designed or is this a bug ?

DataStore Garbage Collector Performance

2008-05-19 Thread KÖLL Claus
hi, after some more tests with the datastore i startet the garbage collector against a old repository where i have enabled the datastore (it is empty) with one existing workspace (OraclePersistenceManager) as persistence manager and about 19 files in it to find out how long a scan will run

AW: DataStore Garbage Collector Performance

2008-05-19 Thread KÖLL Claus
hi thomas, i have testet it with the option set to true and it takes about 3,2 hours ... what do you think how long will it take to improve the gc process much more ? thanks claus -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Thomas Müller

AW: Another DataStore Question ...

2008-06-02 Thread KÖLL Claus
arrggg sorry my mistake ! the old binary will be deleted ! so my question is answered ;-) BR, claus -Ursprüngliche Nachricht- Von: KÖLL Claus [mailto:[EMAIL PROTECTED] Gesendet: Montag, 02. Juni 2008 10:23 An: dev@jackrabbit.apache.org Betreff: AW: Another DataStore Question ... i

AW: The concurrent library (Re: Locking issues with XAItemStateManager - help appreciated)

2008-06-25 Thread KÖLL Claus
Hi Shaun, moving to dev list ... In my case the problem was that the applicationserver (websphere) has changed the thread between acquiring writelock and the downgrade to a readlock so we are running into deadlock. Have you tested the patched DefaultISMLocking Class ? Hi Claus, Thanks for the

Need Help !

2008-07-09 Thread KÖLL Claus
hi, i have aproblem with one of our workspaces. There are some folders inside that are not delete able. the folder structure looks like myroot - 2008 - month(7) - week(2) - day(3) i dont know how but i got some inconsistency to the workspace if i try to delete a folder i get always a

AW: Need Help !

2008-07-14 Thread KÖLL Claus
will refuse to re-index a workspace that is inconsistent. you need to fix the inconsistency first before you can re-index the workspace. regards marcel KÖLL Claus wrote: hi, i have aproblem with one of our workspaces. There are some folders inside that are not delete able. the folder

AW: AW: Need Help !

2008-07-15 Thread KÖLL Claus
: param name=consistencyCheck value=true / param name=consistencyFix value=true / - start jackrabbit - watch the log file, which should print info messages about the consistency check once the inconsistency is fixed you can remove the two parameters again. regards marcel KÖLL Claus

lock problem in xa transaction

2008-07-30 Thread KÖLL Claus
if i try a testcase like this ... public void testAddNodeAndLock() throws Exception { UserTransaction utx = new UserTransactionImpl(superuser); // start transaction utx.begin(); // add node and save Node n = testRootNode.addNode(nodeName1, testNodeType); n.addMixin(mixLockable);

AW: lock problem in xa transaction

2008-07-31 Thread KÖLL Claus
should it be possible to create a node and after save to set a non session scoped lock inside one transaction ? As i can see the HierarchyManager does not know the before created node should i open a jira issue ? thanks claus -Ursprüngliche Nachricht- Von: KÖLL Claus [mailto:[EMAIL

AW: lock problem in xa transaction

2008-08-06 Thread KÖLL Claus
sorry for my hardheadedness but is there nobody out who can give some statement to that problem ? i have created a jira issues JCR-1702 for that problem hope for response claus -Ursprüngliche Nachricht- Von: KÖLL Claus [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 31. Juli 2008 08

AW: lock problem in xa transaction

2008-08-06 Thread KÖLL Claus
: lock problem in xa transaction Hi, On Wed, Aug 6, 2008 at 9:39 AM, KÖLL Claus [EMAIL PROTECTED] wrote: sorry for my hardheadedness but is there nobody out who can give some statement to that problem ? i have created a jira issues JCR-1702 for that problem I'm not sure what the right answer

AW: Workspace.copy() Question ...

2008-11-11 Thread KÖLL Claus
hi thomas, yes you are right its quite common .. The approach with the DataIdentifier sounds good to me. As you mentioned i don't know exactly what happens internally if we try to copy a node.. will the binary be read and then again written to the datastore ? i think i will open a jira issue to

AW: Workspace.copy() Question ...

2008-11-13 Thread KÖLL Claus
Hi Thomas, Instead of returning an InputStream, Jackrabbit would return a DataStoreInputStream with the additional method getDataIdentifier(). Then the module can read the identifier, check if the item is already processed, and avoid reading the data itself if this identifier is already

AW: Workspace.copy() Question ...

2008-11-18 Thread KÖLL Claus
hi guys, for my understanding ... Probably not in the Lucene index files itself. Text extraction could be used without using the Lucene index, for example to display the text content of a PDF file. The text extraction module could store the DataIdentifier together with the extracted text

AW: Workspace.copy() Question ...

2008-11-18 Thread KÖLL Claus
some more thoughts ... thomas, if we make it like you wrote ... class VirusScanner { public void scan(InputStream in) throws VirusFoundException { if(in instanceof DataStoreInputStream) { DataIdentifier di = ((DataStoreInputStream) in).getDataIdentifier(); if

AW: [VOTE] Create the JCR Commons subproject

2009-01-06 Thread KÖLL Claus
my +1 greets claus

locking question

2009-01-14 Thread KÖLL Claus
hi @ all i dont know if it is a bug or works as designed but if i try ... Node n1 = testRootNode.addNode(nodeName1); n1.addMixin(mixLockable); n1.addMixin(mixReferenceable); testRootNode.save(); Lock lock = n1.lock(true, false); /** No session scoped lock ! String lockToken =

AW: locking question

2009-01-15 Thread KÖLL Claus
in the log)). if your otherSession wasn't an admin session you would get an exception irrespective of wether the original session logged out or not. this will be addressed with jsr 283 (LockManager.addLockToken is then defined to throw LockException). regards angela KÖLL Claus wrote: hi @ all i

AW: Java 5 in Jackrabbit 2.0?

2009-02-10 Thread KÖLL Claus
+1 Greets Claus Jukka Zitting schrieb: Hi, Picking up a topic from last summer... On Wed, Jun 25, 2008 at 2:36 PM, Jukka Zitting jukka.zitt...@gmail.com wrote: On Wed, Jun 25, 2008 at 3:14 PM, Stefan Guggisberg stefan.guggisb...@day.com wrote: i'd be ok with moving to java 5 if we

[VOTE] Release Apache Jackrabbit 1.5.3

2009-02-23 Thread KÖLL Claus
i think this was my mistake grr .. sorry but as jukka said i think also that it isn't serious on this test file +1 Release this package as Apache Jackrabbit 1.5.3 greets claus Doh, I was too sure that we already got everything covered after the 1.5.1 issues. We really need to automate the

jdbc2jcr question

2009-03-13 Thread KÖLL Claus
hi, i'm currently playing around with the jdbc2jcr project which should be really cool ;-) ok but i have a problem running the TestCase. In the JCRConnection Object while calling createView(JCRView) following sql will be executed -- CREATE FUNCTION jdbc2jcr_nt_file ( connectionKey

AW: jdbc2jcr question

2009-03-16 Thread KÖLL Claus
, Mar 13, 2009 at 10:14 AM, KÖLL Claus c.ko...@tirol.gv.at wrote: In the JCRConnection Object while calling createView(JCRView) following sql will be executed -- CREATE FUNCTION jdbc2jcr_nt_file ( connectionKey VARCHAR(100), viewKey VARCHAR(100) ) RETURNS TABLE ( jcr_path VARCHAR(1000

LockProblem in XA Environment

2009-03-31 Thread KÖLL Claus
Hi @ all, i have a Problem with Lock/Unlock a Node in a XA Environment The Test Case : -- UserTransaction utx = new UserTransactionImpl(superuser); utx.begin(); Node n1 = testRootNode.addNode(nodeName1); n1.addMixin(mixLockable);

AW: Removing old persistence managers in Jackrabbit 2.0

2009-05-05 Thread KÖLL Claus
+1 removing it .. greets claus

jdbc2jcr

2009-05-18 Thread KÖLL Claus
hi, i have added a support for URL based connection informations. you can now connect with the JDBCDriver like jdbc:jcr:http://localhost:8080/rmi?workspace=testusername=userpassword=passwd commited in revision New 775875 greets claus

Reindexing a workspace ...

2009-05-19 Thread KÖLL Claus
hi, we are thinking at the moment about disaster recovery strategies for our environment. one point is a complete reindexing of a workspace when a index will become corrupt or we lost the data on the disk ... should not happen :-) at the moment we would restart the repository at night to

AW: Using the patch-available workflow in Jira (Was: Jackrabbit 1.6 release plan)

2009-05-26 Thread KÖLL Claus
+1 greets claus This workflow is just like what we have now with two differences: 1) A closed issue can't be reopened. This works well for our Jira practices, as we normally resolve an issue when it's fixed and close it when the fix is released. After that the issue should no longer be

enable cluster on a existing environment

2009-05-28 Thread KÖLL Claus
hi @ all is it possible to enable a cluster configuration on a existing repository ? lets say i have a running repository and add a cluster-configuration in the repository.xml .. is this possible ? thanks claus

AW: enable cluster on a existing environment

2009-05-28 Thread KÖLL Claus
Yes, that should be no problem. ok thanks and if i start a second cluster member after that will all the data be available to the second cluster member or only the data that was written in the revision log ? thanks claus

AW: enable cluster on a existing environment

2009-05-28 Thread KÖLL Claus
All the content is seen by all cluster nodes. The journal is just used to trigger observation events, search index updates, cache invalidation and other operations like namespace and node type registration. The actual content is kept in the shared persistence stores. thank you jukka for the info.

AW: Reindexing a workspace ...

2009-06-03 Thread KÖLL Claus
Hi thomas, How would you come in that situation? lets say you have a disk crash and you must restore the index folder but it was backed up a day before. to get a consistent state with the data you must re-index the whole workspace. ok this will happen only in a really rare situations but we

[WICHTIG] Problem mit dem RAD 7.5

2009-06-03 Thread KÖLL Claus
Hallöchen Ich schreibe jetzt mal schnell ein Mail damit alle Bescheid wissen .. werde es natürlich im Wiki nachtragen .. Bitte mal alle folgenden Jira Fall ansehen ... https://portal.tirol.gv.at/tirol.gv.at/jira/browse/AEICP-1129 gruß claus

AW: [WICHTIG] Problem mit dem RAD 7.5

2009-06-03 Thread KÖLL Claus
sorry for the noise .. wrong mailing list ;-) greets claus

AW: Reindexing a workspace ...

2009-06-09 Thread KÖLL Claus
hi (thomas), your post was clear thanks for the info ... ok the lucene index is consistent but you will not get a snapshot from the repository as bart wrote. I see some problems with barts solution .. if you have a large repository a write lock that runs hours is not good but maybe some others

AW: [VOTE] Release Apache Jackrabbit 2.0-alpha3

2009-06-17 Thread KÖLL Claus
hi, checksum ok build and tests ok +1 Realease it ... greets claus

AW: Hudson build became unstable : Jackrabbit-trunk » Jackrabbit Core #599

2009-06-17 Thread KÖLL Claus
seems it comes from my commit .. i will take a look at it .. greets claus -Ursprüngliche Nachricht- Von: Apache Hudson Server [mailto:hud...@hudson.zones.apache.org] Gesendet: Mittwoch, 17. Juni 2009 10:27 An: dev@jackrabbit.apache.org Betreff: Hudson build became unstable:

AW: Hudson build became unstable : Jackrabbit-trunk » Jackrabbit Core #599

2009-06-17 Thread KÖLL Claus
hmm looks strange .. locally works it fine .. the same exception occurs if i try to run the Test against the 1.4 branch ... maybe somebody can run the XATestCase locally against current trunk ? thanks claus See

AW: AW: Hudson build became unst able: Jackrabbit-trunk » Jackrab bit Core #599

2009-06-17 Thread KÖLL Claus
ok thanks for testing i will revert the change and take a closer look at it greets claus -Ursprüngliche Nachricht- Von: Angela Schreiber [mailto:anch...@day.com] Gesendet: Mittwoch, 17. Juni 2009 11:38 An: dev@jackrabbit.apache.org Betreff: Re: AW: Hudson build became unstable:

AW: [VOTE] Release Apache Jackrabbit 1.6.0

2009-08-10 Thread KÖLL Claus
* Checksums OK * mvn install OK * RELEASE-NOTES.txt OK +1 Release this package as Apache Jackrabbit 1.6.0

jackrabbit-rmi version number

2009-09-16 Thread KÖLL Claus
hi all ... one question regarding the version number of this package. in the jackrabbit 1.6 release the jcr-rmi-1.5.jar is integrated in the standalone edition but in the source package it isn't. all other packages has been updated to 1.6 version number. .. sorry not all the jcr-servlet is also

AW: jackrabbit-rmi version number

2009-09-16 Thread KÖLL Claus
: jackrabbit-rmi version number Hi, On Wed, Sep 16, 2009 at 9:52 AM, KÖLL Claus c.ko...@tirol.gv.at wrote: one question regarding the version number of this package. in the jackrabbit 1.6 release the jcr-rmi-1.5.jar is integrated in the standalone edition but in the source package it isn't. all

AW: Security Question Jackrabbit 1.6

2009-09-16 Thread KÖLL Claus
hi angela, i wouldn't call extending an interface a backward compatibility issue. ok thats matter of opinion :-) but if we write in the release-notes something like #Apache Jackrabbit 1.6 is fully compatible with the previous 1.x releases. #A previous Apache Jackrabbit 1.x installation can be

Need help with ItemManager

2009-09-30 Thread KÖLL Claus
I have tested some removeNode situations and ran sometimes in a ItemNotFoundException(../lockIsDeep). I have created a node and adds a non-session scoped lock to it in the first transaction. After that i tried to add the lockToken and remove the node in a second transaction. This works fine

AW: Remoting and future of JCR-RMI

2009-10-21 Thread KÖLL Claus
Hi Jukka, Just for my clarification ... is it at the moment possible to configure the WebDavServlet to connect to a remote Repository over spi2dav ? greets claus

AW: Jackrabbit 3: repository requirements

2010-02-10 Thread KÖLL Claus
Hi, Here's my estimates for the Jackrabbit 3 time scale Scalability: * How much content (number of documents/nodes, raw amount data in GB/TB/PB) do you have in the repository? One Repository with about 20 Workspaces up to hundreds of millions of documents wit a few TB of content. Each

AW: Deadlock inside XASession on Weblogic (JR 1.6.1)

2010-03-09 Thread KÖLL Claus
Hi Robert, Since a few days i see in our environment (Jackrabbit 1.6) also a deadlock as you described. It would be fine if you create a jira issue and append your testcase and your implementation. The problem with different Thread access was already reported by JCR-1334. greets claus

Path to ItemId Question ..

2010-03-10 Thread KÖLL Claus
Hi, Is there a simple way to determine the ItemId from a Path ? Normally the HierarchyManager works fine but not on Nodes that will be removed. It would be fine for me in our AccessManager to convert the given Path Object to a ItemId Object to get the UUID. thanks for tips greets claus

SearchIndex extractorTimeout

2010-04-15 Thread KÖLL Claus
Hi, As i can see the extractorTimeout Property has no more functionality in the the current JCR 2.0 Impl. We schould remove it or handle the property properly ... greets claus

AW: [jr3] Security through obscurity

2010-05-27 Thread KÖLL Claus
Hi, I must agree with Thomas. From my point of view public methods are no not so a problem. I would prefere public Methods over complexity. I think the use of Interfaces is the best way and if someone wants to use internals he will find a way ... (reflection ..) Information and documentation

1.6.3 Version in Jira

2010-06-08 Thread KÖLL Claus
Hi, I have added the 1.6.3 version in Jira. It looks like that we need some fixes. greets claus

Lucene Search Term question ..

2010-07-06 Thread KÖLL Claus
Hi, I have added a Word Document with a Text like 'The paragraph §969a is a good paragraph' ... :-) If i try to search it with the fulltext i get some strange results ... Found 1 Nodes .. in 391 ms mit search string 96* Found 0 Nodes .. in 17499 ms mit string §96* I have searched if the '§'

AW: [VOTE] Release Apache Jackrabbit 2.1.1

2010-08-05 Thread KÖLL Claus
Hi, from my side also a +1 greets claus

AW: When is planned the 1.6.4 release?

2010-09-30 Thread KÖLL Claus
I think also we can start to realease it. greets claus -Ursprüngliche Nachricht- Von: Jukka Zitting [mailto:jukka.zitt...@gmail.com] Gesendet: Donnerstag, 30. September 2010 14:59 An: dev@jackrabbit.apache.org Betreff: Re: When is planned the 1.6.4 release? Hi, On Thu, Sep 30, 2010 at

AW: When is planned the 1.6.4 release?

2010-09-30 Thread KÖLL Claus
@jukka .. is the fix from JCR-2598 now in the 1.6 branch ? taken from your last mail for the 1.6.3 release ... Hi, On Wed, Aug 18, 2010 at 10:09 AM, Vidar Ramdal vi...@idium.no wrote: One question: JCR-2598 [1] is marked as 'fixed' for JR 1.6.3, but there does not seem to be any related

AW: When is planned the 1.6.4 release?

2010-09-30 Thread KÖLL Claus
Please feel free to provide a patch. greets claus -Ursprüngliche Nachricht- Von: Tom Quellenberg [mailto:quellenb...@subshell.com] Gesendet: Donnerstag, 30. September 2010 17:30 An: dev@jackrabbit.apache.org Betreff: Re: When is planned the 1.6.4 release? Is there a chance to integrate

AW: [VOTE] Release Apache Jackrabbit 1.6.4

2010-10-07 Thread KÖLL Claus
+1 greets claus

AW: [VOTE] Release Apache Jackrabbit 2.0.3

2010-10-26 Thread KÖLL Claus
+1 greets claus

AW: [VOTE] Release Apache Jackrabbit 2.1.2

2010-10-26 Thread KÖLL Claus
+1 greets claus

AW: [VOTE] Release Apache Jackrabbit 2.1.3

2010-11-30 Thread KÖLL Claus
+1 greets claus

AW: [jr3] One Project

2010-12-01 Thread KÖLL Claus
I must Thomas give right. I would not like depend on osgi. I think a pluggable persistence layer, or a pluggable authentication module, or a pluggable log system don't mean that the whole of Jackrabbit *requires* OSGi. Of course Jackrabbit should support OSGi, but it shouldn't depend on it. I

AW: [VOTE] Release Apache Jackrabbit 2.2.4

2011-02-10 Thread KÖLL Claus
+1 greets claus

AW: [VOTE] Release Apache Jackrabbit 2.2.5

2011-03-14 Thread KÖLL Claus
+1 greets claus

AW: [VOTE] Release Apache Jackrabbit 2.1.5

2011-06-06 Thread KÖLL Claus
+1 greets claus

AW: [VOTE] Release Apache Jackrabbit 2.2.7

2011-06-06 Thread KÖLL Claus
+1 greets claus

AW: NoSql Support

2011-08-09 Thread KÖLL Claus
Hi Cosmon, Please feel free to provide a patch for the latest HBase. I'm interested to have a Layer to hadoop :-) thanks claus Von: Cosmin Lehene [mailto:cleh...@adobe.com] Gesendet: Montag, 08. August 2011 12:01 An: dev@jackrabbit.apache.org Betreff: Re: NoSql Support Hy Dayo, There was an

AW: AW: NoSql Support

2011-08-11 Thread KÖLL Claus
hi Cosmin, I'll do my best. My expertise in in HBase and I'll have to figure out Jackrabbit first. So don't take this as a commitment :) I couldn't find the sandbox in any of the git repos. Is it only in SVN? you could find the sandbox source code under

AW: NoSql Support

2011-08-16 Thread KÖLL Claus
Hi Matthew, could you please create a jira issue and attach the batch. thanks for the work claus

AW: [VOTE] Release Apache Jackrabbit 2.2.8

2011-08-21 Thread KÖLL Claus
+1 greets claus

  1   2   3   >