Skip to content

Version bump daytrader

Rui Chen requested to merge version-bump-daytrader into master

Addresses Issue #5 (closed).

  • Update Daytrader to 3.0-SNAPSHOT
  • Update Apache Geronimo to 3.0.1
  • Geronimo still depends on Java 7 for deploying (need to setting jdk7home)
  • This version of Geronimo are using osgi frame now.
  • Using Tomcat as the container now. (before is Jetty)
  • Since this version of Geronimo uses osgi framework. Please use option -c (meanning clean) when booting the geronimo in case duplicate bundle error.
  • The source code for SOAP are deprecated (which is essential). I grep these source code of SOAP from (http://svn.apache.org/repos/asf/geronimo/daytrader/branches/3.0-M2/).
  • Modified parts of the web description files of daytrader, which is for making source code of SOAP work.
Edited by John Zhang

Merge request reports