-
Hi
I exported one of the free channel source from internet and my mirth was corrupted and unable to open rest of the channels . Here is the error
com.mirth.connect.donkey.util.xst…
-
Error loading channels
com.mirth.connect.donkey.util.xstream.SerializerException: com.thoughtworks.xstream.converters.ConversionException: null : null
---- Debugging information ----
cause-except…
-
Following Java-first approach to develop soap-services for Tomcat 7, using org.glassfish.metro:webservices-rt:2.3.1 as soap-provider via Maven.
If webservices have the **same function name** but **in…
-
MTOM Interop-109 seeing this build error using metro 2.0 and Glassfish V2
[wsimport] compiling code...
[wsimport]
/space/test4u2/cvswork/sunsw/tango/qe-tests/mtom/interop-109/build/src/soap11utf8/se…
-
This code throws an exception[1]
```java
@GET
@Path("/reports/{id}")
@Produces(MediaType.APPLICATION_XML)
public Response retrieveReportXml(@NotNull @PathParam("id") UUID id) {
…
-
When returning a large response using the Netty connector, a "Buffer overflow" error occurs. Switching from `jersey-container-netty-http` to `jersey-container-grizzly2-http` resolves the issue, so it …
-
### Brief Summary
We are trying to test our applications with Payara Micro 6.2022.2 and the Jakarta EE 10 compatible pre-release of Vaadin Flow (24.0.0.alpha4).
### Expected Outcome
Applicat…
-
Hi Glassfish developers!
Specifying URL pattern "/*" for in web.xml:
```
/*
/WEB-INF/theme/header.jsp
/WEB-INF/theme/footer.jsp
```
causes Glassfish (org.apache.jasp…
-
**Query:**
```
Query query = new QueryBuilder()
.select()
.from(Pizza.class)
.where("NumberOfToppings", OPERAND.GREATER_THAN, "2")
.build();
BackendServices.remote()
.query(Pizza…
-
Hello,
We have an application that connects to Tomcat for receiving and sending request.
I have moved from receiving and sending to InputStream from ByteBuffer.
I discovered that Tyrus have problem r…