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

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 229 - 261 of 782   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
229
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...
reemz11
Offline Send Email
Oct 11, 2005
12:37 am
230
Correction to the source code...:-) The line 'repository.login()' shouldn't be in there. ________________________________ From: jcr-crx@yahoogroups.com...
Qazi, Karim
reemz11
Offline Send Email
Oct 11, 2005
12:57 am
231
The corresponding correct stack trace without 'repository.login' included would be: java.lang.NullPointerException at ...
Qazi, Karim
reemz11
Offline Send Email
Oct 11, 2005
1:10 am
232
I figured out what some of the problem was via Remote debug... The EmbeddedRepositoryServlet was not configured so the repository that the RMIRepositoryServlet...
reemz11
Offline Send Email
Oct 11, 2005
7:25 pm
233
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: ...
reemz11
Offline Send Email
Oct 11, 2005
11:20 pm
234
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...
reemz11
Offline Send Email
Oct 12, 2005
1:10 am
235
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@...
Send Email
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...
Qazi, Karim
reemz11
Offline Send Email
Oct 12, 2005
4:13 pm
237
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...
chrisk_el
Offline Send Email
Oct 12, 2005
5:23 pm
238
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...
Qazi, Karim
reemz11
Offline Send Email
Oct 12, 2005
6:51 pm
240
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...
reemz11
Offline Send Email
Oct 13, 2005
5:22 pm
242
In the data modeling tutorial CRX_DataModeling.pdf, I ran into an error on this line of code: Value[] membersArray = ...
reemz11
Offline Send Email
Oct 19, 2005
12:25 am
243
Hi, Thanks for finding this problem and reporting it. We will make the corrections in the document. Cheers, Peeter Piegaze...
Peeter Piegaze
ppiegaze
Offline Send Email
Oct 19, 2005
11:58 am
244
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...
reemz11
Offline Send Email
Oct 19, 2005
5:13 pm
245
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...
reemz11
Offline Send Email
Oct 21, 2005
1:25 am
246
Hi Karim, ... You may also leave out the RepositoryServlet from the web application and configure the JCRExplorer servlet to access the remote repository. The...
fmeschbe
Offline Send Email
Oct 21, 2005
8:45 am
247
Hi Karim, ... host". ... We are working on this issue for the next release. Regards Felix...
fmeschbe
Offline Send Email
Oct 21, 2005
9:06 am
248
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...
hjl1963
Offline Send Email
Oct 24, 2005
1:32 pm
249
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...
Qazi, Karim
reemz11
Offline Send Email
Oct 24, 2005
6:59 pm
250
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...
reemz11
Offline Send Email
Oct 24, 2005
11:52 pm
251
... 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@...
Send Email
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@...
Send Email
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....
reemz11
Offline Send Email
Oct 25, 2005
5:09 pm
255
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...
reemz11
Offline Send Email
Oct 25, 2005
5:18 pm
256
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 ...
Qazi, Karim
reemz11
Offline Send Email
Oct 25, 2005
10:17 pm
257
look in the docs folder of your crx 1.0.1 installation....
Raphael Wegmueller
rofemaster
Offline Send Email
Oct 26, 2005
5:47 am
258 cavelatvia
Offline Send Email
Oct 27, 2005
10:12 am
259
I receive folowing exception when using MySQL persister og4j:WARN Please initialize the log4j system properly. javax.jcr.RepositoryException at...
cavelatvia
Offline Send Email
Oct 27, 2005
11:27 am
260
the easiest way is to disable the QueryManager all together. you simply remove the SearchIndex element from the configuration. however, doing this you will...
Marcel Reutegger
mreutegg
Offline Send Email
Oct 27, 2005
11:27 am
261
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...
Marcel Reutegger
mreutegg
Offline Send Email
Oct 27, 2005
12:10 pm
Messages 229 - 261 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