Search the web
Sign In
New User? Sign Up
jcr-crx
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 296 - 337 of 782   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
296
Hi guys, Is there any easy way to get the html content (with all the binary objects e.g images, files) from the Magnolia Repository using crx API? Please...
excel_mehdi
Offline Send Email
Dec 1, 2005
8:18 pm
297
Hi, I've been trying to play with latest CRX night build for a few days. Unfortunately I found a strange result of removing node. My test case is as fallow: 1....
tomekd1980
Offline Send Email
Dec 6, 2005
11:20 am
298
I have a problem using CRX SimpleDBPersistenceManager with MSSQL I am trying to store the repository on MSSQL database It all starts when workspace :...
Arkadiusz Rzekanowski
rzekan
Offline Send Email
Dec 6, 2005
11:52 am
299
... thanks for reporting this issue. we are aware of the problem and will fix it asap. cheers stefan...
Stefan Guggisberg
stefan_guggi...
Offline Send Email
Dec 6, 2005
1:09 pm
300
This may seem a dumb question, but I am missing something. What is the best way to dereference a multi-valued property of type reference[]? A single-valued...
idanspam
Offline Send Email
Dec 15, 2005
5:36 pm
301
Hi Idan, To the best of my knowledge, there is no other way as to extract the string values from the property and feed them to Session.getNodeByUUID(). As far...
bark
fmeschbe
Offline Send Email
Dec 16, 2005
8:42 am
302
Hi all! I think I need some clarification around OnParentVersion attribute. According to specification: "Every item (node or property) in the repository has a...
marek_blotny
Offline Send Email
Jan 3, 2006
3:07 pm
306
Hi, I found a unexpected exception during restoring node, which has child referenced. I tested following scenario : 1. Create root node, 2. Add 1st child node...
tomekd1980
Offline Send Email
Jan 13, 2006
9:56 am
307
Hi Tomek, The check for referential integrity was actually too strict and did not take into account nodes that were added again with same UUID as the deleted...
Tobias Bocanegra
tobias.strasser@...
Send Email
Jan 13, 2006
4:59 pm
308
Hi, a) What is the max. no. of versions of a document (.zip file) that can be uploaded into a node (== folder)of CRX? b) Is it configurable? If yes, pls. let...
sajanspark
Offline Send Email
Jan 16, 2006
4:34 am
309
hi sajan, the nuber of versions is not limited by the repository.i.e. every time you checkin a node, a new version is created. of course, versions can be...
Tobias Bocanegra
tobias.strasser@...
Send Email
Jan 16, 2006
9:27 am
317
Hi, I'd like to know if there's any API in CRX, to get the version of the engine? Tomek...
tomekd1980
Offline Send Email
Feb 16, 2006
2:58 pm
318
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@...
Send Email
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...
jrlindsay
Offline Send Email
Feb 22, 2006
6:08 am
321
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@...
Send Email
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...
bliu_crx
Offline Send Email
Feb 28, 2006
6:49 pm
323
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@...
Send Email
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...
bliu_crx
Offline Send Email
Feb 28, 2006
7:56 pm
326
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...
hjl1963
Offline Send Email
Mar 7, 2006
9:35 am
327
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@...
Send Email
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...
Marcel Reutegger
mreutegg
Offline Send Email
Mar 8, 2006
3:45 pm
329
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...
Jongwook Woo
dalgual
Offline Send Email
Mar 9, 2006
12:03 am
330
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@...
Send Email
Mar 9, 2006
9:21 am
331
see http://groups.yahoo.com/group/jcr-crx/message/328...
Raphael Wegmueller
rofemaster
Offline Send Email
Mar 9, 2006
9:31 am
332
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...
fmeschbe
Offline Send Email
Mar 9, 2006
1:31 pm
333
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...
Jongwook Woo
dalgual
Offline Send Email
Mar 9, 2006
5:58 pm
334
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...
Jongwook Woo
dalgual
Offline Send Email
Mar 9, 2006
6:40 pm
335
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 ...
bark
fmeschbe
Offline Send Email
Mar 9, 2006
7:09 pm
336
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...
bark
fmeschbe
Offline Send Email
Mar 9, 2006
7:12 pm
337
... 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 ... ...
Jongwook Woo
dalgual
Offline Send Email
Mar 9, 2006
8:23 pm
Messages 296 - 337 of 782   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help