Date: 2004-07-30T17:41:33
Editor: JacekLaskowski <jlaskowski@apache.org>
Wiki: Apache Geronimo Wiki
Page: PetStore
URL: http://wiki.apache.org/geronimo/PetStore
Info on uniqueness of <ejb-relation-name>
Change Log:
------------------------------------------------------------------------------
@@ -78,7 +78,9 @@
Once it's done, delete META-INF/openejb-jar.xml file.
- 1. Change the value of <reentrant> tag from ''False'' to ''false''. The affected files
are:
+ 1. Change the value of <reentrant> tag from ''False'' to ''false''.
+
+ The affected files are:
* customer-ejb.jar
* signon-ejb.jar
@@ -88,7 +90,21 @@
{{{
jar -xf <ejb-jar> META-INF/ejb-jar.xml
-....edit META-INF/ejb-jar.xml
+....edit META-INF/ejb-jar.xml....
+jar -uf <ejb-jar> META-INF/ejb-jar.xml
+}}}
+
+ 1. Change the value of <ejb-relation-name> tag from the empty string to a unique one
within relationships.
+
+ The affected files are:
+
+ * customer-ejb.jar
+
+ For each EJB jar listed above do the following:
+
+ {{{
+jar -xf <ejb-jar> META-INF/ejb-jar.xml
+....edit META-INF/ejb-jar.xml....
jar -uf <ejb-jar> META-INF/ejb-jar.xml
}}}
|