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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to