|
@@ -1258,7 +1258,7 @@ sun jdk. |
|
|
<p> |
|
|
<p> |
|
|
For the websphere element to work, you have to provide a complete classpath, that contains all |
|
|
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 |
|
|
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 <i>websphere.home</i> property (look at the examples below). |
|
|
</p> |
|
|
</p> |
|
|
|
|
|
|
|
|
<table border="1" cellpadding="2" cellspacing="0"> |
|
|
<table border="1" cellpadding="2" cellspacing="0"> |
|
@@ -1344,6 +1344,7 @@ the classpath of the ejbdeploy tool (look at the examples below). |
|
|
in the descriptor dir:</p> |
|
|
in the descriptor dir:</p> |
|
|
|
|
|
|
|
|
<pre> |
|
|
<pre> |
|
|
|
|
|
<property name="webpshere.home" value="${was4.home}"/> |
|
|
<ejbjar srcdir="${build.class}" descriptordir="etc/ejb"> |
|
|
<ejbjar srcdir="${build.class}" descriptordir="etc/ejb"> |
|
|
<include name="*-ejb-jar.xml"/> |
|
|
<include name="*-ejb-jar.xml"/> |
|
|
<websphere dbvendor="DB2UDBOS390_V6" |
|
|
<websphere dbvendor="DB2UDBOS390_V6" |
|
|