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/04/01 14:04:52 UTC

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

    [ https://issues.apache.org/jira/browse/TOMEE-1511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14390463#comment-14390463 ] 

Felipe Jaekel commented on TOMEE-1511:
--------------------------------------

Tested today with 2.0-SNAPSHOT, it's working as expected.

Thanks again

> 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
>            Assignee: Romain Manni-Bucau
>             Fix For: 2.0.0-Milestone-1
>
>
> 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)