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 "Igor Peshansky (JIRA)" <ji...@apache.org> on 2006/06/02 06:19:29 UTC

[jira] Created: (AXIS2-792) Populating an AxisService via ServiceBuilder does not set service name

Populating an AxisService via ServiceBuilder does not set service name
----------------------------------------------------------------------

         Key: AXIS2-792
         URL: http://issues.apache.org/jira/browse/AXIS2-792
     Project: Apache Axis 2.0 (Axis2)
        Type: Bug

  Components: core  
    Versions: 1.0    
    Reporter: Igor Peshansky


After populating an AxisService using

DeploymentEngine engine = new DeploymentEngine();
AxisService svc = engine.buildService(new AxisService(), new FileInputStream("services.xml"), Thread.currentThread().getContextClassLoader(), engine.getAxisConfig());

where services.xml contains

<service name="TestService"/>

calling svc.getName() returns null, and svc.getServiceDescription() returns "TestService".

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Resolved: (AXIS2-792) Populating an AxisService via ServiceBuilder does not set service name

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2-792?page=all ]
     
Davanum Srinivas resolved AXIS2-792:
------------------------------------

    Resolution: Fixed

Applied.

thanks,
dims

> Populating an AxisService via ServiceBuilder does not set service name
> ----------------------------------------------------------------------
>
>          Key: AXIS2-792
>          URL: http://issues.apache.org/jira/browse/AXIS2-792
>      Project: Apache Axis 2.0 (Axis2)
>         Type: Bug

>   Components: core
>     Versions: 1.0
>     Reporter: Igor Peshansky
>  Attachments: ServiceBuilder-name.patch
>
> After populating an AxisService using
> DeploymentEngine engine = new DeploymentEngine();
> AxisService svc = engine.buildService(new AxisService(), new FileInputStream("services.xml"), Thread.currentThread().getContextClassLoader(), engine.getAxisConfig());
> where services.xml contains
> <service name="TestService"/>
> calling svc.getName() returns null, and svc.getServiceDescription() returns "TestService".

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Updated: (AXIS2-792) Populating an AxisService via ServiceBuilder does not set service name

Posted by "Igor Peshansky (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2-792?page=all ]

Igor Peshansky updated AXIS2-792:
---------------------------------

    Attachment: ServiceBuilder-name.patch

The attached patch should fix this issue.

> Populating an AxisService via ServiceBuilder does not set service name
> ----------------------------------------------------------------------
>
>          Key: AXIS2-792
>          URL: http://issues.apache.org/jira/browse/AXIS2-792
>      Project: Apache Axis 2.0 (Axis2)
>         Type: Bug

>   Components: core
>     Versions: 1.0
>     Reporter: Igor Peshansky
>  Attachments: ServiceBuilder-name.patch
>
> After populating an AxisService using
> DeploymentEngine engine = new DeploymentEngine();
> AxisService svc = engine.buildService(new AxisService(), new FileInputStream("services.xml"), Thread.currentThread().getContextClassLoader(), engine.getAxisConfig());
> where services.xml contains
> <service name="TestService"/>
> calling svc.getName() returns null, and svc.getServiceDescription() returns "TestService".

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org