I am trying to loging to a repository via RMI. I can lookup the repository (ClientRepository) just fine, its just when I try to login that I get the...
Correction to the source code...:-) The line 'repository.login()' shouldn't be in there. ________________________________ From: jcr-crx@yahoogroups.com...
I figured out what some of the problem was via Remote debug... The EmbeddedRepositoryServlet was not configured so the repository that the RMIRepositoryServlet...
I ran into this same problem when trying to login to a Repository via RMI. Here is the jcr info i get back from the repository that is returned to me via RMI: ...
I have come to a final roadblock after working out some minor issues. 1. I made sure the EmbeddedRepositoryServlet was configured to start up. This solved the...
hi, let me first understand what you want to do: - start a default CRX install (as server) - connect to it from another application, using RMI (as client) i...
Tobias Bocanegra
tobias.strasser@...
Oct 12, 2005 8:27 am
236
You got it right as far as what I am trying to do. I have the rmi config uncommented in the web.xml as well. I have been using remote debug to get to all of...
Hi, to summarize, the repository you get via RMI is not a CRX-Repository, as indicated by the properties. This can be expected, if you have a look at the Code...
Thanks for the help. I got it working:-). I was taking the wrong approach as I thought I had to use the RMIRepository servlet to get the CRX repository...
I have created a custom node type and I want to update it so I click the "edit" link which allows me to make edits. However how do I actually commit/save my...
I figured out how to update a custom node type. First you have to un-register the node type and possibly any references it may have. Once the nodetype is...
I was testing out the same "RMI Client" unit test that I had written to work with CRX v. 1.0. This code doesn't work anymore because it seems that the...
Hi Karim, ... You may also leave out the RepositoryServlet from the web application and configure the JCRExplorer servlet to access the remote repository. The...
Dear all, CRX 1.0.1, the latest release of Day Software´s Content Repository Extreme, is now available. This release addresses customer enhancement requests...
So if I remove the "RepositoryServlet" from the crx web app it seems that the "JCRExplorerServlet" wants to use either a repository that has already been bound...
Based on how the crx api's are currently packaged and jar'ed up. What jar files must be included in new custom web apps for them to work correctly? It would...
... yes. the JCRExplorerServlet is like a normal JCR-Client application. it can only lookup the repository via JNDI or RMI (but not start and register one). ...
Tobias Bocanegra
tobias.strasser@...
Oct 25, 2005 7:29 am
253
... that are: crx-api-1.0.1.jar jcr-1.0.jar crx-jndi-1.0.1.jar the crx-jndi.jar is a very simple memory-based jndi provider that just puts the objects in a...
Tobias Bocanegra
tobias.strasser@...
Oct 25, 2005 10:03 am
254
... Well the above approach would be nice for j2ee apps that want to use JNDI instead of RMI from the client's perspective to interact with the repository....
Cool. Sounds like you guys have a plan. It might be good to call out this scenario when using other app servers besides the embedded Communique Servlet...
Is the full CRX API javadoced? I have seen some javadoc out there but not everything. Thanks. Karim Qazi Technical Architect Edmunds.com office 310.309.6330 ...
the easiest way is to disable the QueryManager all together. you simply remove the SearchIndex element from the configuration. however, doing this you will...
It seems that the search index is not able to sync up with the persisted data in MySQL. The stacktrace also indicates that the repository was not properly...