I've installed CRX (crx-1.4.2.ps1.20090707-developer) on CentOS and access it via WebDav from a Windows XP Pro computer. After uploading an XML file via WebDav, it is properly indexed and can be searched for. The property jcr:content/jcr:data/length shows an actual length and the jcr:mimeType is text/xml. But when downloading this same XML file via Webdav, I only get an empty file. This does not happen with other file types.
The same behaviour occurs on several environments: - with an Ubuntu server and the same XP client as above - with a Mac OS client and the same CentOS server as above - locally on a computer running Windows XP Pro 2002 SP 3 - locally on a computer running Windows Vista
Did any one else experience this ? Is there some
configuration required ?
Hello,
I'm in a bit of a quandary and wanted to see what the community recommends.
Basically, we have several sites running independently. Some sites are
considered portals, which use some of the content from the independent sites
(but must keep the portal decoration / design when the content is used). In a
previous rendition, we followed [shoved in?] our traditional relational model
(which lived in a centralized location /content/global//*) coupled with a
decorator pattern for displaying this content (meaning, we would have a single
template or "page", which an id or a path would be provided for the template
code to go and lookup the content and display). This led to issues when the
user wanted to add unique taxonomy for each brand. Also, the user is requiring
that we provide in-context editing, which doesn't work so well when using a
relational model in CRX (works well in a RDBMS obviously, but we lose the
flexibility of CRX). The decorator pattern also requires that the URL contain
some way to look up the content from the other tree, which is kind of icky and
it seems that Sling / CQ wasn't indended to be used in this way. The final
requirement for our business is that the users do not want to have to manage the
content that "appears" in the portals. They just want the content to appear in
the portal, have complete control over the content (if they choose to) and also
have it automatically tagged with taxonomy (which we have already handled).
One benefit and failure of Sling / JCR is that there are so many ways to tackle
an issue. We have gone through a variety of ideas / strategies and seems as
though they all have some sort of flaw or gotcha. We are now to the point that
we are back to where we started (full circle :P ). The current logic is to use
a push notification when new content is added to one of the independent sites
that the portal is subscribed to. This would then either a) copy the data to
the portal tree or b) create new data with a referenceable node (so that updates
to the content will automatically appear in the portal). We have also
considered nesting some sites under their respective portals. Remember the
gotcha? This makes it impossible (or at least hard) to have a single site under
multiple portals.
I'm not really sure if my question(s) belong in the Sling message board or here
as it seems to be a mix of both, but I figured here is a good place to start as
it's related to modeling.
1) Should we be embracing the REST model here or should we stick to a
relational model since we are sharing content? Perhaps store relational content
under /etc/domain//*?
2) Would it be better to just make a copy of the data or use a referenceable
node? Having the content under the portal makes it easier for us to aggregate
content from multiple brands using the built in query functionality. But this
also leads to duplication of content which makes our already large repository
even larger.
3) Have you seen any systems that are trying to use CQ / CRX in this way?
Respectfully,
John
hi,
afaik, on windows you need an additional tool such as netdrive[0] in
order to map a webdav mount point to a drive letter.
/rofe
[0] http://www.netdrive.net/
On Sun, Nov 1, 2009 at 11:34 PM, <jumeier@...> wrote:
>
>
>
> Hi,
>
> I tried to assign CRX to a Win drive letter on a Win XP machine.
> While I could connect to CRX, and I saw CRX's folder in the "Map Network
Drive..." dialog, I was unable to actually open one so it would be assigned to a
drive letter.
>
> The doc describes in detail the steps for WebDAV
(http://dev.day.com/docs/en/crx/current/developing/accessing_the_crx.html#WebDAV\
%20Access), but not for smb/cifs. Am I missing something?
>
> Thanks,
> Juerg
>
>
Hi,
I tried to assign CRX to a Win drive letter on a Win XP machine.
While I could connect to CRX, and I saw CRX's folder in the "Map Network
Drive..." dialog, I was unable to actually open one so it would be assigned to a
drive letter.
The doc describes in detail the steps for WebDAV
(http://dev.day.com/docs/en/crx/current/developing/accessing_the_crx.html#WebDAV\
%20Access), but not for smb/cifs. Am I missing something?
Thanks,
Juerg
Hi,
I'm having the same problem when installing JCR browser in the latest Eclipse
Gallileo.
Evgeny.
--- In jcr-crx@yahoogroups.com, Greg Klebus <gklebus@...> wrote:
>
> Dear CRX Users
>
> We've quickly checked that on our side (at Day), and we could not
> reproduce the problem.
>
> Did someone have such a problem and hopefully a solution to that?
>
> TIA
> Greg
>
> On Thu, Sep 24, 2009 at 1:46 PM, agusganan <agusganan@...> wrote:
> >
> >
> >
> > Hi all,
> >
> > I’m trying to install the CRX feature (JCR browser) in the latest version
of Eclipse IDE (Galileo) following the instructions in this web:
> >
> > http://www.day.com/eclipse/
> >
> > When I try the installation with the “Help->Install new Software†menu I
have this error:
> >
> > An error occurred while collecting items to be installed
> >
> > session context was:(profile=epp.package.jee,
phase=org.eclipse.equinox.internal.provisional.p2.engine.phases.Collect,
operand=, action=).
> >
> > Problems downloading artifact: osgi.bundle,com.day.crx.eclipse.rmi,1.2.2.
> >
> > MD5 hash is not as expected. Expected: 0871bf053af1fa3a6d28ad2e13998da2 and
found d2558ebf30510095a4f11eddedef7505.
> >
> > Problems downloading artifact:
osgi.bundle,com.day.crx.eclipse.rmi.crx12,1.0.2.
> >
> > MD5 hash is not as expected. Expected: cf48088452149880588a3fd85e26c0d8 and
found 2fb1b3b47b6ca7aec74c5700a417f221.
> > .
> > .
> > .
> >
> > It's seems that the MD5 validation is failing.
> > Maybe I'm using a wrong URL pointing to an old version?
> > The URL I'm using is: http://www.day.com/eclipse
> >
> > And when I try the manual install I cannot see the new feature installed.
> >
> > My question is:
> >
> > Has anyone the same problem?
> > Does the plugin support the latest version of Eclipse?
> > If yes, How can I install it?
> >
> > I have the plugin installed in the previous Eclipse version (Ganymede) with
no problem.
> >
> > Thanks
> >
> > Agus
> >
>
> --
> Greg Klebus
> Product Manager
> mailto: greg.klebus@...
> T +41 61 226 9898
> F +41 61 226 9897
>
> Info-World 2009 Technology of the Year Award: Best Web CMS
> http://www.infoworld.com/slideshow/2009/01/194-2009_technology-4.html
>
> Day Software AG
> Barfuesserplatz 6, 4001 Basel, Switzerland
> web: http://www.day.com/
> twitter: @daysoftware
> ____________________________________________________
> This message is a private communication. If you are not the intended
> recipient, please do not read, copy or use it, and do not disclose to
> others. Please notify the sender of the delivery error by replying to
> this message, and then delete it from your system. Thank you.
> The sender does not assume any liability for timely, trouble-free, complete,
> virus free, secure, error free or uninterrupted arrival of this email.
> For verification please request a hard-copy version.
> ____________________________________________________
>
I solved the problem , now I got it working completely with IntelliJ 9.
Thanks .
On Tue, Oct 20, 2009 at 10:33 AM, Paul McMahon <orotas@...> wrote:
OK so is the problem with deploying or with running the application? Are you trying to run the application server from InteliiJ so that you can debug? Or is the problem with how to generate and deploy your files?
Typically I startup my instance (using server.bat) independent of my IDE. If I need to debug something I'll enable debug on startup and then connect remotely, so if the issue is with getting IntelliJ to start up and run the application server I am not going to be able to help - maybe someone else on the list can help with that.
If you have a running CRX instance and need to know how to deploy your application to it I can help with that. If you are just doing script development (JSP, or JavaScript, etc.) the simplest deployment method is probably to use something like NetDrive to mount the WebDAV
(http://localhost:portnumber/crx/repository/crx.default/). Then you can use Maven or Ant to copy your scripts from your local to CRX.
You can also configure you IntelliJ project point to the drive letter Net Drive creates and directly edit your scripts in CRX, however if you are using source control you then need a process to synchronize your CRX and your source control.
If you are deploying an OSGI bundle then you need to be using Maven and the OSGI Bundle plugin to generate your bundle. Then you can use the Maven Sling plugin to the deploy the bundle.
Paul McMahon
Acquity Group
--- On Tue, 10/20/09, Federico Arriola <fmartinez.xk@...> wrote:
using the server that comes with the crx deveroper edition, so I configured the jsr45 compatible server , and load the necessary classes for the crx server.
and in the configuration for the project I'm using that application server, in the startup configuration I putted the server.bat that is in the crx-quickstart/ server/
when I tried to run it tells me that need to set or check the vm optional variables.
I'm being using eclipse for a long time, but I decided to give it try to IntelliJ, so I'm not an expert with this ide.
and also tried to configure the project with eclipse galileo and with the manager got an error with the plugins from day.com/eclipse some MD5 , I looked in the list and it seems that is a common errror
Federico Arriola
On Tue, Oct 20, 2009 at 9:18 AM, Paul McMahon <orotas@yahoo. com> wrote:
What type of application are you deploying? Is it in the form of an OSGI bundle or a Sling application? Or is it is a stand alone web application?
I'm have been trying to configure an IntelliJ project to develop a web application with CRX 1.4 but the instructions in the manual are for a version too old , and doesn't work any more :-s.
does anybody has successfully configured the IntelliJ project version 8 or higher with the crx 1.4 ?? that can help me ?
I can't set up the server to deploy the application .
Thanks
Federico Arriola
-- ------------ --------- --------- --------- --------- --------- ------ Federico A. Arriola Martinez Senior Java Developer Guatemala, Latino America
JSR 170: Content Repository for Java TM Technology API
XumaK, S. A. fmartinez-gt@ XumaK.com www.XumaK.com ------------ --------- --------- --------- --------- --------- ---------
OK so is the problem with deploying or with running the application? Are you trying to run the application server from InteliiJ so that you can debug? Or is the problem with how to generate and deploy your files?
Typically I startup my instance (using server.bat) independent of my IDE. If I need to debug something I'll enable debug on startup and then connect remotely, so if the issue is with getting IntelliJ to start up and run the application server I am not going to be able to help - maybe someone else on the list can help with that.
If you have a running CRX instance and need to know how to deploy your application to it I can help with that. If you are just doing script development (JSP, or JavaScript, etc.) the simplest deployment method is probably to use something like NetDrive to mount the WebDAV
(http://localhost:portnumber/crx/repository/crx.default/). Then you can use Maven or Ant to copy your scripts from your local to CRX.
You can also configure you IntelliJ project point to the drive letter Net Drive creates and directly edit your scripts in CRX, however if you are using source control you then need a process to synchronize your CRX and your source control.
If you are deploying an OSGI bundle then you need to be using Maven and the OSGI Bundle plugin to generate your bundle. Then you can use the Maven Sling plugin to the deploy the bundle.
Paul McMahon
Acquity Group
--- On Tue, 10/20/09, Federico Arriola <fmartinez.xk@...> wrote:
From: Federico Arriola
<fmartinez.xk@...> Subject: Re: [jcr-crx] Help CRX on IntelliJ version 9 or 8. To: jcr-crx@yahoogroups.com Date: Tuesday, October 20, 2009, 10:00 AM
Hi Paul.
I'm trying to deploy a sling applicaiton,
using the server that comes with the crx deveroper edition, so I configured the jsr45 compatible server , and load the necessary classes for the crx server.
and in the configuration for the project I'm using that application server, in the startup configuration I putted the server.bat that is in the crx-quickstart/ server/
when I tried to run it tells me that need to set or check the vm optional variables.
I'm being using eclipse for a long time, but I decided to give it try to IntelliJ, so I'm not an expert with this ide.
and also tried to configure the project with eclipse galileo and with the manager got an error with the plugins from day.com/eclipse some MD5 , I looked in the list and it seems that is a common errror
Federico Arriola
On Tue, Oct 20, 2009 at 9:18 AM, Paul McMahon <orotas@yahoo. com> wrote:
What type of application are you deploying? Is it in the form of an OSGI bundle or a Sling application? Or is it is a stand alone web application?
I'm have been trying to configure an IntelliJ project to develop a web application with CRX 1.4 but the instructions in the manual are for a version too old , and doesn't work any more :-s.
does anybody has successfully configured the IntelliJ project version 8 or higher with the crx 1.4 ?? that can help me ?
I can't set up the server to deploy the application .
Thanks
Federico Arriola
-- ------------ --------- --------- --------- --------- --------- ------ Federico A. Arriola Martinez Senior Java Developer Guatemala, Latino America
JSR 170: Content Repository for Java TM Technology API
XumaK, S. A. fmartinez-gt@ XumaK.com www.XumaK.com ------------ --------- --------- --------- --------- --------- ---------
using the server that comes with the crx deveroper edition, so I configured the jsr45 compatible server , and load the necessary classes for the crx server.
and in the configuration for the project I'm using that application server, in the startup configuration I putted the server.bat that is in the crx-quickstart/server/
when I tried to run it tells me that need to set or check the vm optional variables.
I'm being using eclipse for a long time, but I decided to give it try to IntelliJ, so I'm not an expert with this ide.
and also tried to configure the project with eclipse galileo and with the manager got an error with the plugins from day.com/eclipse some MD5 , I looked in the list and it seems that is a common errror
Federico Arriola
On Tue, Oct 20, 2009 at 9:18 AM, Paul McMahon <orotas@...> wrote:
What type of application are you deploying? Is it in the form of an OSGI bundle or a Sling application? Or is it is a stand alone web application?
Paul McMahon
--- On Mon, 10/19/09, Federico Arriola <fmartinez.xk@...> wrote:
From: Federico Arriola <fmartinez.xk@...> Subject: [jcr-crx] Help CRX on IntelliJ version 9 or 8. To: jcr-crx@yahoogroups.com
Date: Monday, October 19, 2009, 11:12 PM
Hi.
I'm have been trying to configure an IntelliJ project to develop a web application with CRX 1.4 but the instructions in the manual are for a version too old , and doesn't work any more :-s.
does anybody has successfully configured the IntelliJ project version 8 or higher with the crx 1.4 ?? that can help me ?
I can't set up the server to deploy the application .
Thanks
Federico Arriola
-- --------------------------------------------------------------- Federico A. Arriola Martinez Senior Java Developer Guatemala, Latino America
JSR 170: Content Repository for Java TM Technology API
XumaK, S. A. fmartinez-gt@... www.XumaK.com ------------------------------------------------------------------
What type of application are you deploying? Is it in the form of an OSGI bundle or a Sling application? Or is it is a stand alone web application?
Paul McMahon
--- On Mon, 10/19/09, Federico Arriola <fmartinez.xk@...> wrote:
From: Federico Arriola <fmartinez.xk@...> Subject: [jcr-crx] Help CRX on IntelliJ version 9 or 8. To: jcr-crx@yahoogroups.com Date: Monday, October 19, 2009, 11:12 PM
Hi.
I'm have been trying to configure an IntelliJ project to develop a web application with CRX 1.4 but the instructions in the manual are for a version too old , and doesn't work any more :-s.
does anybody has successfully configured the IntelliJ project version 8 or higher with the crx 1.4 ?? that can help me ?
I can't set up the server to deploy the application .
I'm have been trying to configure an IntelliJ project to develop a web application with CRX 1.4 but the instructions in the manual are for a version too old , and doesn't work any more :-s.
does anybody has successfully configured the IntelliJ project version 8 or higher with the crx 1.4 ?? that can help me ?
I can't set up the server to deploy the application .
I'm using CQ.HTTP.post to execute a synchronous call. It gets executed and
response gets set but no javascript response object gets returned.
This is my post call code:
var params = {};
params["pagePath"] = CQ.WCM.getPagePath();
var response = CQ.HTTP.post("/pages/validate",null, params);
After the post gets executed, the response variable is empty.
I have tried using CQ.HTTP.get and that returns the response object but i
wouldn't like to send all parameters in the query string, that's why i would
like to use post.
Could anyone advice?
Thanks.
Hi,
i am currently investigating how to implement a custom form-based
login page for my CRX 1.4.2 based application. I'm not sure how to
tackle this. After an initial search on the topic, I consider
implementing a servlet that performs the login using the static
methods provided by com.day.crx.j2ee.JCRExplorerServlet. More
precisely the servlet would
(1) use getCredentialsFromParam(...) to get the credentials from the
post parameters
(2) call login(...) to perform the login using the credentials from (1)
Is there a simpler way to perform the login (perhaps an out-of-the-box
solution).
Regards,
Sven Schulz
Hello,
I have had exactly the same problem while trying to use Galileo's update
manager:
eclipse.buildId=M20090917-0800
java.version=1.6.0_13
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=fr_FR
Command-line arguments: -os win32 -ws win32 -arch x86
Error
Wed Oct 07 11:31:17 CEST 2009
An error occurred while collecting items to be installed:
Problems downloading artifact: osgi.bundle,com.day.crx.eclipse.rmi.crx132,1.0.2.
MD5 hash is not as expected. Expected: 216aac62c5c4ada34d18771d851917f3 and
found 4dea80f3b168ba9ebc3bc40946be1f3d.
Problems downloading artifact: osgi.bundle,com.day.crx.eclipse.rmi.crx13,1.0.4.
MD5 hash is not as expected. Expected: fc629752277f1213a5b2682d3f6336c9 and
found cf33fa749941b8dd47b7983ad4e6e61b.
Problems downloading artifact: osgi.bundle,com.day.crx.eclipse.rmi.crx12,1.0.2.
MD5 hash is not as expected. Expected: cf48088452149880588a3fd85e26c0d8 and
found 2fb1b3b47b6ca7aec74c5700a417f221.
session context was:(profile=SDKProfile,
phase=org.eclipse.equinox.internal.provisional.p2.engine.phases.Collect,
operand=, action=).
As a reference, I had no problems under the same configuration with either:
* Copying the feature and plugins com.day.* by hand
* Installing from the update manager in Ganymede.
Thank you in advance,
Jean Hominal
--- In jcr-crx@yahoogroups.com, Greg Klebus <gklebus@...> wrote:
>
> Dear CRX Users
>
> We've quickly checked that on our side (at Day), and we could not
> reproduce the problem.
>
> Did someone have such a problem and hopefully a solution to that?
>
> TIA
> Greg
>
Hi,
> How often does CRX do this?
it is based on the number of nodes that are indexed in a segment. but the larger
a segment gets, the less like it is that it will be optimized through merging
with other segments. the default configuration will trigger merging and
optimization of 10 index segments within a given range of segment sizes, which
are organized as buckets. these buckets contain segment sizes of 0-10, 11-100,
101-1k, 1k1-10k, etc. nodes.
whenever a bucket contains 10 segments, those segments are merged/optimized and
put into the appropriate bucket, which might trigger another merge/optmization
when the target bucket again contains 10 segments then.
> Are we missing a repository.xml parameter to enable this?
no, there is no such parameter.
> Can we make a formal request to add a link to trigger the Lucene
> optimisation from the CRX explorer console? ... Or something from
> the command line if CRX needs to shutdown...?
I'm not sure about the exact process, but I think you should file a ticket on
daycare.day.com and describe the enhancement there.
regards
marcel
Thanks for your reply Marcel
How often does CRX do this? Although the process of optimising manually isn't a
long one it did reduce our index files from 20GB to 7GB which made us think it
wasn't something CRX managed. Are we missing a repository.xml parameter to
enable this?
The optimisation we have done has had a major performance benefit for one of our
apps that performs a lot of vertical slices through lucene based queries under
substantial load (much lower disk I/O). We are also running CRX in 64bit so the
optimisation has helped greatly in being able to allocate enough heap for CRX to
keep it's index hot.
Can we make a formal request to add a link to trigger the Lucene optimisation
from the CRX explorer console? ... Or something from the command line if CRX
needs to shutdown...?
Thanks
Shaun
--- In jcr-crx@yahoogroups.com, "mreutegg" <marcel.reutegger@...> wrote:
>
> Hi,
>
> CRX already optimizes index segments in a generational manner. but there is
currently no way to trigger this manually. Users of Jackrabbit also suggested
this kind of enhancement [0], but no work has been done into that direction so
far.
>
> regards
> marcel
>
> [0] http://issues.apache.org/jira/browse/JCR-2141
>
> --- In jcr-crx@yahoogroups.com, "shaunperky" <shaun.perkinson@> wrote:
> >
> > Hi
> >
> > We are currently manually optimising our lucene indexes on our local CRX
nodes with a tool called Luke (version 0.7.1). We would like to automate this
process e.g. through an API exposed by CRX but haven't come across any
strategies for doing so in the CRX documentation.
> >
> > Has anyone implemented a solution for this or have some ideas on how we
could automate this?
> >
> > Cheers
> > Shaun
> >
>
Hi,
CRX already optimizes index segments in a generational manner. but there is
currently no way to trigger this manually. Users of Jackrabbit also suggested
this kind of enhancement [0], but no work has been done into that direction so
far.
regards
marcel
[0] http://issues.apache.org/jira/browse/JCR-2141
--- In jcr-crx@yahoogroups.com, "shaunperky" <shaun.perkinson@...> wrote:
>
> Hi
>
> We are currently manually optimising our lucene indexes on our local CRX nodes
with a tool called Luke (version 0.7.1). We would like to automate this process
e.g. through an API exposed by CRX but haven't come across any strategies for
doing so in the CRX documentation.
>
> Has anyone implemented a solution for this or have some ideas on how we could
automate this?
>
> Cheers
> Shaun
>
Hi
We are currently manually optimising our lucene indexes on our local CRX nodes
with a tool called Luke (version 0.7.1). We would like to automate this process
e.g. through an API exposed by CRX but haven't come across any strategies for
doing so in the CRX documentation.
Has anyone implemented a solution for this or have some ideas on how we could
automate this?
Cheers
Shaun
Thanks Raphael.
It works perfectly.
--- In jcr-crx@yahoogroups.com, Raphael Wegmueller <rofe@...> wrote:
>
> hi,
>
> you can use CQ.HTTP.get() (or CQ.HTTP.post() without specifying a
> callback. this will send a synchronous request and return the response
> object.
>
> /rofe
>
> On Thu, Sep 24, 2009 at 11:45 PM, huerta_br <huerta_br@...> wrote:
> >
> >
> >
> > Per a requirement, i need a synchronous ajax call to execute some server
side validation. I know Ext has a library called basex that allows that. I
wonder if we have the same functionality in CQ.Ext?
> >
> > If so, could you please post an example?
> >
> > Thanks.
> >
> >
>
Hi,
Finally I manage to get the plugin installed. A friend who install the plugin in
his IDE a few weeks ago send me a copy of the whole Eclipse installation, ;-D.
Regards,
Agus
--- In jcr-crx@yahoogroups.com, Greg Klebus <gklebus@...> wrote:
>
> Dear CRX Users
>
> We've quickly checked that on our side (at Day), and we could not
> reproduce the problem.
>
> Did someone have such a problem and hopefully a solution to that?
>
> TIA
> Greg
>
> On Thu, Sep 24, 2009 at 1:46 PM, agusganan <agusganan@...> wrote:
> >
> >
> >
> > Hi all,
> >
> > I’m trying to install the CRX feature (JCR browser) in the latest version
of Eclipse IDE (Galileo) following the instructions in this web:
> >
> > http://www.day.com/eclipse/
> >
> > When I try the installation with the “Help->Install new Software� menu I
have this error:
> >
> > An error occurred while collecting items to be installed
> >
> > session context was:(profile=epp.package.jee,
phase=org.eclipse.equinox.internal.provisional.p2.engine.phases.Collect,
operand=, action=).
> >
> > Problems downloading artifact: osgi.bundle,com.day.crx.eclipse.rmi,1.2.2.
> >
> > MD5 hash is not as expected. Expected: 0871bf053af1fa3a6d28ad2e13998da2 and
found d2558ebf30510095a4f11eddedef7505.
> >
> > Problems downloading artifact:
osgi.bundle,com.day.crx.eclipse.rmi.crx12,1.0.2.
> >
> > MD5 hash is not as expected. Expected: cf48088452149880588a3fd85e26c0d8 and
found 2fb1b3b47b6ca7aec74c5700a417f221.
> > .
> > .
> > .
> >
> > It's seems that the MD5 validation is failing.
> > Maybe I'm using a wrong URL pointing to an old version?
> > The URL I'm using is: http://www.day.com/eclipse
> >
> > And when I try the manual install I cannot see the new feature installed.
> >
> > My question is:
> >
> > Has anyone the same problem?
> > Does the plugin support the latest version of Eclipse?
> > If yes, How can I install it?
> >
> > I have the plugin installed in the previous Eclipse version (Ganymede) with
no problem.
> >
> > Thanks
> >
> > Agus
> >
>
> --
> Greg Klebus
> Product Manager
> mailto: greg.klebus@...
> T +41 61 226 9898
> F +41 61 226 9897
>
> Info-World 2009 Technology of the Year Award: �Best Web CMS
> http://www.infoworld.com/slideshow/2009/01/194-2009_technology-4.html
>
> Day Software AG
> Barfuesserplatz 6, �4001 Basel, Switzerland
> web: �http://www.day.com/
> twitter: @daysoftware
> ____________________________________________________
> This message is a private communication. If you are not the intended
> recipient, please do not read, copy or use it, and do not disclose to
> others. Please notify the sender of the delivery error by replying to
> this message, and then delete it from your system. Thank you.
> The sender does not assume any liability for timely, trouble-free, complete,
> virus free, secure, error free or uninterrupted arrival of this email.
> For verification please request a hard-copy version.
> ____________________________________________________
>
hi,
you can use CQ.HTTP.get() (or CQ.HTTP.post() without specifying a
callback. this will send a synchronous request and return the response
object.
/rofe
On Thu, Sep 24, 2009 at 11:45 PM, huerta_br <huerta_br@...> wrote:
>
>
>
> Per a requirement, i need a synchronous ajax call to execute some server side
validation. I know Ext has a library called basex that allows that. I wonder if
we have the same functionality in CQ.Ext?
>
> If so, could you please post an example?
>
> Thanks.
>
>
Per a requirement, i need a synchronous ajax call to execute some server side
validation. I know Ext has a library called basex that allows that. I wonder if
we have the same functionality in CQ.Ext?
If so, could you please post an example?
Thanks.
Dear CRX Users
We've quickly checked that on our side (at Day), and we could not
reproduce the problem.
Did someone have such a problem and hopefully a solution to that?
TIA
Greg
On Thu, Sep 24, 2009 at 1:46 PM, agusganan <agusganan@...> wrote:
>
>
>
> Hi all,
>
> I’m trying to install the CRX feature (JCR browser) in the latest version of
Eclipse IDE (Galileo) following the instructions in this web:
>
> http://www.day.com/eclipse/
>
> When I try the installation with the “Help->Install new Software†menu I
have this error:
>
> An error occurred while collecting items to be installed
>
> session context was:(profile=epp.package.jee,
phase=org.eclipse.equinox.internal.provisional.p2.engine.phases.Collect,
operand=, action=).
>
> Problems downloading artifact: osgi.bundle,com.day.crx.eclipse.rmi,1.2.2.
>
> MD5 hash is not as expected. Expected: 0871bf053af1fa3a6d28ad2e13998da2 and
found d2558ebf30510095a4f11eddedef7505.
>
> Problems downloading artifact:
osgi.bundle,com.day.crx.eclipse.rmi.crx12,1.0.2.
>
> MD5 hash is not as expected. Expected: cf48088452149880588a3fd85e26c0d8 and
found 2fb1b3b47b6ca7aec74c5700a417f221.
> .
> .
> .
>
> It's seems that the MD5 validation is failing.
> Maybe I'm using a wrong URL pointing to an old version?
> The URL I'm using is: http://www.day.com/eclipse
>
> And when I try the manual install I cannot see the new feature installed.
>
> My question is:
>
> Has anyone the same problem?
> Does the plugin support the latest version of Eclipse?
> If yes, How can I install it?
>
> I have the plugin installed in the previous Eclipse version (Ganymede) with no
problem.
>
> Thanks
>
> Agus
>
--
Greg Klebus
Product Manager
mailto: greg.klebus@...
T +41 61 226 9898
F +41 61 226 9897
Info-World 2009 Technology of the Year Award: Best Web CMS
http://www.infoworld.com/slideshow/2009/01/194-2009_technology-4.html
Day Software AG
Barfuesserplatz 6, 4001 Basel, Switzerland
web: http://www.day.com/
twitter: @daysoftware
____________________________________________________
This message is a private communication. If you are not the intended
recipient, please do not read, copy or use it, and do not disclose to
others. Please notify the sender of the delivery error by replying to
this message, and then delete it from your system. Thank you.
The sender does not assume any liability for timely, trouble-free, complete,
virus free, secure, error free or uninterrupted arrival of this email.
For verification please request a hard-copy version.
____________________________________________________
Hi all,
I’m trying to install the CRX feature (JCR browser) in the latest version of
Eclipse IDE (Galileo) following the instructions in this web:
http://www.day.com/eclipse/
When I try the installation with the “Help->Install new Software” menu I
have this error:
An error occurred while collecting items to be installed
session context was:(profile=epp.package.jee,
phase=org.eclipse.equinox.internal.provisional.p2.engine.phases.Collect,
operand=, action=).
Problems downloading artifact: osgi.bundle,com.day.crx.eclipse.rmi,1.2.2.
MD5 hash is not as expected. Expected: 0871bf053af1fa3a6d28ad2e13998da2 and
found d2558ebf30510095a4f11eddedef7505.
Problems downloading artifact:
osgi.bundle,com.day.crx.eclipse.rmi.crx12,1.0.2.
MD5 hash is not as expected. Expected: cf48088452149880588a3fd85e26c0d8 and
found 2fb1b3b47b6ca7aec74c5700a417f221.
.
.
.
It's seems that the MD5 validation is failing.
Maybe I'm using a wrong URL pointing to an old version?
The URL I'm using is: http://www.day.com/eclipse
And when I try the manual install I cannot see the new feature installed.
My question is:
Has anyone the same problem?
Does the plugin support the latest version of Eclipse?
If yes, How can I install it?
I have the plugin installed in the previous Eclipse version (Ganymede) with no
problem.
Thanks
Agus
Hi Brandon
CRX itself does not have a UI / or CLI tool to perform search&replace.
If CQ5 find&replace mentioned below would not fit your needs, you can
always write a simple (as simple as you can make it for your use case
that is ;) JCR program to perform the necessary refactoring. From our
own experience (managing our own web properties, which run on CRX
repository), a fairly easy & quick way to do it is to use Sling
scripts (in your preferred scripting language).
Regards
Greg
On Tue, Sep 22, 2009 at 9:31 PM, rofemaster <rofe@...> wrote:
>
>
>
> hi brandon,
>
> CQ5 has a find/replace tool in the site admin toolbar.
>
> /rofe
>
> --- In jcr-crx@yahoogroups.com, Brandon Saffel <bsaffel@...> wrote:
> >
> > This question may also be valid on the day communique groups, but I was
> > wondering if CRX has some sort of Find/Replace interface or query interface
> > by which to perform a find and replace. We have some large scale
> > refactoring efforts we would like to make and have yet to see a mechanism
> > that is not overly tedious.
> >
> > Thanks
> >
> > --
> > -Brandon
> >
>
>
--
Greg Klebus
Product Manager
mailto: greg.klebus@...
T +41 61 226 9898
F +41 61 226 9897
Info-World 2009 Technology of the Year Award: Best Web CMS
http://www.infoworld.com/slideshow/2009/01/194-2009_technology-4.html
Day Software AG
Barfuesserplatz 6, 4001 Basel, Switzerland
web: http://www.day.com/
twitter: @daysoftware
____________________________________________________
This message is a private communication. If you are not the intended
recipient, please do not read, copy or use it, and do not disclose to
others. Please notify the sender of the delivery error by replying to
this message, and then delete it from your system. Thank you.
The sender does not assume any liability for timely, trouble-free, complete,
virus free, secure, error free or uninterrupted arrival of this email.
For verification please request a hard-copy version.
____________________________________________________
hi brandon,
CQ5 has a find/replace tool in the site admin toolbar.
/rofe
--- In jcr-crx@yahoogroups.com, Brandon Saffel <bsaffel@...> wrote:
>
> This question may also be valid on the day communique groups, but I was
> wondering if CRX has some sort of Find/Replace interface or query interface
> by which to perform a find and replace. We have some large scale
> refactoring efforts we would like to make and have yet to see a mechanism
> that is not overly tedious.
>
> Thanks
>
> --
> -Brandon
>
This question may also be valid on the day communique groups, but I was wondering if CRX has some sort of Find/Replace interface or query interface by which to perform a find and replace. We have some large scale refactoring efforts we would like to make and have yet to see a mechanism that is not overly tedious.
Ok, solverd this one by using:
ocm.getObject(path,version)
--- In jcr-crx@yahoogroups.com, "agrusell" <anders.grusell@...> wrote:
>
> Hi,
> Is it possible to get an older version of as an object via OCM?
> We use OCM to persist object in the CR, and we sometimes need to get older
versions of them. Is it possible to do this via OCM and get the object directly,
or do we need to get the node itself?
>
> Regards,
> Anders
>