[jboss-osgi-issues] [JBoss JIRA] (JBOSGI-687) Allow OSGi services to be registered as JAX-WS endpoints

Thomas Diesler (JIRA) jira-events at lists.jboss.org
Fri Jul 5 01:01:37 EDT 2013


     [ https://issues.jboss.org/browse/JBOSGI-687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Diesler moved WFLY-1280 to JBOSGI-687:
---------------------------------------------

        Project: JBoss OSGi  (was: WildFly)
            Key: JBOSGI-687  (was: WFLY-1280)
       Workflow: jira  (was: GIT Pull Request workflow )
    Component/s: WebServices
                     (was: OSGi)
                     (was: Web Services)

    
> Allow OSGi services to be registered as JAX-WS endpoints
> --------------------------------------------------------
>
>                 Key: JBOSGI-687
>                 URL: https://issues.jboss.org/browse/JBOSGI-687
>             Project: JBoss OSGi
>          Issue Type: Feature Request
>          Components: WebServices
>            Reporter: Thomas Diesler
>
> It should be possible to register a WS endpoint similar to this
> {code}
>  public void start(BundleContext context) { 
>       HelloService helloService = new HelloServiceImpl();
>       Dictionary props = new Hashtable();
>       props.put("service.exported.interfaces", "*");
>       props.put("service.exported.configs", "org.apache.cxf.ws");
>       props.put("org.apache.cxf.ws.address", "http://localhost:8090/soap");
>       registration = context.registerService(HelloService.class.getName(), helloService, props);
> }
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-osgi-issues mailing list