Skip to main content

Questions tagged [java-metro-framework]

Metro is a mature web services framework for Java.

java-metro-framework
0 votes
0 answers
169 views

javax.xml.ws.WebServiceException: Provider com.sun.xml.internal.ws.spi.ProviderImpl not found (ZULU 11)

We updated the our environment Liferay DXP 7.2 to 7.4, In 7.2 All my soap services are working fine, in tomcat-9.0.33 and we have below property file "jaxws.properties" "javax.xml.ws....
Saleem's user avatar
  • 29
-1 votes
1 answer
890 views

Looking for an example @WebService that exclusively jakarta.*

`I am migrating a web application from Java8/Tomcat8 (J8T8) to Java11/Tomcat10 (J11T10). I have a handful of integrations with other systems that utilize SOAP/REST. Needless to say, this has been a ...
Dave's user avatar
  • 9
0 votes
1 answer
110 views

Why only part Metro Framework packages / artifacts renamed to jakarta and most stay in com.sun.xml?

My Gradle WSLD Java source generation plugin still uses com.sun.xml.ws:jaxws-tools of v2.3.2-1. There is v4.0.0 too: https://mvnrepository.com/artifact/com.sun.xml.ws/jaxws-tools but there is no jaxws-...
gavenkoa's user avatar
  • 47.7k
0 votes
0 answers
905 views

METRO SOAP web services not working with Tomcat 9 and Java 11

We have migrated our project from Java 8 to Java 11 and after that ws-security is not working in our application. Added JVM_PARAMS="$JVM_PARAMS --upgrade-module-path /Tomcat/upgradable" in setenv....
Livin's user avatar
  • 41
1 vote
1 answer
5k views

JAX-WS in Java 11 and missing class WebParam$Mode

I'm trying to use the wsimport tool in Java 11. I've obtained an open-source version of jax-ws from the Metro project of Eclipse EE4J, at https://github.com/eclipse-ee4j/metro-jax-ws . I've tried ...
Andy Thomas's user avatar
  • 85.8k
0 votes
1 answer
112 views

Can you change the SecurityTokenService's AlgorithmSuite programmatically?

I have to consume a service which has this snippet in the documentation: ...you may need to release an update that changes the configured STS URL to the v1.3 production end point, and changes the ...
Daniel Jay Marcaida's user avatar
0 votes
1 answer
659 views

Add external file to payara micro application classpath

I'm using payara micro to run my war application. Because one of the services I need to access requires metro ws, I need to provide a wsit client file to the application. When I add it inside the war,...
Hugo Dias's user avatar
  • 371
0 votes
1 answer
674 views

Illegal reflective access by Metro jar

I have an illegal reflective access operation caused by one of the metro jars that I use: jvm 1 | WARNING: An illegal reflective access operation has occurred jvm 1 | WARNING: Illegal ...
extremecoder85's user avatar
3 votes
0 answers
569 views

Out of memory react native metro bundler

I have a simple app that's been initially created using: react-native init AwesomeProject I am working on windows 10 and for a long time metro would just keep crashing every minute or so. I did not ...
Fred Johnson's user avatar
  • 2,637
10 votes
3 answers
3k views

Tomcat occasionally returns a response without HTTP headers

I’m investigating a problem where Tomcat (7.0.90 7.0.92) returns a response with no HTTP headers very occasionally. According to the captured packets by Wireshark, after Tomcat receives a request it ...
Kohei Nozaki's user avatar
  • 1,154
9 votes
1 answer
14k views

Where is wsimport after Java 11

I've used wsimport and other Metro tools for many years but since the removal of Java EE modules from Java 11, I can't find the tools. Where can I find the wsimport executable?
Evandro Pomatti's user avatar
-2 votes
1 answer
1k views

Metro UI C#: How do you make a form within a form?

I want to know how to open different forms with a single main parent form in Metro Framework UI similar to a Modern POS System. As far as I know, I haven't found anything remotely close to that in the ...
Jammeh's user avatar
  • 63
0 votes
1 answer
858 views

How to enable JAX-WS client side validation in Metro / WebLogic 11g

I want to enable client side validation of my SOAP messages before sending them to the endpoint. How can I enable it in my client application running in WebLogic 10.3.6 / Metro provider, preferably ...
Evandro Pomatti's user avatar
1 vote
1 answer
981 views

MetroFramework - MetroMenuStrip and probably some more are missing from a Toolbox menu

I just tried to install this framework through the Visual Studio Community's NuGet and I linked appropriate dll, so this is what I got: Still, things like MetroContextMenu or MentroMenuStrip are ...
Whirlwind's user avatar
  • 13.8k
0 votes
0 answers
819 views

How to create Metro Soap Client Service in Spring

I'm developing a quite simple web using Spring MVC + Thymeleaf + Spring Boot and so on. I'll make some requests to a soap web service which is already deployed. I've created all the stuff using ...
joninx's user avatar
  • 1,785

15 30 50 per page
1
2 3 4 5
17