jcrbrowser-developers Mailing List for JCR Browser (Page 3)
Brought to you by:
sandro_boehme
You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(2) |
Jun
|
Jul
|
Aug
(2) |
Sep
(4) |
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
|
Feb
(2) |
Mar
|
Apr
(1) |
May
(5) |
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
(9) |
Nov
(3) |
Dec
|
2008 |
Jan
|
Feb
|
Mar
(11) |
Apr
(1) |
May
(1) |
Jun
|
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
2009 |
Jan
(7) |
Feb
(5) |
Mar
|
Apr
|
May
|
Jun
(21) |
Jul
(30) |
Aug
(13) |
Sep
|
Oct
|
Nov
(5) |
Dec
(1) |
2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(5) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2011 |
Jan
(5) |
Feb
(2) |
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Sandro B. <san...@gm...> - 2009-01-27 23:17:31
|
Hi Ketan, everything is checked in and tested now for version 0.9.5 of the JCR Browser. I tested your RPC version successfully on Mac, Ubuntu and Windows XP. Can you please check if it works for you too? I added a first draft of the release-notes.txt to the org.visualcontentsuit.ui plugin. Please change the way you are referenced there the way you like. Best regards, Sandro -- http://jcrmanagement.blogspot.com/ |
From: Sandro B. <san...@gm...> - 2009-01-21 18:30:20
|
Hallo Kai, die Lösung ist recht einfach. Du kannst einfach Tomcat installieren und dort Jackrabbit. In dieser Jackrabbit Installation kannst Du auch problemlos den PersistenceManager anders konfigurieren und andere Jar's einbinden. Mit der Local Connection läuft Jackrabbit in der Eclipse VM. Dort kann man leider keine anderen Jar's konfigurieren. Danach kannst Du mit der JCR Browser Remote Connection drauf zugreifen. Das Remote Jackrabbit deployment ist unter http://jackrabbit.apache.org/repository-server-howto.html beschrieben und in der ReadMeFirst.txt vom JCR Browser steht dann, wie man sich dort hin connected. Viel Spaß! Ciao, Sandro > > > ------------------------------------------------------------------------ > > Betreff: > JCR Browser > Von: > Kai Mütz <km...@go...> > Datum: > Wed, 21 Jan 2009 14:26:18 +0100 > An: > <san...@us...> > > An: > <san...@us...> > > > Hallo Sandro, > > ich teste aktuell den JCR Browser und versuche auf ein lokales repository > zuzugreifen, welches ein MySQL basiertes DbFileSystem verwendet. Leider habe > ich noch Probleme dem Plugin den MySQL JDBC Treiber bekannt zu machen. Ich > habe schon versucht, das entsprechende jar file in das Plugin Verzeichnis > (org.visualcontent.repository.model1JackrabbitRepository_0.7.4) zu kopieren > und in die MANIFEST.MF einzutragen. Ohne Erfolg. Ich bekomme folgende > Fehlermeldung: > > javax.jcr.RepositoryException: Invalid repository configuration: [...]: File > system initialization failure.: failed to initialize file system: File > system initialization failure.: failed to initialize file system: failed to > initialize file system at > org.apache.jackrabbit.core.TransientRepository$2.getRepository(TransientRepo > sitory.java:250) > [...] > Caused by: org.apache.jackrabbit.core.fs.FileSystemException: failed to > initialize file system > at > org.apache.jackrabbit.core.fs.db.DatabaseFileSystem.init(DatabaseFileSystem. > java:196) > at > org.apache.jackrabbit.core.config.FileSystemConfig.createFileSystem(FileSyst > emConfig.java:47) > ... 36 more > Caused by: java.lang.ClassNotFoundException: com.mysql.jdbc.Driver > at > org.eclipse.osgi.framework.internal.core.BundleLoader.findClassInternal(Bund > leLoader.java:481) > at > org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader > .java:397) > at > org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader > .java:385) > at > org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultCl > assLoader.java:87) > at java.lang.ClassLoader.loadClass(Unknown Source) > at java.lang.ClassLoader.loadClassInternal(Unknown Source) > at java.lang.Class.forName0(Native Method) > at java.lang.Class.forName(Unknown Source) > at > org.apache.jackrabbit.core.fs.db.DbFileSystem.getConnection(DbFileSystem.jav > a:186) > at > org.apache.jackrabbit.core.fs.db.DatabaseFileSystem.initConnection(DatabaseF > ileSystem.java:956) > at > org.apache.jackrabbit.core.fs.db.DatabaseFileSystem.init(DatabaseFileSystem. > java:175) > ... 37 more > > > Ich hableider nicht so die Ahnung von Eclipse Plugin Entwicklung und frage > mich daher: Was muss ich machen, damit dass Plugin den MySQL Treiber findet? > > Würde mich über einen kurzen Hinweis freuen. > > Gruß, Kai > > |
From: Sandro B. <san...@gm...> - 2009-01-14 22:57:08
|
Dear Diego, > Hi sandro,First of all, i would like to congratulate you for you work > about JCR Browser. I'm using and it is really very good. I just would Thanks. > like to say to you that the version 0.9.3 doesn't work on derby > 10.3.1.4 or later. Sorry for the late answer. With a local Jackrabbit connection (Jackrabbit running in the same VM like the JCR Browser) it's not possible to change the classpath of Jackrabbit. But if you run your Jackrabbit instance within Tomcat you can configure your classpath in any way you like. You find more information about that in the ReadMeFirst.txt file of the JCR Browser distribution and at http://jackrabbit.apache.org/repository-server-howto.html. > Thanks in advance Bye, Sandro |
From: Sandro B. <san...@gm...> - 2008-08-29 12:46:34
|
Hi Peter, changing the persistence manager in a local repository configuration is not too easy as you would need to change the classpath of the JCRBrowser itself. But if you deploy the repository to a simple Tomcat you can use the remote connection. This way you are free to configure your repository as you like. Bye, Sandro Peter Koch schrieb: > Hi folks, > I'm using a local jackrabbit repository 1.4 with an > H2-Persistence-Manager and the JCRBrowser fails to open the repository. > Are there any hinds to use in this case JCRBrowser? > > Thanks, > Peter > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > > > ------------------------------------------------------------------------ > > _______________________________________________ > Jcrbrowser-developers mailing list > Jcr...@li... > https://lists.sourceforge.net/lists/listinfo/jcrbrowser-developers |
From: Peter K. <syn...@go...> - 2008-08-29 10:53:50
|
Hi folks, I'm using a local jackrabbit repository 1.4 with an H2-Persistence-Manager and the JCRBrowser fails to open the repository. Are there any hinds to use in this case JCRBrowser? Thanks, Peter |
From: selim y. <tyl...@ya...> - 2008-05-28 13:04:07
|
__________________________________________________ Do You Yahoo!? En finir avec le spam? Yahoo! Mail vous offre la meilleure protection possible contre les messages non sollicités http://mail.yahoo.fr Yahoo! Mail |
From: Sandro B. <san...@gm...> - 2008-04-05 12:40:13
|
Hi Sridhar and Florian, the new JCR Browser version is out now and should solve the issues. Thanks for reporting the JCR Browser problems with Jackrabbit 1.4! Bye, Sandro |
From: Susanne B. <sch...@gm...> - 2008-03-31 20:01:10
|
Yes, but there is an update coming out shortly: http://www.nabble.com/-VOTE--Release-jackrabbit-jcr-commons-1.4.2-td16352856.html I would like to include this one in the next version of the JCR Browser. Best, Sandro Sridhar Raman schrieb: > But hasn't the jackrabbit-jcr-commins for 1.4 been already released? > > On Sun, Mar 30, 2008 at 2:39 PM, Sandro Böhme <san...@gm...> wrote: > > >> Hi Sridhar, >> >> if it's ok for you, I would release the JCR Browser after >> jackrabbit-jcr-commons has been released. >> >> Best, >> >> Sandro >> >> Sridhar Raman schrieb: >> >>> Ok, thanks. >>> >>> On Tue, Mar 25, 2008 at 3:50 PM, Sandro Böhme <san...@gm...> >>> >> wrote: >> >>> >>>> In that case the reason is, that you use a newer version of Jackrabbit >>>> than the JCR Browser does. >>>> I will release a new JCR Browser version containing the new Jackrabbit >>>> libraries as soon as possible. >>>> >>>> Bye, >>>> >>>> Sandro >>>> >>>> Sridhar Raman schrieb: >>>> >>>> >>>>> Ya, I connect to a local repository. >>>>> >>>>> On Tue, Mar 25, 2008 at 3:08 PM, Sandro Böhme <san...@gm... >>>>> <mailto:san...@gm...>> wrote: >>>>> >>>>> Hi Sridhar, >>>>> >>>>> sorry - I forgot to put you in CC. >>>>> You probably connect to a local repository, do you? >>>>> >>>>> Bye, >>>>> >>>>> Sandro >>>>> >>>>> Susanne Boehme schrieb: >>>>> > Hi Sridhar, >>>>> > >>>>> > do you connect to a local repository or to a remote one? >>>>> > >>>>> > Best, >>>>> > >>>>> > Sandro >>>>> > >>>>> > Sridhar Raman schrieb: >>>>> >> I have Jackrabbit 1.4, and I use Bundle DerbyPersistence. I >>>>> have Eclipse >>>>> >> 3.2.1. I am not able to browse any JCR repository. I get >>>>> >> this >> >>>>> exception >>>>> >> every time - Could not create VCSession instance. Any idea >>>>> >> how >> >>>>> I can fix >>>>> >> this? >>>>> >> >>>>> >> I replaced the jackrabbit jars present with the latest >>>>> jackrabbit 1.4. >>>>> >> >>>>> >> Any other solutions? >>>>> >> >>>>> >> Thanks, >>>>> >> Sridhar >>>>> >> >>>>> >> >>>>> >> >>>>> >>>>> >>>>> >> ------------------------------------------------------------------------ >> >>>>> >> >>>>> >> >>>>> >>>>> >>>>> >> ------------------------------------------------------------------------- >> >>>>> >> This SF.net email is sponsored by: Microsoft >>>>> >> Defy all challenges. Microsoft(R) Visual Studio 2008. >>>>> >> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >>>>> >> >>>>> >>>>> >>>>> >> ------------------------------------------------------------------------ >> >>>>> >> >>>>> >> _______________________________________________ >>>>> >> Jcrbrowser-developers mailing list >>>>> >> Jcr...@li... >>>>> <mailto:Jcr...@li...> >>>>> >> >>>>> >>>>> >>>> https://lists.sourceforge.net/lists/listinfo/jcrbrowser-developers >>>> >>>> >>>>> >> >>>>> > >>>>> >>>>> >>>>> >>>>> >>>>> >> ------------------------------------------------------------------------ >> >>>>> >>>>> >> ------------------------------------------------------------------------- >> >>>>> This SF.net email is sponsored by: Microsoft >>>>> Defy all challenges. Microsoft(R) Visual Studio 2008. >>>>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >>>>> >>>>> >>>>> >>>>> >> ------------------------------------------------------------------------ >> >>>>> _______________________________________________ >>>>> Jcrbrowser-developers mailing list >>>>> Jcr...@li... >>>>> https://lists.sourceforge.net/lists/listinfo/jcrbrowser-developers >>>>> >>>>> >>> ------------------------------------------------------------------------ >>> >>> >>> >> ------------------------------------------------------------------------- >> >>> This SF.net email is sponsored by: Microsoft >>> Defy all challenges. Microsoft(R) Visual Studio 2008. >>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >>> ------------------------------------------------------------------------ >>> >>> _______________________________________________ >>> Jcrbrowser-developers mailing list >>> Jcr...@li... >>> https://lists.sourceforge.net/lists/listinfo/jcrbrowser-developers >>> >>> > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > ------------------------------------------------------------------------ > > _______________________________________________ > Jcrbrowser-developers mailing list > Jcr...@li... > https://lists.sourceforge.net/lists/listinfo/jcrbrowser-developers > -- SUSANNE BÖHME Fallschirmwart - Sprunglehrer Wingsuit-Instructor - Freifallvideo NEUWARENVERKAUF Fallschirme - Gurtzeuge - AADs Kombis - Wingsuits - Zubehör RIGGINGSERVICE Internet: www.wingsuit.de Email: su...@wi... Telefon: 0721-4700837 Mobil: 0176-24545287 |
From: Sridhar R. <sri...@gm...> - 2008-03-31 06:05:42
|
But hasn't the jackrabbit-jcr-commins for 1.4 been already released? On Sun, Mar 30, 2008 at 2:39 PM, Sandro Böhme <san...@gm...> wrote: > Hi Sridhar, > > if it's ok for you, I would release the JCR Browser after > jackrabbit-jcr-commons has been released. > > Best, > > Sandro > > Sridhar Raman schrieb: > > Ok, thanks. > > > > On Tue, Mar 25, 2008 at 3:50 PM, Sandro Böhme <san...@gm...> > wrote: > > > > > >> In that case the reason is, that you use a newer version of Jackrabbit > >> than the JCR Browser does. > >> I will release a new JCR Browser version containing the new Jackrabbit > >> libraries as soon as possible. > >> > >> Bye, > >> > >> Sandro > >> > >> Sridhar Raman schrieb: > >> > >>> Ya, I connect to a local repository. > >>> > >>> On Tue, Mar 25, 2008 at 3:08 PM, Sandro Böhme <san...@gm... > >>> <mailto:san...@gm...>> wrote: > >>> > >>> Hi Sridhar, > >>> > >>> sorry - I forgot to put you in CC. > >>> You probably connect to a local repository, do you? > >>> > >>> Bye, > >>> > >>> Sandro > >>> > >>> Susanne Boehme schrieb: > >>> > Hi Sridhar, > >>> > > >>> > do you connect to a local repository or to a remote one? > >>> > > >>> > Best, > >>> > > >>> > Sandro > >>> > > >>> > Sridhar Raman schrieb: > >>> >> I have Jackrabbit 1.4, and I use Bundle DerbyPersistence. I > >>> have Eclipse > >>> >> 3.2.1. I am not able to browse any JCR repository. I get > this > >>> exception > >>> >> every time - Could not create VCSession instance. Any idea > how > >>> I can fix > >>> >> this? > >>> >> > >>> >> I replaced the jackrabbit jars present with the latest > >>> jackrabbit 1.4. > >>> >> > >>> >> Any other solutions? > >>> >> > >>> >> Thanks, > >>> >> Sridhar > >>> >> > >>> >> > >>> >> > >>> > >>> > >> > ------------------------------------------------------------------------ > >> > >>> >> > >>> >> > >>> > >>> > >> > ------------------------------------------------------------------------- > >> > >>> >> This SF.net email is sponsored by: Microsoft > >>> >> Defy all challenges. Microsoft(R) Visual Studio 2008. > >>> >> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > >>> >> > >>> > >>> > >> > ------------------------------------------------------------------------ > >> > >>> >> > >>> >> _______________________________________________ > >>> >> Jcrbrowser-developers mailing list > >>> >> Jcr...@li... > >>> <mailto:Jcr...@li...> > >>> >> > >>> > >> https://lists.sourceforge.net/lists/listinfo/jcrbrowser-developers > >> > >>> >> > >>> > > >>> > >>> > >>> > >>> > ------------------------------------------------------------------------ > >>> > >>> > >>> > >> > ------------------------------------------------------------------------- > >> > >>> This SF.net email is sponsored by: Microsoft > >>> Defy all challenges. Microsoft(R) Visual Studio 2008. > >>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > >>> > >>> > >>> > ------------------------------------------------------------------------ > >>> > >>> _______________________________________________ > >>> Jcrbrowser-developers mailing list > >>> Jcr...@li... > >>> https://lists.sourceforge.net/lists/listinfo/jcrbrowser-developers > >>> > >> > > > > > > ------------------------------------------------------------------------ > > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Microsoft > > Defy all challenges. Microsoft(R) Visual Studio 2008. > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > Jcrbrowser-developers mailing list > > Jcr...@li... > > https://lists.sourceforge.net/lists/listinfo/jcrbrowser-developers > > > |
From: Sandro B. <san...@gm...> - 2008-03-30 15:44:24
|
Hello Florian, the reason is, that the JCR Browser uses Jackrabbit 1.3 and tries to connect to your Jackrabbit 1.4.2 repository. As soon as the commons 1.4.2 library of Jackrabbit is out, I will create a new release containing the most up to date libraries of Jackrabbit. That will fix your issue. Best, Sandro Florian Holeczek schrieb: > Hi JCR-Browser developers, > > I'm trying to connect to a repository and get the following error: >> It was not possible to login. Please check the credentials. >> error unmarshalling return; nested exception is: >> java.lang.ClassNotFoundException: >> org.apache.jackrabbit.rmi.server.ServerXASession_Stub (no security >> manager: RMI class loader disabled): error unmarshalling return; nested exception is: >> java.lang.ClassNotFoundException: >> org.apache.jackrabbit.rmi.server.ServerXASession_Stub (no security >> manager: RMI class loader disabled) > > I'm trying to connect to a remote repository which is running > Jackrabbit 1.4.2 on Tomcat 6.0.16. The parameters are fine, there's no > problem with connecting via my own application. > I'm using Eclipse Europa 3.3.2. > > Anybody got a clue what's the problem? Thanks in advance! > > Regards, > Florian > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > > > ------------------------------------------------------------------------ > > _______________________________________________ > Jcrbrowser-developers mailing list > Jcr...@li... > https://lists.sourceforge.net/lists/listinfo/jcrbrowser-developers |
From: Florian H. <fl...@ho...> - 2008-03-30 14:44:43
|
Hi JCR-Browser developers, I'm trying to connect to a repository and get the following error: > It was not possible to login. Please check the credentials. > error unmarshalling return; nested exception is: > java.lang.ClassNotFoundException: > org.apache.jackrabbit.rmi.server.ServerXASession_Stub (no security > manager: RMI class loader disabled): error unmarshalling return; nested exception is: > java.lang.ClassNotFoundException: > org.apache.jackrabbit.rmi.server.ServerXASession_Stub (no security > manager: RMI class loader disabled) I'm trying to connect to a remote repository which is running Jackrabbit 1.4.2 on Tomcat 6.0.16. The parameters are fine, there's no problem with connecting via my own application. I'm using Eclipse Europa 3.3.2. Anybody got a clue what's the problem? Thanks in advance! Regards, Florian |
From: Sandro B. <san...@gm...> - 2008-03-30 09:09:19
|
Hi Sridhar, if it's ok for you, I would release the JCR Browser after jackrabbit-jcr-commons has been released. Best, Sandro Sridhar Raman schrieb: > Ok, thanks. > > On Tue, Mar 25, 2008 at 3:50 PM, Sandro Böhme <san...@gm...> wrote: > > >> In that case the reason is, that you use a newer version of Jackrabbit >> than the JCR Browser does. >> I will release a new JCR Browser version containing the new Jackrabbit >> libraries as soon as possible. >> >> Bye, >> >> Sandro >> >> Sridhar Raman schrieb: >> >>> Ya, I connect to a local repository. >>> >>> On Tue, Mar 25, 2008 at 3:08 PM, Sandro Böhme <san...@gm... >>> <mailto:san...@gm...>> wrote: >>> >>> Hi Sridhar, >>> >>> sorry - I forgot to put you in CC. >>> You probably connect to a local repository, do you? >>> >>> Bye, >>> >>> Sandro >>> >>> Susanne Boehme schrieb: >>> > Hi Sridhar, >>> > >>> > do you connect to a local repository or to a remote one? >>> > >>> > Best, >>> > >>> > Sandro >>> > >>> > Sridhar Raman schrieb: >>> >> I have Jackrabbit 1.4, and I use Bundle DerbyPersistence. I >>> have Eclipse >>> >> 3.2.1. I am not able to browse any JCR repository. I get this >>> exception >>> >> every time - Could not create VCSession instance. Any idea how >>> I can fix >>> >> this? >>> >> >>> >> I replaced the jackrabbit jars present with the latest >>> jackrabbit 1.4. >>> >> >>> >> Any other solutions? >>> >> >>> >> Thanks, >>> >> Sridhar >>> >> >>> >> >>> >> >>> >>> >> ------------------------------------------------------------------------ >> >>> >> >>> >> >>> >>> >> ------------------------------------------------------------------------- >> >>> >> This SF.net email is sponsored by: Microsoft >>> >> Defy all challenges. Microsoft(R) Visual Studio 2008. >>> >> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >>> >> >>> >>> >> ------------------------------------------------------------------------ >> >>> >> >>> >> _______________________________________________ >>> >> Jcrbrowser-developers mailing list >>> >> Jcr...@li... >>> <mailto:Jcr...@li...> >>> >> >>> >> https://lists.sourceforge.net/lists/listinfo/jcrbrowser-developers >> >>> >> >>> > >>> >>> >>> >>> ------------------------------------------------------------------------ >>> >>> >>> >> ------------------------------------------------------------------------- >> >>> This SF.net email is sponsored by: Microsoft >>> Defy all challenges. Microsoft(R) Visual Studio 2008. >>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >>> >>> >>> ------------------------------------------------------------------------ >>> >>> _______________________________________________ >>> Jcrbrowser-developers mailing list >>> Jcr...@li... >>> https://lists.sourceforge.net/lists/listinfo/jcrbrowser-developers >>> >> > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > ------------------------------------------------------------------------ > > _______________________________________________ > Jcrbrowser-developers mailing list > Jcr...@li... > https://lists.sourceforge.net/lists/listinfo/jcrbrowser-developers > |
From: Sridhar R. <sri...@gm...> - 2008-03-25 10:33:33
|
Ok, thanks. On Tue, Mar 25, 2008 at 3:50 PM, Sandro Böhme <san...@gm...> wrote: > In that case the reason is, that you use a newer version of Jackrabbit > than the JCR Browser does. > I will release a new JCR Browser version containing the new Jackrabbit > libraries as soon as possible. > > Bye, > > Sandro > > Sridhar Raman schrieb: > > Ya, I connect to a local repository. > > > > On Tue, Mar 25, 2008 at 3:08 PM, Sandro Böhme <san...@gm... > > <mailto:san...@gm...>> wrote: > > > > Hi Sridhar, > > > > sorry - I forgot to put you in CC. > > You probably connect to a local repository, do you? > > > > Bye, > > > > Sandro > > > > Susanne Boehme schrieb: > > > Hi Sridhar, > > > > > > do you connect to a local repository or to a remote one? > > > > > > Best, > > > > > > Sandro > > > > > > Sridhar Raman schrieb: > > >> I have Jackrabbit 1.4, and I use Bundle DerbyPersistence. I > > have Eclipse > > >> 3.2.1. I am not able to browse any JCR repository. I get this > > exception > > >> every time - Could not create VCSession instance. Any idea how > > I can fix > > >> this? > > >> > > >> I replaced the jackrabbit jars present with the latest > > jackrabbit 1.4. > > >> > > >> Any other solutions? > > >> > > >> Thanks, > > >> Sridhar > > >> > > >> > > >> > > > ------------------------------------------------------------------------ > > >> > > >> > > > ------------------------------------------------------------------------- > > >> This SF.net email is sponsored by: Microsoft > > >> Defy all challenges. Microsoft(R) Visual Studio 2008. > > >> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > >> > > > ------------------------------------------------------------------------ > > >> > > >> _______________________________________________ > > >> Jcrbrowser-developers mailing list > > >> Jcr...@li... > > <mailto:Jcr...@li...> > > >> > https://lists.sourceforge.net/lists/listinfo/jcrbrowser-developers > > >> > > > > > > > > > > > ------------------------------------------------------------------------ > > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Microsoft > > Defy all challenges. Microsoft(R) Visual Studio 2008. > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > > > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > Jcrbrowser-developers mailing list > > Jcr...@li... > > https://lists.sourceforge.net/lists/listinfo/jcrbrowser-developers > > |
From: Sandro B. <san...@gm...> - 2008-03-25 10:20:25
|
In that case the reason is, that you use a newer version of Jackrabbit than the JCR Browser does. I will release a new JCR Browser version containing the new Jackrabbit libraries as soon as possible. Bye, Sandro Sridhar Raman schrieb: > Ya, I connect to a local repository. > > On Tue, Mar 25, 2008 at 3:08 PM, Sandro Böhme <san...@gm... > <mailto:san...@gm...>> wrote: > > Hi Sridhar, > > sorry - I forgot to put you in CC. > You probably connect to a local repository, do you? > > Bye, > > Sandro > > Susanne Boehme schrieb: > > Hi Sridhar, > > > > do you connect to a local repository or to a remote one? > > > > Best, > > > > Sandro > > > > Sridhar Raman schrieb: > >> I have Jackrabbit 1.4, and I use Bundle DerbyPersistence. I > have Eclipse > >> 3.2.1. I am not able to browse any JCR repository. I get this > exception > >> every time - Could not create VCSession instance. Any idea how > I can fix > >> this? > >> > >> I replaced the jackrabbit jars present with the latest > jackrabbit 1.4. > >> > >> Any other solutions? > >> > >> Thanks, > >> Sridhar > >> > >> > >> > ------------------------------------------------------------------------ > >> > >> > ------------------------------------------------------------------------- > >> This SF.net email is sponsored by: Microsoft > >> Defy all challenges. Microsoft(R) Visual Studio 2008. > >> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > >> > ------------------------------------------------------------------------ > >> > >> _______________________________________________ > >> Jcrbrowser-developers mailing list > >> Jcr...@li... > <mailto:Jcr...@li...> > >> https://lists.sourceforge.net/lists/listinfo/jcrbrowser-developers > >> > > > > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > > ------------------------------------------------------------------------ > > _______________________________________________ > Jcrbrowser-developers mailing list > Jcr...@li... > https://lists.sourceforge.net/lists/listinfo/jcrbrowser-developers |
From: Sridhar R. <sri...@gm...> - 2008-03-25 09:49:36
|
Ya, I connect to a local repository. On Tue, Mar 25, 2008 at 3:08 PM, Sandro Böhme <san...@gm...> wrote: > Hi Sridhar, > > sorry - I forgot to put you in CC. > You probably connect to a local repository, do you? > > Bye, > > Sandro > > Susanne Boehme schrieb: > > Hi Sridhar, > > > > do you connect to a local repository or to a remote one? > > > > Best, > > > > Sandro > > > > Sridhar Raman schrieb: > >> I have Jackrabbit 1.4, and I use Bundle DerbyPersistence. I have > Eclipse > >> 3.2.1. I am not able to browse any JCR repository. I get this > exception > >> every time - Could not create VCSession instance. Any idea how I can > fix > >> this? > >> > >> I replaced the jackrabbit jars present with the latest jackrabbit 1.4. > >> > >> Any other solutions? > >> > >> Thanks, > >> Sridhar > >> > >> > >> > ------------------------------------------------------------------------ > >> > >> > ------------------------------------------------------------------------- > >> This SF.net email is sponsored by: Microsoft > >> Defy all challenges. Microsoft(R) Visual Studio 2008. > >> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > >> > ------------------------------------------------------------------------ > >> > >> _______________________________________________ > >> Jcrbrowser-developers mailing list > >> Jcr...@li... > >> https://lists.sourceforge.net/lists/listinfo/jcrbrowser-developers > >> > > > > |
From: Sandro B. <san...@gm...> - 2008-03-25 09:38:16
|
Hi Sridhar, sorry - I forgot to put you in CC. You probably connect to a local repository, do you? Bye, Sandro Susanne Boehme schrieb: > Hi Sridhar, > > do you connect to a local repository or to a remote one? > > Best, > > Sandro > > Sridhar Raman schrieb: >> I have Jackrabbit 1.4, and I use Bundle DerbyPersistence. I have Eclipse >> 3.2.1. I am not able to browse any JCR repository. I get this exception >> every time - Could not create VCSession instance. Any idea how I can fix >> this? >> >> I replaced the jackrabbit jars present with the latest jackrabbit 1.4. >> >> Any other solutions? >> >> Thanks, >> Sridhar >> >> >> ------------------------------------------------------------------------ >> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by: Microsoft >> Defy all challenges. Microsoft(R) Visual Studio 2008. >> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> Jcrbrowser-developers mailing list >> Jcr...@li... >> https://lists.sourceforge.net/lists/listinfo/jcrbrowser-developers >> > |
From: Susanne B. <sch...@gm...> - 2008-03-24 22:18:22
|
Hi Sridhar, do you connect to a local repository or to a remote one? Best, Sandro Sridhar Raman schrieb: > I have Jackrabbit 1.4, and I use Bundle DerbyPersistence. I have Eclipse > 3.2.1. I am not able to browse any JCR repository. I get this exception > every time - Could not create VCSession instance. Any idea how I can fix > this? > > I replaced the jackrabbit jars present with the latest jackrabbit 1.4. > > Any other solutions? > > Thanks, > Sridhar > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > ------------------------------------------------------------------------ > > _______________________________________________ > Jcrbrowser-developers mailing list > Jcr...@li... > https://lists.sourceforge.net/lists/listinfo/jcrbrowser-developers > -- SUSANNE BÖHME Fallschirmwart - Sprunglehrer Wingsuit-Instructor - Freifallvideo NEUWARENVERKAUF Fallschirme - Gurtzeuge - AADs Kombis - Wingsuits - Zubehör RIGGINGSERVICE Internet: www.wingsuit.de Email: su...@wi... Telefon: 0721-4700837 Mobil: 0176-24545287 |
From: Sridhar R. <sri...@gm...> - 2008-03-24 10:05:45
|
I have Jackrabbit 1.4, and I use Bundle DerbyPersistence. I have Eclipse 3.2.1. I am not able to browse any JCR repository. I get this exception every time - Could not create VCSession instance. Any idea how I can fix this? I replaced the jackrabbit jars present with the latest jackrabbit 1.4. Any other solutions? Thanks, Sridhar |
From: <san...@gm...> - 2007-11-02 13:13:59
|
Sandro Böhme schrieb: > Hello, > > I changed the settings of the mailing list now. > If you press "Reply" to jcrbrowser mails they are directed back to the > mailing list now instead of the individual person. Without this setting > the mails tend to go off the list. At least in my case :-). > > Bye, > > Sandro > After trying out the feature it turns out, that the mailing list and the sender are the new recipients after "Reply". -- https://www.xing.com/profile/Sandro_Boehme http://www.linkedin.com/in/sandroboehme |
From: <san...@gm...> - 2007-11-02 13:10:58
|
Hello, I changed the settings of the mailing list now. If you press "Reply" to jcrbrowser mails they are directed back to the mailing list now instead of the individual person. Without this setting the mails tend to go off the list. At least in my case :-). Bye, Sandro -- https://www.xing.com/profile/Sandro_Boehme http://www.linkedin.com/in/sandroboehme |
From: <san...@gm...> - 2007-11-02 12:44:26
|
Hi Ketan, finally I managed to test the standalone Version of the JCR Browser on a Mac. The VM crashed immediately after the Eclipse Window maximized. I think we should use the next update of the Eclipse Fall Maintenance Release to build the standalone version and try again. Attached there is some debug information. java version "1.5.0_07" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_07-164) Java HotSpot(TM) Client VM (build 1.5.0_07-87, mixed mode, sharing) Bye, Sandro -- https://www.xing.com/profile/Sandro_Boehme http://www.linkedin.com/in/sandroboehme http://www.wingsuit.de Sandro Böhme schrieb: > Hi Ketan, > > > Ketan Padegaonkar schrieb: >> Hi, >> >> I've committed the RCP application to CVS. I've tested this on linux and >> it runs great. >> >> I'm downloading the RCP Delta Pack to make the product run on all >> Windows and Mac as well. I'll commit this change after ensuring that the >> application runs on windows. Can't test this on a Mac, so it'd be great >> if you could ask any of your friends to test this against a Mac. > thanks for testing and committing the first part. I will test the Mac > version as soon as it's available and my colleague and me are having the > time to do it. > > >> Have you finished on the splash screen that you were working on ? I know >> a friend (http://www.freewebs.com/rishiparkhe/) who's a good artist and >> could help us in branding and images and stuff. > My artistic capabilities are not very distinctive ;-). This is why I > would really appreciate an appealing splash screen. > It would be cool if the user could recognize in the follow up project > that it's the same "brand" but a different project. But it's not too > important. The JCR Browser splash screen could be about reading, > navigating, browsing or exploring (as editing in general will be part of > my next project). > > >> >> I've retained the name space to "com.thoughtworks" and would be >> maintaining the RCP application. The license has been changed to Apache >> License - 2.0. > Perfect. > > Please tell me if I can announce you as a new project member and if > there is anything from your employer I can pass to the visitors of the > Source Forge News page and later to the Jackrabbit mailing list. > > >> >> >> Cheers, >> Ketan Padegaonkar >> I blog... therefore I am... http://ketan.padegaonkar.name/ >> >> Computers are like air conditioners. Both stop working, >> if you open windows. >> -- Adam Heath > > Bye, > > Sandro > > >> >> >> Sandro Böhme wrote: >>> Ketan Padegaonkar wrote: >>>> On 5/19/07, Sandro Böhme <san...@gm...> wrote: >>>> >>>>> Hello again, >>>>> >>>>> as you wrote "We ..." and you favor the "com.thoughtworks" package and >>>>> plugin name I guess that your company is involved somehow. Please tell >>>>> me if I can promote your company or if I can help otherwise. I would >>>>> like to create a new news entry at the sourceforge project page to >>>>> announce the new contribution and you as a new project member. This >>>>> two >>>>> information should be in the focus but I can surely add additional >>>>> information for you (the blog) and for ThoughtWorks (e.g. how your >>>>> company supports you: "Thanks to their open source spirit ThoughtWorks >>>>> supports Ketan's initiative with..."). I will use this information >>>>> also >>>>> later in the release information at the Jackrabbit mailing list. >>>> >>>> Perhaps you could hold on for some time. It's a long weekend here in >>>> India, it would take a couple of days for me to "formally" make any >>>> promises. While there won't be any issues, I ask that you hold on for >>>> a couple of days before making any announcements. >>> No problem there are no timelines - I'm not in a hurry :-). Just drop me >>> a mail if you have any feedback. >>> >>> Bye, >>> >>> Sandro >>> >>> >> >> >> > |
From: <san...@gm...> - 2007-10-29 22:12:09
|
Sandro Böhme schrieb: > Ketan Padegaonkar schrieb: >> >> >> Sandro Böhme wrote: >>> Some weeks ago somebody asked for help to install >>> the JCR Browser at RAD 6.0.1 which is based on Eclipse 3.0.2 so >>> backward compatibility is an issue to some degree. For the RCP client >>> it's not a problem to use Eclipse 3.3 but I guess some plug-in users >>> do still use Eclipse 3.2 or even Eclipse 3.1. We just need to keep >>> that in mind. >> >> I'm good sticking to eclipse 3.0 or 3.0.x of eclipse. I'm somehow not >> comfortable with using different versions of eclipse for the standard >> plugins and RCP distros of JCRBrowsers. >> >> Any thoughts ? >> > > It's just that the RCP plugin needs Equinox (I think it depends on > Eclipse 3.3?) at the runtime and the usual plugins need Eclipse 3.0. > I don't set this explicitly somewhere. > > Bye, > > Sandro > -- https://www.xing.com/profile/Sandro_Boehme http://www.linkedin.com/in/sandroboehme http://www.wingsuit.de |
From: <san...@gm...> - 2007-10-29 22:00:15
|
Hi Ketan, there is nothing to apology for. I'm not sure if I understand your first point. What would be the powerful feature, the search being an other view or the filter? You are right, saved searches would be quite useful. Next to configuring many repository connection and being able to choose them on "Login". At the moment the JCR Browser doesn't has a storage model. The preferences API is (mis-)used for that right now. Right now I would like to focus on the 1.0 release of the JCR Browser to make it more visible. In this release the JCR Browser should visualize all basic information of a JCR. I think this is almost done. Maybe we should also show the versioning informations. I think also basic and useful help informations should be available. I already started the development for that a while ago. The most important missing features are connectors to the Exo Platform and to Alfresco. Somebody had a not completely working connection to Alfresco using the RMI connection library. I think I can cooperate with him as a starting point. Bye, Sandro -- https://www.xing.com/profile/Sandro_Boehme http://www.linkedin.com/in/sandroboehme http://www.wingsuit.de Ketan Padegaonkar schrieb: > Sandro, > > Great features, apologies again for not staying in touch. > > Here are some more things from a usability perspective: > - Searching for a node "searches" for the node, and not act as a > filter (this could perhaps be another special view) -- this would be a > very powerful feature as it will allow you to navigate to a search > node, and navigate other nodes, like parent, child, sibling nodes from > there. > - Saved searches -- this would let uses give a name to some frequently > used searches, and save it preferably into the preference store. > > Cheers, > Ketan Padegaonkar > I blog... therefore I am... http://ketan.padegaonkar.name/ > > <taniwha> i'd solve a windows key problem with fdisk :) > > On 10/29/07, Sandro Böhme <san...@gm...> wrote: >> Hello Ketan and others, >> >> there are serveral enhancements for the next release I checked in now: >> ++ improved binary handling ++ >> o "Open With..." context menu entry >> o "Save As..." context menu entry >> o the label of binary properties shows the binary size >> >> ++ other things ++ >> o minor improvements, typos, bug-fixes, tabs in RCP with rounded corners >> >> ++ improved navigation ++ >> o Select node by UUID action >> o Select node by XPath action >> o Please note: The select actions only work if the identity is ensured. >> But multiple navigations to the same node doesn't result in the same >> instance in case RMI is used and the equals methods are not implemented. >> I archive node identity by implementing the IElementComparer. >> >> ++ ToDo ++ >> o My wife will create the icons for the new select actions. >> o The splash screen doesn't close when I start the JCR Browser as a >> usual RCP application. Even Platform.endSplash() doesn't work when I >> call it in ApplicationWorkbenchWindowAdvisor.pre/postWindowOpen(). At >> the moment I'm not sure how to get around it. >> >> Bye, >> >> Sandro >> >> -- >> https://www.xing.com/profile/Sandro_Boehme >> http://www.linkedin.com/in/sandroboehme >> http://www.wingsuit.de >> |
From: <san...@gm...> - 2007-10-28 20:53:10
|
Hello Ketan and others, there are serveral enhancements for the next release I checked in now: ++ improved binary handling ++ o "Open With..." context menu entry o "Save As..." context menu entry o the label of binary properties shows the binary size ++ other things ++ o minor improvements, typos, bug-fixes, tabs in RCP with rounded corners ++ improved navigation ++ o Select node by UUID action o Select node by XPath action o Please note: The select actions only work if the identity is ensured. But multiple navigations to the same node doesn't result in the same instance in case RMI is used and the equals methods are not implemented. I archive node identity by implementing the IElementComparer. ++ ToDo ++ o My wife will create the icons for the new select actions. o The splash screen doesn't close when I start the JCR Browser as a usual RCP application. Even Platform.endSplash() doesn't work when I call it in ApplicationWorkbenchWindowAdvisor.pre/postWindowOpen(). At the moment I'm not sure how to get around it. Bye, Sandro -- https://www.xing.com/profile/Sandro_Boehme http://www.linkedin.com/in/sandroboehme http://www.wingsuit.de |
From: <san...@gm...> - 2007-10-16 09:12:30
|
Forwarded to the list just for the license and copyright pedigree. Ketan Padegaonkar schrieb: > On 10/15/07, Sandro Böhme <san...@gm...> wrote: >> Perfect, to make easier and understandable for the End-User I would >> favour the Apache 2 license. >> >> +1 for the Apache 2 license >> >> Ketan, what do you think? Is it ok for you too? > > +1 to that as well. We'd definitely be giving attributions, to Rishi. > So I feel APL would only reduce licensing complications for people > distributing it around. > > Cheers, > Ketan Padegaonkar > I blog... Therefore I am... http://ketan.padegaonkar.name > |