diff --git a/docs/manual/OptionalTasks/ejb.html b/docs/manual/OptionalTasks/ejb.html index 3a65d2b72..adb95d7ab 100644 --- a/docs/manual/OptionalTasks/ejb.html +++ b/docs/manual/OptionalTasks/ejb.html @@ -1258,7 +1258,7 @@ sun jdk.

For the websphere element to work, you have to provide a complete classpath, that contains all classes, that are required to reflect the bean classes. For ejbdeploy to work, you must also provide -the classpath of the ejbdeploy tool (look at the examples below). +the classpath of the ejbdeploy tool and set the websphere.home property (look at the examples below).

@@ -1344,6 +1344,7 @@ the classpath of the ejbdeploy tool (look at the examples below). in the descriptor dir:

+     <property name="webpshere.home" value="${was4.home}"/>
      <ejbjar srcdir="${build.class}" descriptordir="etc/ejb">
       <include name="*-ejb-jar.xml"/>
       <websphere dbvendor="DB2UDBOS390_V6"