Return-Path: Delivered-To: apmail-roller-user-archive@www.apache.org Received: (qmail 5460 invoked from network); 19 Sep 2007 14:25:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Sep 2007 14:25:24 -0000 Received: (qmail 15833 invoked by uid 500); 19 Sep 2007 14:25:16 -0000 Delivered-To: apmail-roller-user-archive@roller.apache.org Received: (qmail 15581 invoked by uid 500); 19 Sep 2007 14:25:15 -0000 Mailing-List: contact user-help@roller.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@roller.apache.org Delivered-To: mailing list user@roller.apache.org Received: (qmail 15572 invoked by uid 99); 19 Sep 2007 14:25:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Sep 2007 07:25:15 -0700 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Sep 2007 14:25:14 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1IY0U1-00059T-Qp for user@roller.apache.org; Wed, 19 Sep 2007 07:24:53 -0700 Message-ID: <12778588.post@talk.nabble.com> Date: Wed, 19 Sep 2007 07:24:53 -0700 (PDT) From: fp To: user@roller.apache.org Subject: Re: Struggling to get Roller 3.1 running on Websphere 6.0 (SOLVED) In-Reply-To: <469F7970.4090409@balazuc.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: Frank.Pientka@impaqgroup.com References: <469F7970.4090409@balazuc.net> X-Virus-Checked: Checked by ClamAV on apache.org Very glad you finally got it running! Andrew Stevens wrote: > To finish, a couple of questions/suggestions for the developers: > > What JDK is the minimum requirement for the current version of Roller? I haven't noticed anything definitive on the >web site; the closest I've found is that the Installation Guide says it "describes how to install Roller in the following >environment ... Java 2 SE 1.4 SDK (or later)". I have no problem running Roller 4.0 using JDK 1.6 with Tomcat 5.0.? but I'm rebuilding Roller from the source. Tomcat has Xerces-J 2.6.2 (xercesImpl.jar) in its common/endorsed and that doesn't seem to cause any worry. I haven't upgraded any other Roller JAR aside from the Spring ones since I'm happily experimenting with that. On a WAS related topic, I'm curious to know if someone ever tried Roller on Websphere 6.1 - which is J2EE 1.4. I've noticed that by default Websphere 6.1 won't allow JNDI lookups from a Thread that is not created by WAS itself, so I'm not sure of what's going to happen with the asynchronous processes in Roller if using the JNDI datasource and how WAS handles javax.concurrency.* used by Roller. Any light from anyone on the matter? Denis I have succesfully deployed ROLLER 3.1.1 with WAS 6.1, JDK 5.0, DERBY 10.1, but failed to deploy the same WAR to WAS 6.0.15, JDK 1.4 an get this crazzy Hibernate-Exception. Can anyone help or give me a hint, how to work around this problem. In WAS i used the jndi-name:jdbc/rollerdb as Derby embedded non-XA JDBC Provider org.apache.derby.jdbc.EmbeddedConnectionPoolDataSource I tried to changed the hibernate.cfg.xml, but got org.apache.roller.business.hibernate.HibernateRollerImpl Error initializing Hibernate java.lang.VerifyError: (class: org/apache/roller/business/hibernate/HibernatePersistenceStrategy, method: signature: (Ljava/lang/String;Ljava/lang/String;)V) Incompatible argument to method at org.apache.roller.business.hibernate.HibernateRollerImpl.(HibernateRollerImpl.java:74) --- java:comp/env/jdbc/rollerdb thread org.apache.derby.jdbc.EmbeddedDriver jdbc:derby:rollerdb;create=true APP APP hibernate.dialect=org.hibernate.dialect.DerbyDialect -- View this message in context: http://www.nabble.com/Re%3A-Struggling-to-get-Roller-3.1-running-on-Websphere-6.0-%28SOLVED%29-tf4106844s12275.html#a12778588 Sent from the Roller - User mailing list archive at Nabble.com.