This is the first release of the Java implementation of Olio. There are two tarballs for this release: apache-olio-java-0.2.tar.gz is the binary kit. apache-olio-java-src-0.2.tar.gz is the source that corresponds to the binary kit. On Linux, use 'tar -xzf apache-olio-java-0.2.tar.gz' to extract. On Solaris, use 'gzcat apache-olio-java-0.2.tar.gz | /usr/sfw/bin/gtar -xvf -' The instructions for setting up Olio from the binary kit are contained in java_setup_kit.html which is located in the top-level directory. You can also browse the document at https://svn.apache.org/repos/asf/incubator/olio/docs/java_setup_kit.html The instructions for setting up Olio from the source kit are contained in java_setup.html which is located in the 'docs' directory. Issues fixed in this release ============================ OLIO-136: Timezone field in user/person table too small OLIO-135: On weblogic :Gives "IllegalStateException: ..." for index page OLIO-134: Deployment of java application fails on weblogic server OLIO-133: Upgrade java loader to revised loader framework OLIO-132: Invitations do not work in Java app OLIO-131: Clicking on an attendee brings up a blank page OLIO-130: Java doAddEvent failing in workload OLIO-129: "Average Images in Tag Search Results" statistic in summary report often fails OLIO-127: Home page image stats collection incorrect OLIO-126: Remove debug msgs in Java app OLIO-121: addPerson fails on Weblogic application server OLIO-120: dynamic weaving does not work with JPA/Eclipselink and Weblogic 10.3 with Fetching set to LAZY OLIO-118: SocialEvent does not permit changing of timezone in addEvent- reverts to system default OLIO-114: FileUploadHandler.java's logger is pointing to the wrong logger string OLIO-113: Remove old service entries from benchmark class OLIO-112: Update driver to use HttpClient3.0.1 APIs OLIO-95: put memcached layer back in Java application OLIO-93: License files etc. need to be fixed in java version OLIO-90: Simulation of browser caches incorrect OLIO-87: Change static image/doc files OLIO-84: Upgrade driver code to use httpclient 3.0.1 OLIO-81: Cycle time distribution too small for Add* operations