which engine? do you mean the version of crx? this can be retrieved like this: repository.getDescriptor(Repository.REP_VERSION_DESC) regards, tobi ... -- ... ...
Tobias Bocanegra
tobias.strasser@...
Feb 16, 2006 3:11 pm
320
My team is looking to add a developer that has strong JSR170/Content/Document Management Expertise over here in Southern California (Orange County)...Is there...
Hi Joe You may be surprised, but there are JSR 170 specialists in Orange County! XumaK LLC, is specialized in JSR 170 related technologies. Our core expertise...
Giancarlo F. Berner
Giancarlo@...
Feb 22, 2006 7:01 am
322
Hi, I'm new to CRX and we're currently using CRX 1.0.1. I installed the webapp into a Tomcat 5.5.9 environment. This is working fine for most developers, but...
hi ben, what browser is he using? can't he make the window bigger? regards, toby ps: the *INFO* messages in the log only state, that there is some translation...
Tobias Bocanegra
tobias.strasser@...
Feb 28, 2006 7:31 pm
324
Hi, Thanks for the response. He's using IE v 6.0 on a windows XP machine. I'm using the same configuration without any problems. The difference is that I have...
Dear Ladies and Gentlemen, CRX 1.1, the latest release of Day's Content Repository Extreme, is now available. This CRX release addresses customer enhancement...
I need to find all nodes those names start from "file". E.g. "file100", "flie11" etc. How can I do it in the Search dialog? Which XPath expression does this? ...
Dinosaurus
dinosaurus@...
Mar 8, 2006 3:22 pm
328
There is no standardized way in the JCR spec to search for nodes that start with a specific string. In CRX the node name is also fulltext indexed, that means...
Hi I wrote a code to call repository via RMI. But it returns the following error: java.rmi.ConnectException: Connection refused to host: localhost; nested...
I need to find all nodes those names start from "file". E.g. "file100", "flie11" etc. How can I do it in the Search dialog? Which XPath expression does this? ...
Dinosaurus
dinosaurus@...
Mar 9, 2006 9:21 am
331
see http://groups.yahoo.com/group/jcr-crx/message/328...
Hi, There is a 100% chance that no RMI registry is running at the localhost:1099 ... There is all to it. But how come, nothing is there ? Easy: the default CRX...
Hi Felix: Thanks for the mail. However, it still does not work. I am using CQ4.0 and it seems you meant crxauthor for "crx". in web.xml, there are two rmi...
Hi Felix: Finally, I got it work. The repository name should be "crxauthor" not "jcrAuthor" for me. And, I found that I need to add one more statement before...
Hi Jongwook, We had problems with the rmi-uri parameter, therefore I would recommend to keep that commented and just use the rmi-port parameter. And, yes the ...
Hi Jongwook, ... Cool. ... Oh yeah ! I forget about this all the time :-) ... I do not quite understand. What do you want to "Run as Java Application" ? Is it...
... Hi felix: I added crx-rmi jar file into my eclipse project and I can execute my rmi client in Eclipse too. Thanks for your mail again ;-) Regards, JW ... ...
Hi, I'm having a problem connecting an Eclipse "Dynamic Web Project" to "Day ServletEngine 4.0" runtime. As you may know Day Software provides an Eclipse...
Hi, This may be caused by the fact that the currently available Eclipse plugin is written against WTP 0.7. While preparing for the 1.0 release the generic...
Thanks for the answer, Felix. I was then misled by the Developer's Guide released with CRX 1.1 which is said to be based on Eclipse 3.1.2 and WTP 1.0. I'm...
Hi We have a problem to connect CQ server via RMI. It works fine for a certain amount of time after we starts CQ server. However, after several hours, CQ...
I am having trouble successfully making use of the jcr:deref(...) xpath function. Since the spec says this function is optional I thought I would ask if it is...
Hello, again. I understand there is the element(...) function which allows one to select on a nodetype axis. Is there a way to select a set of nodetypes or,...
this is currently not supported. there is a workaround though, you can collect the type hierarchy manually and rewrite the query into a predicate using equal...
Hi, There's supposed to be a history migration utility in the new release of CRX (v 1.1). Has anyone used it or is there any documentation on how to use it? We...