Re: locking and unlocking

2006-08-02 Thread Jukka Zitting
Hi, On 8/2/06, Ramesh Devaraj <[EMAIL PROTECTED]> wrote: Here the session lock the node "x" but forgets to unlock the node and logs out. How to remove the lock on this node "x"? If you only plan to use the lock within a session, then I would recommed using session-scoped locks that are automa

Re: Jackrabbit Model 2 Deployment in weblogic server

2006-08-02 Thread Jukka Zitting
Hi, On 8/1/06, Shanmugam Gopal <[EMAIL PROTECTED]> wrote: I want to do Jackrabbit Model 2 deployment in Weblogic server. How to do the same Tomcat server.xml configurations in Weblogic Server ? Is there any documents available ? Unfortunately no, I don't think that the core developers are usi

Re: pdfbox jar size

2006-08-02 Thread Jukka Zitting
Hi, On 8/3/06, Torgeir Veimo <[EMAIL PROTECTED]> wrote: Ok, that will solve my problem. But is there no alternative to using pdfbox? The jar size is about 3.2MB.. There are a few different Java libraries for accessing PDF files. It shouldn't be very difficult to implement an alternative PDF Te

Re: pdfbox jar size

2006-08-02 Thread Torgeir Veimo
Marcel Reutegger wrote: Torgeir Veimo wrote: I've added a PDF file to my repository, getting a class not found exception, since I didn't have the pdfbox library in my classpath. When I remove the pdf text filter class from the repository config and restart the application, I'm still getting cl

Re: pdfbox jar size

2006-08-02 Thread Marcel Reutegger
Torgeir Veimo wrote: I've added a PDF file to my repository, getting a class not found exception, since I didn't have the pdfbox library in my classpath. When I remove the pdf text filter class from the repository config and restart the application, I'm still getting class not found exceptions:

pdfbox jar size

2006-08-02 Thread Torgeir Veimo
I've added a PDF file to my repository, getting a class not found exception, since I didn't have the pdfbox library in my classpath. When I remove the pdf text filter class from the repository config and restart the application, I'm still getting class not found exceptions: 18:00:50,197 ERROR

Re: Jackrabbit war on Tomcat

2006-08-02 Thread JavaJ
Pavel Jbanov wrote: > > > I remember having "Premature end of file" error when the repository > directory wasn't fully initialized (due to a similar previous error) and > the workspace.xml or some other xml file was empty. Deleting and > re-initializing the repository directory helped. > >

Re: Jackrabbit war on Tomcat

2006-08-02 Thread Pavel Jbanov
JavaJ wrote: Anyone else have trouble deploying the jackrabbit-server-1.0.1.war on Tomcat 5.0.28, using JDK 1.5? The initial error that I get when I tried to deploy the war was: javax.xml.transform.TransformerFactoryConfigurationError: Provider org.apache.xalan.processor.TransformerFactoryImpl

Jackrabbit war on Tomcat

2006-08-02 Thread JavaJ
Anyone else have trouble deploying the jackrabbit-server-1.0.1.war on Tomcat 5.0.28, using JDK 1.5? The initial error that I get when I tried to deploy the war was: javax.xml.transform.TransformerFactoryConfigurationError: Provider org.apache.xalan.processor.TransformerFactoryImpl not found Thi

Re: Oracle DB Schema

2006-08-02 Thread Stefan Guggisberg
On 8/2/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi, I am trying to get this accepted for a project I am working on. At the moment the DB team is kicking up a fuss. Does anyone have experience storing the fs and persistence on an oracle database? yes, i do. did you try the following

Oracle DB Schema

2006-08-02 Thread David . Winterbottom
Title: Oracle DB Schema Hi, I am trying to get this accepted for a project I am working on. At the moment the DB team is kicking up a fuss. Does anyone have experience storing the fs and persistence on an oracle database? Are there any special oracle requirements? Cheers David

locking and unlocking

2006-08-02 Thread Ramesh Devaraj
Hi Session session = repository.login(cred); Node x = rootNode.getNode("x"); x.lock(true, false); x.setProperty("name", "xyz"); session.logout(); Here the session lock the node "x" but forgets to unlock the node and logs out. How to remove the lock on this node "x"? Devaraj Ram

Re: Initializing Jackrabbit ...

2006-08-02 Thread Philip Mark Donaghy
I am new to jackrabbit, but your issues appears to be not shutting down properly. Can you tell us how you implemented the shutdown? Phil On 8/1/06, JavaJ <[EMAIL PROTECTED]> wrote: So I'm having this wierd issue where my application will sometimes try to create the Repository even after it's a

Supported App Servers

2006-08-02 Thread Chris Owens
Can someone tell me which Application Servers are supported, by that I mean known to work with, JackRabbit 1.0.1? I take it that JBoss does as there are deployment indstructions for this. I am particularly interesetd to know whether it will run with BEA WebLogic Server 9.x Reagards, Chris ---