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

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

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 124 - 153 of 782   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
124
Hello! I'm trying to checkin a new version of a node - but now I always get the following error messages: Code: node.checkin(); Error: ...
dowa05
Offline Send Email
Apr 6, 2005
1:30 pm
125
hi, the jcr-rmi library that is contained in the crx package is not the latest release and does not propagate the versioning calls. you can disable rmi access...
Tobias Strasser
tobias.strasser@...
Send Email
Apr 6, 2005
1:46 pm
126
I will be out of the office starting 31.03.2005 and will not return until 26.04.2005. In urgent cases please contact Mikael.Fries@.......
gerd.handke@...
gdhndk1
Offline Send Email
Apr 6, 2005
11:00 pm
127
Okay, that's explaining everything - thank you very much for your answer! ... org.apache.jackrabbit.rmi.client.ClientNode.checkin(ClientNode.java:390)...
dowa05
Offline Send Email
Apr 7, 2005
1:51 pm
128
hi! I want to use event notifications on the crx-repository - is there somewhere a tutorial or description, how to register interest in changes to the...
dowa05
Offline Send Email
Apr 13, 2005
8:53 am
129
hi, well, you need to register an event listener. implement the EventListener interface. e.g.: public class ExampleListener implements EventListener { public...
philipp.koch@...
pk_at_day
Offline Send Email
Apr 15, 2005
8:37 am
130
Hi! Thank you, that helped very much ;) It works! ... EventListener ... Event.NODE_ADDED, ... register...
dowa05
Offline Send Email
Apr 15, 2005
11:59 am
131
hi all, i'm currently trying to build an application with enterprise java beans (EJB) in JBoss. since the application needs to be able to save quite a few rich...
wurstbrotscheibe
wurstbrotsch...
Offline Send Email
Jun 3, 2005
10:20 am
132
hi nick, ... yes. ... there are a number of ways of doing that. the simplest way is probably to just bundle it into your application. maybe the section...
David Nuescheler
david_nuesch...
Offline Send Email
Jun 3, 2005
10:31 am
133
hello! There are some open basic questions, I would be interested in, concerning the repository.xml file. If I activate the following lines of the...
dowa05
Offline Send Email
Jun 6, 2005
11:18 am
134
Hi Doris, ... generally yes. ... The persistence manager is a Java Interface that defines the functions that are required by this particular implementation of...
David Nuescheler
david_nuesch...
Offline Send Email
Jun 6, 2005
4:00 pm
135
Hi. I am trying to embed CRX in a jboss/tomcat container. I manage to create a repository, however, I fail to generate a session using repository.login() or...
idanspam
Offline Send Email
Jun 15, 2005
6:21 pm
136
Hi Idan, hopfully your problems can be solved quickly, though you don't have to switch off authorization. So let's try: First to the errors your received: The...
chrisk_el
Offline Send Email
Jun 16, 2005
9:35 am
137
Christian, Thank you very much for your reply. Upon closer inspection I did find the Login Module initialization errors you expected: 10:51:53,400 FATAL [main]...
idanspam
Offline Send Email
Jun 16, 2005
3:18 pm
138
Hi again Idan, seems like we are one stepp further. Cool. Unrecognized Callback indicates, that there is an attemp to initalize CRXLoginModule unappropriatlly....
chrisk_el
Offline Send Email
Jun 16, 2005
7:26 pm
139
Bored? Want to meet someone new? Chat with Real Women in YOUR AREA Just Call 1-800-335-9396 Only $0.99 a min with a major credit card. NO CONNECT FEES! No...
ninamgrdap
Offline Send Email
Jun 20, 2005
6:07 pm
140
Hey I just wanted to tell you about a great company I found! I applyed for a lower mortgage rate and i only had to fill in a simple form. This month alone I...
ninamgrdap
Offline Send Email
Jun 20, 2005
6:07 pm
141
Idan, You may have already received this as an email response, but I failed to post it properly to the group: I had a experienced a similiar problem when I was...
zarnie_trash
Offline Send Email
Jun 22, 2005
10:37 pm
142
has anyone built a basic CRM application using CRX?...
chris harano
chrisharano
Offline Send Email
Jun 24, 2005
5:38 pm
143
I STARTED A FORUM AND IM INVITING EVERYONE. PLEASE GO TO http://www.setbb.com/phpbb/?mforum=crx THANKS...
diego_elconquistador
diego_elconq...
Offline Send Email
Jul 3, 2005
7:49 am
144
According to JSR 170: Some nodes may support client-controlled ordering of their child nodes. Whether a particular node preserves the order of its child nodes...
idanspam
Offline Send Email
Jul 21, 2005
4:37 pm
145
hi Idan, the ordering functionality is not yet implemented in the content explorer. but we are thinking of a drag-drop mechanism either in the tree or in the...
Tobias Bocanegra
tobias.strasser@...
Send Email
Jul 22, 2005
8:45 am
146
After making a backup of my test repo by exporting a sys view I try to import the very same file back into my repo. However, I get the following error: ...
idanspam
Offline Send Email
Jul 22, 2005
2:58 pm
147
hi idan, ... please send your custom node type definitions ([repoHome]/repository/nodetypes/custom_nodetypes.xml) and a small system view xml file that causes...
Stefan Guggisberg
stefan_guggi...
Offline Send Email
Jul 25, 2005
4:50 pm
148
I will be out of the office starting 07/24/2005 and will not return until 08/08/2005. I will respond to your message when I return....
philipp.koch@...
pk_at_day
Offline Send Email
Jul 25, 2005
11:01 pm
149
I am trying to use CRX within a Jboss/Tomcat container. I have made due so far by using the SimpleLoginModule and the SimpleAccessManager. From what I can tell...
idanspam
Offline Send Email
Aug 1, 2005
8:08 pm
150
I will be out of the office starting 30.07.2005 and will not return until 08.08.2005. My mail will be checked on an irregular basis. In urgent cases please...
Markus Tressl
uss_eldorado
Offline Send Email
Aug 2, 2005
8:02 pm
151
I am embedding CRX within a Tomcat/Jboss container and am having trouble getting the ACL functionality working. I would like to make use of the ACL...
idanspam
Offline Send Email
Aug 9, 2005
6:52 pm
152
To be clear, I have tried to log in as admin/admin. It still doesn't give me access to the security workspace or any workspace other than the default. The...
idanspam
Offline Send Email
Aug 9, 2005
7:01 pm
153
Anyone try this yet? I have it up and running, but curious how many folks are out there relying on Tomcat 5.5 and J2SE 1.5....Joe...
jrlindsay
Offline Send Email
Aug 10, 2005
12:08 am
Messages 124 - 153 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