Missing WSDL with TomEE 7.1.4

[email protected]
Newsgroups gmane.comp.java.openejb.user
Message-ID <trinity-0ca355ec-309d-4a0a-8263-4803a4f10a9d-1660733205923__49592.4865988613$1660733227$gmane$org@3c-app-webde-bap51>
Hi guys,
 
I set up the Simple Webservice as explained here: https://github.com/apache/tomee/tree/tomee-7.1.x/examples/simple-webservice
 
Now I found out that the CalculatorTest works as expected:
 
Aug 17, 2022 10:58:20 AM org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean buildServiceFromWSDL
INFO: Creating Service {http://superbiz.org/wsdl[http://superbiz.org/wsdl]}CalculatorService from WSDL: http://localhost:46405/main/Calculator?wsdl
Aug 17, 2022 10:58:20 AM org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean buildServiceFromWSDL
INFO: Creating Service {http://superbiz.org/wsdl[http://superbiz.org/wsdl]}CalculatorService from WSDL: http://localhost:46405/main/Calculator?wsdl
 
The war is deployed to an TomEE 7.1.4 but I can't see that a WSDL is created?
 

17-Aug-2022 11:01:13.128 INFO [localhost-startStop-1] jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke Deploying web application archive [/opt/tomee/apache-tomee-webprofile-7.1.4/webapps/tomeeresearch.war]
17-Aug-2022 11:01:13.136 INFO [localhost-startStop-1] org.apache.tomee.catalina.TomcatWebAppBuilder.init ------------------------- localhost -> /tomeeresearch
17-Aug-2022 11:01:13.249 INFO [localhost-startStop-1] org.apache.openejb.config.ConfigurationFactory.configureApplication Configuring enterprise application: /opt/tomee/apache-tomee-webprofile-7.1.4/webapps/tomeeresearch
17-Aug-2022 11:01:13.330 INFO [localhost-startStop-1] org.apache.openejb.config.AutoConfig.createContainer Auto-creating a container for bean tomeeresearch.Comp1699221111: Container(type=MANAGED, id=Default Managed Container)
17-Aug-2022 11:01:13.358 INFO [localhost-startStop-1] org.apache.openejb.config.AppInfoBuilder.build Enterprise application "/opt/tomee/apache-tomee-webprofile-7.1.4/webapps/tomeeresearch" loaded.
17-Aug-2022 11:01:13.361 INFO [localhost-startStop-1] org.apache.openejb.assembler.classic.Assembler.createApplication Assembling app: /opt/tomee/apache-tomee-webprofile-7.1.4/webapps/tomeeresearch
17-Aug-2022 11:01:13.399 INFO [localhost-startStop-1] org.apache.openejb.assembler.classic.JndiBuilder.bind Jndi(name=global/tomeeresearch/Calculator!org.superbiz.calculator.ws.CalculatorWs) --> Ejb(deployment-id=Calculator)
17-Aug-2022 11:01:13.399 INFO [localhost-startStop-1] org.apache.openejb.assembler.classic.JndiBuilder.bind Jndi(name=global/tomeeresearch/Calculator) --> Ejb(deployment-id=Calculator)
17-Aug-2022 11:01:13.487 INFO [localhost-startStop-1] org.apache.openejb.cdi.CdiScanner.handleBda Using annotated mode for file:/opt/tomee/apache-tomee-webprofile-7.1.4/webapps/tomeeresearch/WEB-INF/classes/ looking all classes to find CDI beans, maybe think to add a beans.xml if not there or add the jar to exclusions.list
17-Aug-2022 11:01:13.720 INFO [localhost-startStop-1] org.apache.openejb.assembler.classic.Assembler.createApplication Deployed Application(path=/opt/tomee/apache-tomee-webprofile-7.1.4/webapps/tomeeresearch)
17-Aug-2022 11:01:13.891 INFO [localhost-startStop-1] jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke Deployment of web application archive [/opt/tomee/apache-tomee-webprofile-7.1.4/webapps/tomeeresearch.war] has finished in [763] ms
 
To my surprise with the @Stateless annoation it looks for me that an JNDI entry is generated.
 
What did I wrong?
 
Thanks,
Markus
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.