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

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 710 - 739 of 782   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
726
Hi, ... Yes, thanks for the feedback! I've filed this as an enhancement issue and we'll see what we can do about it. I'm also happy to say that based on your...
Jukka Zitting
jukka_zitting
Offline Send Email
Jul 14, 2009
10:53 am
727
Hi, ... Meanwhile, if you really need to be able to manage the user accounts remotely, you can always use the normal JCR API to interact directly with the user...
Jukka Zitting
jukka_zitting
Offline Send Email
Jul 14, 2009
3:33 pm
728
Jukka - thanks for the tips. We have already developed the code to use the CRX security APIs. We can work around by falling back on JNDI local sessions for...
joeyenoom
Offline Send Email
Jul 14, 2009
3:59 pm
729
Hi, I would like to start CRX 1.4.2 in debug mode. I found some options in the server.bat file, but I can't have it working. I'm running CRX on Windows XP. ...
Douglas Jose
douglasjose
Offline Send Email
Jul 23, 2009
6:06 pm
730
... If you use the server.bat to start CRX, you run this command: server.bat -debug socket in which case a socket-based debugging is started, using port 30303....
alexander.klimetschek
alexander.kl...
Offline Send Email
Jul 23, 2009
7:58 pm
731
Hello, I would like to use JSTL in my Sling-based application (running on CRX 1.4.2). I have tried to use the JSTL module from the Apache Felix project,...
Douglas Jose
douglasjose
Offline Send Email
Aug 6, 2009
8:42 am
732
Hello, After a short discussion with Bertrand Delacretaz in the Sling mailing list, he showed me an approach which works fine for the latest Sling launchpad,...
Douglas Jose
douglasjose
Offline Send Email
Aug 10, 2009
3:07 pm
733
Hi all, I upgraded from CRX 1.4.1 to 1.4.2 SP1. I have a class under /var/classes, and there was originally this error after the upgrade: **************** ...
jumeier@...
jumeier
Online Now Send Email
Aug 18, 2009
5:46 am
734
Hi, We run our automated tests on our build server. The test setup imports testdata from XML into CRX with: this method: private void replaceNode(Session...
agrusell
Offline Send Email
Aug 20, 2009
10:16 am
735
Hi, Solved this one now, posting the solution here for possible future use... It turned out to be a problem with a corrupt index, as suggested by mr Landman...
agrusell
Offline Send Email
Aug 21, 2009
9:35 am
736
Hello, I had backed up a small structure within my CRX repo using the Content Zipper (crx format). When I tried to install the package, I received an...
crawfjs
Online Now Send Email
Aug 22, 2009
6:59 pm
737
Hi John ... The error from logs is unfortunately not too specific, and I couldn't find any similar errors in our issue tracking system. We'd need more ...
Greg Klebus
gklebus
Offline Send Email
Aug 24, 2009
6:52 am
738
Hi! We recently upgraded to version 1.4.2 and since we have had some problems. In order to run tests, we start the repository manually using Spring. Here is...
agrusell
Offline Send Email
Aug 24, 2009
8:46 am
739
Thanks for the response Greg. I'll get some more logs for you. The issue seems to occur regardless of the structure of the zipped file nor the target system...
John Crawford
crawfjs
Online Now Send Email
Aug 24, 2009
12:27 pm
Messages 710 - 739 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