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 91 - 120 of 783   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
91
Hi, I use crx to create some (more or less) complex node definition which I want to import into another repository. That fails :-( I did the following steps: ...
jocsch
freaquac
Offline Send Email
Dec 2, 2004
12:24 pm
92
hi markus looks like a bug in jackrabbit. i'll have a look at it. stefan...
Stefan Guggisberg
stefan_guggi...
Offline Send Email
Dec 2, 2004
1:28 pm
93
That would be great. Next thing I stumbled across: I added a second supertye to a node (added mix:referencable) and tried to export the whole repository ("/")...
jocsch
freaquac
Offline Send Email
Dec 2, 2004
1:41 pm
94
... that's not a bug, but a limitation of the xml document view (as spec'ed). the doc view represents properties as xml attributes but it can't handle ...
Stefan Guggisberg
stefan_guggi...
Offline Send Email
Dec 2, 2004
1:47 pm
95
i fixed the bug in jackrabbit rev109507. thanks for reporting it. next time please report such problems in the jackrabbit-dev list or create a JIRA issue. btw:...
Stefan Guggisberg
stefan_guggi...
Offline Send Email
Dec 2, 2004
5:14 pm
96
... Is this really a good idea? I tried both ways: Adding nodetypes programmatically and with the help of crx. And it's much easier with a graphical tool....
jocsch
freaquac
Offline Send Email
Dec 2, 2004
7:53 pm
97
... jackrabbit is an open-source project and there is no release plan yet. expect jackrabbit to be 'feature complete' (according to jsr170) around the time...
Stefan Guggisberg
stefan_guggi...
Offline Send Email
Dec 6, 2004
2:03 pm
98
Hi, is there a repository caching in crx? I try to use crx in conjunction with a java program to play around in a repository. I can see (and use) all changes I...
jocsch
freaquac
Offline Send Email
Dec 6, 2004
5:57 pm
99
hi markus, ... no, crx does not cache repository content. jackrabbit certainly does though. ... currently, your application has to run in the same jvm as crx...
Stefan Guggisberg
stefan_guggi...
Offline Send Email
Dec 7, 2004
10:28 am
100
Hi, I populated a JackRabbit repository by importing a file system directory and everything under it into the repository. File system directories are mapped to...
Richard Wang
wangg3
Offline Send Email
Dec 13, 2004
9:10 pm
101
Hi Richard, Yes, this is because the property type is binary. In general binary properties are not indexed because the repository does not know about the...
Marcel Reutegger
mreutegg
Offline Send Email
Dec 14, 2004
9:18 am
102
Hi Marcel, Thanks so much for your reply. That explains it. Since nt:mimeResource does not allow "residual" properties, to add a new String type property I...
Richard Wang
wangg3
Offline Send Email
Dec 14, 2004
2:51 pm
103
... take a look at the org.apache.jackrabbit.core.nodetype package; you can build a node type definition with NodeTypeDef and register it by calling...
Stefan Guggisberg
stefan_guggi...
Offline Send Email
Dec 15, 2004
10:11 am
104
Hi Stefan, Thanks for your reply. Richard Stefan Guggisberg <stefan.guggisberg@...> wrote: ... take a look at the org.apache.jackrabbit.core.nodetype...
Richard Wang
wangg3
Offline Send Email
Dec 15, 2004
1:33 pm
105
Has the group evaluated the possibility of each method throwing IOException so that the interfaces would be remotable. If memory serves, Stefan had some code...
Robert Flaherty
blindspeed90
Online Now Send Email
Dec 17, 2004
8:27 pm
106
hi robert On Fri, 17 Dec 2004 15:26:52 -0500, Robert Flaherty ... that's correct. and somebody already volunteered to do that for the jackrabbit project :) ......
Stefan Guggisberg
stefan_guggi...
Offline Send Email
Dec 18, 2004
4:44 pm
107
Hi all, just wanted to ask if there will come an updated version of crx content-explorer? It's a great tool to understand what's doable with the jsr170 and...
jocsch
freaquac
Offline Send Email
Jan 15, 2005
11:51 am
108
hi markus, ... as far as i remember, crx 0.5 was built against jackrabbit 0.15 with some slight extensions. the combined library is crx-jackrabbit.jar. so, if...
Tobias Strasser
tobias.strasser@...
Send Email
Jan 16, 2005
12:56 pm
109
What is the recommended method for creating users and acls in a jackrabbit repository? Thanks jj --...
John Janosik
jjanosik_jr
Offline Send Email
Jan 18, 2005
3:04 pm
110
I would like to download the jackrabbit source but have not been able to find it. I've noticed other people (and the apache incubator page) mention...
brad_albright
Offline Send Email
Jan 18, 2005
9:42 pm
111
hi brad, ... this list is day's commercial content repository list, therefore it is not directly associated with jackrabbit. the list that you are probably...
David Nuescheler
david_nuesch...
Offline Send Email
Jan 18, 2005
9:55 pm
112
Hi, I am a new user and have a bug in the Nodetype administration, like other people in my project (Win XP, Tomcat 5.5.7, IE, Firefox) No toolbar but the...
castellphi
Offline Send Email
Mar 3, 2005
2:55 pm
113
with latest version, you mean 0.9 ? ... -- ... Tobias Strasser, Day Management AG, Barfuesserplatz 6, CH - 4001 Basel T +41 61 226 98 98, F +41 61 226 98 97...
Tobias Strasser
tobias.strasser@...
Send Email
Mar 3, 2005
4:19 pm
114
hi everybody, as you may have seen we installed 0.9 pre beta on http://jcr.day.com containing a number of exciting features, such as: - ui overhaul - general...
david_nuescheler
david_nuesch...
Offline Send Email
Mar 5, 2005
1:41 am
115
... nice! -- Stefano....
Stefano Mazzocchi
stefanomazzo...
Offline Send Email
Mar 5, 2005
2:43 pm
116
Hi all, I am have deployed CRX on Tomcat 5. Everything works fine. Now I need to access the Repository(via JCR) from another web application deployed on the...
Navaneeth
ethane_van
Offline Send Email
Mar 10, 2005
4:45 pm
117
hi Navaneeth, the proper way would be to register the crx repository as resource in tomcats server.xml. we never tried the exact setup but it should work. we...
Tobias Strasser
tobias.strasser@...
Send Email
Mar 11, 2005
10:02 am
118
Thanks Tobias. I am trying the tomcat JNDI route and it still doesn't work. I have removed the "java.naming.provider.url" and the "java.naming.factory.initial"...
Navaneeth
ethane_van
Offline Send Email
Mar 14, 2005
6:58 pm
119
I tried to download the new release to CRX, and failed to enter the code (get an invalide code error, although I entered the code given by Day). Furthermore,...
Bertrand LEGA
legabertrand
Offline Send Email
Mar 16, 2005
10:50 am
120
hi bertram, there indeed was a problem with the download mechanism. please try again, now it should work. /rofe...
Raphael Wegmueller
rofemaster
Offline Send Email
Mar 16, 2005
11:30 am
Messages 91 - 120 of 783   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