You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by sc...@apache.org on 2013/09/18 17:06:41 UTC

svn commit: r1524440 - /wookie/trunk/etc/release/war/WAR_BUILD_NOTES

Author: scottbw
Date: Wed Sep 18 15:06:41 2013
New Revision: 1524440

URL: http://svn.apache.org/r1524440
Log:
updated build notes for WAS 7 - see WOOKIE-418

Modified:
    wookie/trunk/etc/release/war/WAR_BUILD_NOTES

Modified: wookie/trunk/etc/release/war/WAR_BUILD_NOTES
URL: http://svn.apache.org/viewvc/wookie/trunk/etc/release/war/WAR_BUILD_NOTES?rev=1524440&r1=1524439&r2=1524440&view=diff
==============================================================================
--- wookie/trunk/etc/release/war/WAR_BUILD_NOTES (original)
+++ wookie/trunk/etc/release/war/WAR_BUILD_NOTES Wed Sep 18 15:06:41 2013
@@ -98,3 +98,27 @@ Running Wookie with Tomcat and MySQL man
 (9) Start your server
 
 (10) Open your browser and goto 'http://YOURSERVERADDRESS:8080/wookie' (i.e. http://localhost:8080/wookie)
+
+Running Wookie with Websphere Application Server 7
+==================================================
+
+WAS 7 comes pre-installed with a number of important dependencies used by Wookie, so in order to get
+Wookie working correctly you need to change the class loader of the Wookie WAR to PARENT_LAST and remove
+the following jars from WEB-INF/lib:
+
+- openjpa-all
+- xml-apis
+
+You may also need to comment out the following line from persistence.properties:
+
+openjpa.Log=log4j
+
+This file can be found in WEB-INF/classes/org/apache/wookie/beans/jpa
+
+Depending on the database used, there may also be issues with case-sensitivity of table names; see issue 
+WOOKIE-419 for more information.
+
+If you have any problems issues deploying Wookie on Websphere, there is a ticket on our tracker for
+any related issues: 
+
+https://issues.apache.org/jira/browse/WOOKIE-417