-
Description:
Specify (truncateBody=true) when starting Broker. NullPointerException is caused when receiving StreamMessage type message from DMQ.
Error Message:
```
15/11/2012 2:40:52 PM com.sun.mes…
-
The JoinedAndReadyNotificationSignal, Action and ActionFactory javadocs need referential information
that is mentioned in the javadoc for GroupManagementService#reportJoinedAndReadyState
This will he…
-
This issue relates to the use of GenericJMSRA to connect to WebLogic JMS, and was suggested by Sivakumar.
Because this mode of operation does not support XA transactions, the resource adapter propert…
-
In AbstractReferenceFinderImpl, if the locator.getSystemId() returns a "jar:" based URL that contains a "!", it will blindly append the value returned from findExternalResource to the "jar" url. Howev…
-
While I am trying to marshall Java to xml .. JAXB don't encode the file path. Ex. if file path is /Users/Test/Development%20-%20SimplyFi xml file which is created is /Users/Test/Development%20-%20Simp…
-
I ran into a problem transferring large strings (~480 MB) via SOAP. I got an ArrayIndexOutOfBounds exception in the "Encoded" class. Further investigation revealed that the "setEscape" method tries to…
-
I am unsure if this is the right place to raise this item and whether it is a feature request or a bug.
I have a project, which uses a third party XML schemas and in that connection I am trying to ge…
-
Consider the following:
*.do is mapped to a servlet
welcome files are index.jsp, index.do
The intention is that the index.jsp page should be used if present and index.do (which always maps to the ser…
-
```
Hi,
current json is handled with gson or jackson. Would be great to integrate
johnzon.
A new release is coming (0.2-incubating) in few days so maybe wait 1 or 2
weeks before working on this t…
-
**Describe the bug**
After calling a SOAP service that responds with an MTOM/multipart content-type response, creating a jax-rs client with ClientBuilder.newClient() fails with
java.lang.ClassNot…