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

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

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 696 - 725 of 782   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
696
Hello. I have configured CQ5 to use LDAP as authentication process. Now i need to import some groups and users from an existing relational database (LDAP...
huerta_br
Offline Send Email
May 12, 2009
5:48 am
697
Hello. I have configured crx to autehnticate users via LDAP and it works fine (i get a not found error page, that means user is not authorized, i hope). Then i...
huerta_br
Offline Send Email
May 14, 2009
8:24 pm
698
Hi! Hope to get help on an issue that I've been trying to solve for some time now. In our CR, we have Nodes that have Binary content (jcr:data) that contain...
eyji67
Offline Send Email
May 15, 2009
9:53 am
699
hi eje, normally, a checkout does not alter the state of the node or any of it's properties (except the jcr:isCheckedOut, of course). so i don't know why this...
Tobias Bocanegra
tripodsan
Offline Send Email
May 15, 2009
8:45 pm
700
We're having the same issue......
dmhoecker
Offline Send Email
May 16, 2009
11:21 am
701
Hi Toby! Thank you for your help! I don't seem to be able to attach files here, so I'll just paste the method for the checkout here. If you send me your email...
eyji67
Offline Send Email
May 18, 2009
8:58 am
702
hi, i'm not very familiar with OCM, but i can imagine, that you need to re-get the document after you did the checkout, since you already read the content...
Tobias Bocanegra
tripodsan
Offline Send Email
May 18, 2009
9:15 am
703
... Did I notice correctly that you're using CQ in both cases... while it's true that CQ5 leverages CRX security & LDAP module, CQ5 adds some elements to...
gklebus
Offline Send Email
May 18, 2009
11:11 am
704
CRX installed and running locally with dev licence. I've got a new copy of eclipse (JEE distro), added the update site (http://www.day.com/eclipse) I can see...
Aaron Remick
remick
Offline Send Email
May 22, 2009
8:47 am
705
Hi all, I downloaded the latest official build crx-1.4.2.20090324-developer.jar, tried to stark quickstart and got the following message: Setting up CQSE...
jumeier@...
jumeier
Online Now Send Email
May 24, 2009
8:01 pm
706
Hi, ... Make sure that your download isn't corrupted. The SHA1 checksum of crx-1.4.2.20090324-developer.jar is 2327c278279733087de4844477d24b8b599ce2f3. BR, ...
Jukka Zitting
jukka_zitting
Offline Send Email
May 25, 2009
8:33 am
707
... Yep, that's the way to make sure you're using the right binary: - download from official day site [1] - get md5 sum of the jar from here [2] then put the...
gklebus
Offline Send Email
May 25, 2009
11:40 am
708
Hi Jukka, Greg, thanks for the help. Well, after downloading the jar twice, I really thought that I could do it without computing the digest... so, just for...
jumeier@...
jumeier
Online Now Send Email
May 26, 2009
5:40 am
709
... It's not linked on the page, but it's there (I guess Greg missed the [2] footnote ;-)): http://download.day.com/pub/crx/1.4.2/md5sum.txt Regards, Alex...
alexander.klimetschek
alexander.kl...
Offline Send Email
May 26, 2009
12:12 pm
710
HI I have implement EventListner of crx. as put on crx-repository. Problem- how can i register this bundle in crx repositroy as service which run when server...
k_amitgupta
Offline Send Email
Jun 5, 2009
4:50 pm
711
I'm duplicating nodes in our JCR using workspace.copy(workspace, srcPath, destPath) and am experiencing strange behaviour. This succeeds as expected: srcPath =...
paul_bowler
Offline Send Email
Jun 18, 2009
2:05 pm
712
... This could be a bug in Jackrabbit. Please consult the Jackrabbit users or dev mailing list (http://jackrabbit.apache.org/mailing-lists.html) and maybe...
alexander.klimetschek
alexander.kl...
Offline Send Email
Jun 18, 2009
4:49 pm
713
Hi, we have one scenario where we need to access CRX through RMI and we need to have the session supporting transactions that can be controlled via Spring. We...
joeyenoom
Offline Send Email
Jul 10, 2009
9:48 am
714
Hi, ... The current CRX release does not have out of the box support transactions over the RMI connection. You'd need to customize both the server and client...
Jukka Zitting
jukka_zitting
Offline Send Email
Jul 10, 2009
10:15 am
715
Jukka, thanks for the quick reply. We have an expanded crx-explorer_crx.war webapp directory (which we used to change the web.xml setting to enable RMI). If...
joeyenoom
Offline Send Email
Jul 10, 2009
10:20 am
716
Hi, ... OK. First you need to disable the existing RMI settings. Then add the following configuration: <servlet> ...
Jukka Zitting
jukka_zitting
Offline Send Email
Jul 10, 2009
12:16 pm
717
Jukka, thanks again for the detailed and helpful response. I have made the changes and have made some progress. The session instance that comes back is now a...
joeyenoom
Offline Send Email
Jul 10, 2009
3:14 pm
718
Hi, ... Is it possible for you to patch the SpringModules code to either directly output the XAException or to include it as the root cause of the new...
Jukka Zitting
jukka_zitting
Offline Send Email
Jul 10, 2009
3:26 pm
719
Jukka, I have subclassed some of the SpringModules classes to get more diagnostics.The problems appear related to Java serialization problems. I changed the...
joeyenoom
Offline Send Email
Jul 13, 2009
11:06 am
720
Hi, ... The ClientXAResource is just a client side adapter, it is not meant to be sent over the wire to the server. I assume you are hitting issue JCR-1333 [1]...
Jukka Zitting
jukka_zitting
Offline Send Email
Jul 13, 2009
11:44 am
721
Jukka, That has helped a great deal - we are now able to get an RMI session with support for transactions. Thanks very much for the detailed and quick...
joeyenoom
Offline Send Email
Jul 13, 2009
1:39 pm
722
Following on from http://tech.groups.yahoo.com/group/jcr-crx/message/717 where we got RMI transaction support enabled within CRX we have another issue. We are...
joeyenoom
Offline Send Email
Jul 13, 2009
3:53 pm
723
Sorry forgot to mention we are currently using CRX 1.4.1...
joeyenoom
Offline Send Email
Jul 13, 2009
3:56 pm
724
Hi, ... Not at the moment, as we haven't seen much customer demand for that functionality. ... You should be fine as long as you only use the JCR API methods....
Jukka Zitting
jukka_zitting
Offline Send Email
Jul 13, 2009
5:04 pm
725
Hi Jukka, thanks again - can we express a formal customer interest in having that functionality ? ;-) Joe...
joeyenoom
Offline Send Email
Jul 13, 2009
5:10 pm
Messages 696 - 725 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