-
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…
-
When writing a pipeline rule that references the $message object, the API returns an HTTP 500 error, with the contents "`{"type":"ApiError","message":""}`". This issue does not seem to be present wh…
-
```
C:\dev\jdk7\bin\java -Didea.launcher.port=7535 "-Didea.launcher.bin.path=C:\Program Files (x86)\JetBrains\IntelliJ IDEA 15.0.2\bin" -Dfile.encoding=UTF-8 -classpath "C:\dev\jdk7\jre\lib\charsets.j…
-
saveNetwork() saved a .cys with the following content:
sessionInfo() is attached behind.
```
{
"cause" : {
"cause" : null,
"stackTrace" : [ {
"methodName" : "",
"fileName…
-
```
**pom.xml**
org.glassfish.jersey.containers
jersey-container-servlet-core
2.22.2
org.glassfish.jersey.ext
jersey-spring3
2.22.2
org.springframework
spring-co…
-
When I try to redeploy this demo app with the equivalent of:
> asadmin redeploy --name myapp myapp.war
I get the following error:
> remote failure: Error occurred during deployment: Exception while…
-
Hi, I'm trying to migrate some java code using the jersey rest client RxListenableFutureInvoker but scala has trouble compiling it on both 2.11 and 2.12.
Reproducible on the Ammonite repl:
```
…
-
Beim Laden des Applets erhalte ich folgende Fehlermeldung (copy-paste aus der Java-Konsole):
Java Plug-in 10.17.2.02
Using JRE version 1.7.0_17-b02 Java HotSpot(TM) 64-Bit Server VM
## User home dire…
-
When a bad regex is used in text search, it sends an exception to the end-user which might think that there's a problem.
Even if the regex is bad, it shouldn't return such an exception.
Try to put "…
-
For example, if you create a ConnectorTableLayoutHandle with a List in the handle, Jackson fails to include the "@type" field during serialization.
However, if you create another class to wrapper the…