You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Andreas Veithen (JIRA)" <ji...@apache.org> on 2008/01/05 16:06:33 UTC

[jira] Created: (AXIS2-3427) SOAPMonitorApplet has been moved -> need to change SOAPMonitorService and 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


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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Commented: (AXIS2-3427) SOAPMonitorApplet has been moved -> need to change SOAPMonitorService and documentation

Posted by "Andreas Veithen (JIRA)" <ji...@apache.org>.
    [ 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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Updated: (AXIS2-3427) SOAPMonitorApplet has been moved -> need to change SOAPMonitorService and documentation

Posted by "Andreas Veithen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-3427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andreas Veithen updated AXIS2-3427:
-----------------------------------

    Attachment: axis2-3427.patch.txt

Attached patch for SOAPMonitorService.

> 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
>         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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Resolved: (AXIS2-3427) SOAPMonitorApplet/SOAPMonitorService broken

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-3427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Davanum Srinivas resolved AXIS2-3427.
-------------------------------------

    Resolution: Fixed

Robert, 

I managed to take a stab at it (svn revision  634990). Please cross-check if all's well when u get a chance.

-- dims

> SOAPMonitorApplet/SOAPMonitorService broken
> -------------------------------------------
>
>                 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
>            Assignee: robert lazarski
>             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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Updated: (AXIS2-3427) SOAPMonitorApplet/SOAPMonitorService broken

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-3427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Davanum Srinivas updated AXIS2-3427:
------------------------------------

    Assignee: robert lazarski

> SOAPMonitorApplet/SOAPMonitorService broken
> -------------------------------------------
>
>                 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
>            Assignee: robert lazarski
>             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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Updated: (AXIS2-3427) SOAPMonitorApplet/SOAPMonitorService broken

Posted by "Andreas Veithen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-3427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andreas Veithen updated AXIS2-3427:
-----------------------------------

    Fix Version/s: 1.4
          Summary: SOAPMonitorApplet/SOAPMonitorService broken  (was: SOAPMonitorApplet has been moved -> need to change SOAPMonitorService and documentation)

> SOAPMonitorApplet/SOAPMonitorService broken
> -------------------------------------------
>
>                 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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Commented: (AXIS2-3427) SOAPMonitorApplet/SOAPMonitorService broken

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-3427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12574575#action_12574575 ] 

Davanum Srinivas commented on AXIS2-3427:
-----------------------------------------

Robert, can you please take a look at this?

thanks,
dims

> SOAPMonitorApplet/SOAPMonitorService broken
> -------------------------------------------
>
>                 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
>            Assignee: robert lazarski
>             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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Commented: (AXIS2-3427) SOAPMonitorApplet/SOAPMonitorService broken

Posted by "robert lazarski (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-3427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12574584#action_12574584 ] 

robert lazarski commented on AXIS2-3427:
----------------------------------------

On my todo list - I'll look at it in the next day or so. 

> SOAPMonitorApplet/SOAPMonitorService broken
> -------------------------------------------
>
>                 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
>            Assignee: robert lazarski
>             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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org