-
The Customization property JavaType/hasNsContext is not supported. I did not
check, whether this property is still in the specification, but it was in the
specification for JAXB 1, and its still docum…
-
Background
=======
I'm working on a program which takes JSON (an exported Trello board), and formats it into a list (each card in a custom format). The beginning process starts by going to the next …
-
Hello,
Generating a patch from two JSON-files, where the target extends an array of the source, yields an array of operations on the extended array in reverse. A subsequent application of the patch…
-
This needs to be implemented in jmsra.
#### Affected Versions
[5.0]
-
Follow the steps below to reproduce the issue.
1.Create a connection factory with minimum pool 1 and idle time out 10\.
```
asadmin create-jms-resource --restype javax.jms.ConnectionFactory jms/CF
a…
-
The Javadoc for `javax.ws.rx.core.UriBuilder`:
> Builder methods perform contextual encoding of characters not permitted in the corresponding URI component following the rules of the `application/x…
-
```
When developping errai-based applications (http://www.jboss.org/errai),
invoking GWT compile makes the errai extension to generate java classes in the
build output folder.
These new classes won'…
-
```
When developping errai-based applications (http://www.jboss.org/errai),
invoking GWT compile makes the errai extension to generate java classes in the
build output folder.
These new classes won'…
-
```
What steps will reproduce the problem?
1. download release zip and unzip it.
2. delete src, samples and etc, just keep release files
3. add to my own javaee web content.
What is the expected outp…
-
It would be nice if javascript functions created by `h:commandScript` would return a `Promise` which could then be combined/chained with other `Promise`s.