Author: steveh
Date: Thu May 12 11:45:11 2005
New Revision: 169870
URL: http://svn.apache.org/viewcvs?rev=169870&view=rev
Log:
Fix for BEEHIVE-674: address book sample docs should note wsdl2java 'error'
Modified:
incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/wsm/sample_AddressBook.xml
Modified:
incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/wsm/sample_AddressBook.xml
URL:
http://svn.apache.org/viewcvs/incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/wsm/sample_AddressBook.xml?rev=169870&r1=169869&r2=169870&view=diff
==============================================================================
---
incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/wsm/sample_AddressBook.xml
(original)
+++
incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/wsm/sample_AddressBook.xml
Thu May 12 11:45:11 2005
@@ -169,7 +169,6 @@
<p>To deploy the app to Tomcat, run the following command:</p>
<source>copy C:\beehive_projects\EnhancedAddressBookWS.war
%CATALINA_HOME%\webapps /Y</source>
-
</section>
<section id="verify_deploy"><title>To Verify the
Deployments</title>
<p>Verify that the web services is running by
pointing your
@@ -197,6 +196,14 @@
<code>client-build.xml</code>. Simply
run the Ant command
shown above and the clients will be
generated in
<code>WEB-INF/build/generated</code>.</p>
+<note>When you compile these apps you may see the error messages
below.<br/><br/>
+ <code>[wsdl2java] - Unable to find required classes
(javax.activation.DataHandler and javax.mail.internet.MimeMultipart).
Attachment support is disabled. </code>
+ <br/><br/>
+ <code> [junit] - Unable to find required classes
(javax.activation.DataHandler and javax.mail.internet.MimeMultipart).
Attachment support is disabled. </code>
+ <br/><br/>
+ You can ignore this error message, since these samples does not rely on
+ the classes mentioned.
+ </note>
<p>The clients consist of JUnit test cases that
exercise the
contract published in the WSDL. The
final result shows the
number of successfully passed JUnit
tests.</p>