Date: 2004-01-20T06:07:25
Editor: DavanumSrinivas <[EMAIL PROTECTED]>
Wiki: Apache Geronimo Wiki
Page: PetStore
URL: http://wiki.apache.org/geronimo/PetStore
no comment
Change Log:
------------------------------------------------------------------------------
@@ -55,7 +55,7 @@
* jar -xvf <path-to>petstore.war
- 1. Go to petstore/petstore.ear/petstore/WEB-INF/lib directory and remove the
following files: cart-ejb-client.jar, catalog-ejb-client.jar,
customer-ejb-client.jar, po-ejb-client.jar, servicelocator.jar,
signon-ejb-client.jar, tracer.jar. They're already in lib directory and having
them in that directory would result in ClassCastExceptions.
+ 1. Go to petstore/petstore.ear/petstore/WEB-INF/lib directory and remove the
following files: cart-ejb-client.jar, catalog-ejb-client.jar,
customer-ejb-client.jar, po-ejb-client.jar, servicelocator.jar,
signon-ejb-client.jar, tracer.jar. They're already in lib
(''incubator-geronimo/target/geronimo-DEV/lib'' to be precise) directory and
having them in that directory would result in ClassCastExceptions.
1. Go to
petstore/petstore.ear/petstore/WEB-INF/classes/com/sun/j2ee/blueprints/petstore/controller
and remove the following directories: ejb, events, exceptions. They're already
in lib files (as well as they were in the just-removed jars above). Now, you
understand more the quote above?