Be sure to change "Class loader mode" to "PARENT_LAST" AND change "WAR class loader policy" to "Application". There are 2 drop down boxes for this when you click on the war in the admin console. This will let the class loading be done by you instead of allowing WAS to do it.
Hope this helps. -----Original Message----- From: fp [mailto:[EMAIL PROTECTED] Sent: Friday, September 21, 2007 7:00 AM To: [email protected] Subject: ROLLER 3.1.1 running with WAS 6.1, but not with WAS 6.0 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.2.15, JDK 1.4 an get this crazzy Hibernate-Exception. Also i changed the Classloading order, no way 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 change the hibernate.cfg.xml, but got org.apache.roller.business.hibernate.HibernateRollerImpl <init> Error initializing Hibernate java.lang.VerifyError: (class: org/apache/roller/business/hibernate/HibernateP ersistenceStrategy, method: <init> signature: (Ljava/lang/String;Ljava/lang/String;)V) Incompatible argument to method at org.apache.roller.business.hibernate.HibernateRollerImpl.<init> (HibernateRollerImpl.java:74) -- View this message in context: http://www.nabble.com/ROLLER-3.1.1-running-with-WAS-6.1%2C-but-not-with- WAS-6.0-tf4493463s12275.html#a12815242 Sent from the Roller - User mailing list archive at Nabble.com. ****************************************************************************************** The information contained in this message, including attachments, may contain privileged or confidential information that is intended to be delivered only to the person identified above. If you are not the intended recipient, or the person responsible for delivering this message to the intended recipient, Alltel requests that you immediately notify the sender and asks that you do not read the message or its attachments, and that you delete them without copying or sending them to anyone else.
