Hi, In "J2EE Developer's Guide, Section 2. Getting Started" (http://java.sun.com/j2ee/j2sdkee/techdocs/guides/ejb/html/Started.fm.html#7940) there is a last subsection explaining how to modify the J2EE Application "Converter", which was created. The guide says: "...Suppose that you want to change the exchange rate in the dollarToYen business method of the ConverterEJB class: 1. Edit the ConverterEJB.java source file. 2. Recompile ConverterEJB.java. 3. In the Application Deployment Tool, from the Tools menu select Update and Redeploy Application. (The Application Deployment Tool will automatically replace the old .class file in the ConverterApp with the new one.) I followed all the steps, but the new changes actually did not take place - converterClient.java produced the same values. Is there any way to check that I did everything what is necessary? Is it possible that the guide is incorrect? Thank you, Jacob Nikom =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff EJB-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
