[
https://issues.apache.org/jira/browse/AXIS2-3427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12573492#action_12573492
]
Andreas Veithen commented on AXIS2-3427:
----------------------------------------
Actually, the change in SOAPMonitorApplet.java was:
---
modules/soapmonitor/src/org/apache/axis2/soapmonitor/applet/SOAPMonitorApplet.java
(revision 601604)
+++
modules/soapmonitor/src/org/apache/axis2/soapmonitor/applet/SOAPMonitorApplet.java
(revision 601605)
@@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
+package org.apache.axis2.soapmonitor.applet;
import java.awt.*;
import java.awt.event.*;
The commit comment was: "Fixed the trivial error in soap monitor applet, to get
it build from the source. There was a compilatin error when it loads from the
IDE. Fixed it."
As far as I can see, the file itself was not moved. Probably the package
declaration was intentionally left out, but then the Java file should be moved
from modules/soapmonitor/src/org/apache/axis2/soapmonitor/applet to
modules/soapmonitor/src to solve the problem described in the commit comment.
Probably this is the better solution. In this case, no changes are required to
SOAPMonitorService (and to the documentation).
> SOAPMonitorApplet has been moved -> need to change SOAPMonitorService and
> documentation
> ---------------------------------------------------------------------------------------
>
> Key: AXIS2-3427
> URL: https://issues.apache.org/jira/browse/AXIS2-3427
> Project: Axis 2.0 (Axis2)
> Issue Type: Bug
> Affects Versions: nightly
> Reporter: Andreas Veithen
> Fix For: 1.4
>
> Attachments: axis2-3427.patch.txt
>
>
> In revision 601605 the SOAPMonitorApplet class was moved from the default
> package to org.apache.axis2.soapmonitor.applet. This change needs to be
> reflected in SOAPMonitorService which generates the HTML to include the
> applet. Also the relevant documentation
> (modules/documentation/xdocs/@axis2_version_dir@/soapmonitor-module.xml)
> should be updated.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]