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 "Charles McElrea (JIRA)" <ji...@apache.org> on 2007/04/13 23:22:15 UTC

[jira] Created: (AXIS2-2527) userguide example of using a module does not work

userguide example of using a module does not work
-------------------------------------------------

                 Key: AXIS2-2527
                 URL: https://issues.apache.org/jira/browse/AXIS2-2527
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: samples
    Affects Versions: 1.1.1
         Environment: Windows XP
            Reporter: Charles McElrea


use ant to build the userguide examples via ant generate.service

use ant to build the logging module via ant.generate.module

modify axis2.xml (according to the instructions in the User Guide) to add the loggingPhase to the various phaseOrder elements

start the standalone Axis2 server

type in ant run.client.servicewithmodule

The system responds with the following error:
[java] SEVERE: Invalid service MyServiceWithModule.aar due to invalid phase please check axis2.xml loggingPhase for  the handler InFlowLogHandler

-- 
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-2527) userguide example of using a module does not work

Posted by "Marco Battaglia (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-2527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12491429 ] 

Marco Battaglia commented on AXIS2-2527:
----------------------------------------

The problem is resolve with modify web.xml. The engine not find axis2.xml in WEB-INF/conf ot the web application ,  i put axis2.xml in the folder home/res/axis2.xml of the oracle application server, and modify the web.xml .

<param-name>axis2.xml.path</param-name>
 <param-value>./res/axis2.xml</param-value> 

I add the loggingPhase in the axis2.xml


> userguide example of using a module does not work
> -------------------------------------------------
>
>                 Key: AXIS2-2527
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2527
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: samples
>    Affects Versions: 1.1.1
>         Environment: Windows XP
>            Reporter: Charles McElrea
>
> use ant to build the userguide examples via ant generate.service
> use ant to build the logging module via ant.generate.module
> modify axis2.xml (according to the instructions in the User Guide) to add the loggingPhase to the various phaseOrder elements
> start the standalone Axis2 server
> type in ant run.client.servicewithmodule
> The system responds with the following error:
> [java] SEVERE: Invalid service MyServiceWithModule.aar due to invalid phase please check axis2.xml loggingPhase for  the handler InFlowLogHandler

-- 
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-2527) userguide example of using a module does not work

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

Deepal Jayasinghe resolved AXIS2-2527.
--------------------------------------

    Resolution: Fixed
      Assignee: Deepal Jayasinghe  (was: Chatra Nakkawita)

Seems like issues is fixed now

> userguide example of using a module does not work
> -------------------------------------------------
>
>                 Key: AXIS2-2527
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2527
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: samples
>    Affects Versions: 1.1.1
>         Environment: Windows XP
>            Reporter: Charles McElrea
>            Assignee: Deepal Jayasinghe
>
> use ant to build the userguide examples via ant generate.service
> use ant to build the logging module via ant.generate.module
> modify axis2.xml (according to the instructions in the User Guide) to add the loggingPhase to the various phaseOrder elements
> start the standalone Axis2 server
> type in ant run.client.servicewithmodule
> The system responds with the following error:
> [java] SEVERE: Invalid service MyServiceWithModule.aar due to invalid phase please check axis2.xml loggingPhase for  the handler InFlowLogHandler

-- 
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-2527) userguide example of using a module does not work

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

Davanum Srinivas updated AXIS2-2527:
------------------------------------

    Assignee: Chatra Nakkawita

> userguide example of using a module does not work
> -------------------------------------------------
>
>                 Key: AXIS2-2527
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2527
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: samples
>    Affects Versions: 1.1.1
>         Environment: Windows XP
>            Reporter: Charles McElrea
>            Assignee: Chatra Nakkawita
>
> use ant to build the userguide examples via ant generate.service
> use ant to build the logging module via ant.generate.module
> modify axis2.xml (according to the instructions in the User Guide) to add the loggingPhase to the various phaseOrder elements
> start the standalone Axis2 server
> type in ant run.client.servicewithmodule
> The system responds with the following error:
> [java] SEVERE: Invalid service MyServiceWithModule.aar due to invalid phase please check axis2.xml loggingPhase for  the handler InFlowLogHandler

-- 
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