Return-Path: Delivered-To: apmail-incubator-jackrabbit-dev-archive@www.apache.org Received: (qmail 96751 invoked from network); 10 Jul 2005 09:30:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Jul 2005 09:30:37 -0000 Received: (qmail 17906 invoked by uid 500); 10 Jul 2005 09:30:36 -0000 Mailing-List: contact jackrabbit-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jackrabbit-dev@incubator.apache.org Delivered-To: mailing list jackrabbit-dev@incubator.apache.org Received: (qmail 17893 invoked by uid 99); 10 Jul 2005 09:30:36 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 10 Jul 2005 02:30:36 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of FlorianRied@gmx.de designates 213.165.64.20 as permitted sender) Received: from [213.165.64.20] (HELO mail.gmx.net) (213.165.64.20) by apache.org (qpsmtpd/0.29) with SMTP; Sun, 10 Jul 2005 02:30:35 -0700 Received: (qmail invoked by alias); 10 Jul 2005 09:30:33 -0000 Received: from p549C349A.dip0.t-ipconnect.de (EHLO [192.168.178.24]) [84.156.52.154] by mail.gmx.net (mp031) with SMTP; 10 Jul 2005 11:30:33 +0200 X-Authenticated: #5760871 Message-ID: <42D0EAC0.2030207@gmx.de> Date: Sun, 10 Jul 2005 11:30:40 +0200 From: Florian Ried User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: de-DE, de, en-us, en MIME-Version: 1.0 To: jackrabbit-dev@incubator.apache.org Subject: JCR-RMI - Java Runtime < 1.5 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, I'd like to use the JCR-RMI package on Websphere Application Server 5.1 (see Deployment Model 3, JCR-RMI Server). After having registered the repository resource (see http://article.gmane.org/gmane.comp.apache.jackrabbit.devel/2726), I encountered some runtime version related problems. The Exception is: om.ibm.websphere.naming.CannotInstantiateObjectException: Exception occurred while the JNDI NamingManager was processing a javax.naming.Reference object. Root exception is com.ibm.websphere.naming.CannotInstantiateObjectException: Exception occurred while the JNDI NamingManager was processing a javax.naming.Reference object. Root exception is java.lang.LinkageError: LinkageError while defining class: org.apache.jackrabbit.rmi.client.ClientRepositoryFactory Could not be defined due to: org/apache/jackrabbit/rmi/client/ClientRepositoryFactory (Unsupported major.minor version 49.0) This is often caused by having a class defined at multiple locations within the classloader hierarchy. Other potential causes include compiling against an older or newer version of the class that has an incompatible method signature. Dumping the current context classloader hierarchy: ==> indicates defining classloader ==>[0] com.ibm.ws.classloader.CompoundClassLoader@31446be6 Local ClassPath: ... I read, that the JCR-RMI packed is compiled against JDK 1.5. What will I have to do to use it with a JRE < 1.5 and the IBM runtime environment respectively? Greetings. -Florian