You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Felipe Jaekel (JIRA)" <ji...@apache.org> on 2015/02/12 13:04:11 UTC

[jira] [Created] (TOMEE-1511) Parallel deployment + EJB webservice not working

Felipe Jaekel created TOMEE-1511:
------------------------------------

             Summary: Parallel deployment + EJB webservice not working
                 Key: TOMEE-1511
                 URL: https://issues.apache.org/jira/browse/TOMEE-1511
             Project: TomEE
          Issue Type: Bug
    Affects Versions: 1.7.1
         Environment: Amazon Linux, OpenJDK 7u75
            Reporter: Felipe Jaekel


Hi,

I'm able to successfully use EJBs + parallel deployment with the following configuration:

openejb.deploymentId.format = {ejbJarId}/{ejbName}
openejb.jndiname.format = {deploymentId}{interfaceType.annotationName}

Now I'd like to add a EJB webservice to this webapp that is parallel deployed, but I'm facing some issues. I'm using this example to test: http://tomee.apache.org/examples-trunk/simple-webservice-without-interface/README.html

Fev 10, 2015 11:02:28 AM org.apache.openejb.server.webservices.WsService deployApp
INFORMAÇÕES: Webservice(wsdl=http://localhost:8080//webservices/WebServiceTest%23%2320150210-1100/Calculator, qname={http://superbiz.org/wsdl}CalculatorWsService) --> Ejb(id=WebServiceTest##20150210-1100/Calculator)

1) Webapp name is WebServiceTest, it was not added in the wsdl url. I can't access it.
2) EJB deployment id was added to the wsdl url. Setting openejb.wsAddress.format = /{ejbName} solves it, but then I get java.lang.RuntimeException: Already a destination on http://Calculator:80

Is this a bug, limitation or do I need further configuration?

Thanks



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)