Date: 2004-10-25T06:48:09 Editor: RalfBarkow <[EMAIL PROTECTED]> Wiki: Apache Geronimo Wiki Page: PetStore URL: http://wiki.apache.org/geronimo/PetStore
Shortened the "Japanish screen definitions" thing Change Log: ------------------------------------------------------------------------------ @@ -251,7 +251,7 @@ = Getting Petstore 1.1.2 to work on Apache Geronimo = -Rajesh Ravindran wrote on 2004-09-24 to [EMAIL PROTECTED] : +This section is based on Rajesh Ravindran's post to [EMAIL PROTECTED] on 2004-09-24: I had a chat with David Blevins & he asked me to share my experiences on making petstore work in geronimo with everyone. @@ -285,15 +285,15 @@ </ejb-ref> }}} -== Another factor was that the japanese screen definitions ... == -... were not working due to the use of unicode encoding & I guess the app server -could not identify it. So removed those screendefinitions from -requestmappings.xml -i.e remove the following line from requestmapping.xml +== You need to get ride of the Japanish screen definitions ... == + +... defined by the Pet Store Web application. More accurately, drop the element {{{ <screen-definition url="/WEB-INF/xml/ja/screendefinitions.xml" language="ja_JP"/> }}} +defined by petstore.war!/WEB-INF\xml\requestmappings.xml. + == Two setters & getters in the petstore code ... == ... were giving me errors.