-
```
What steps will reproduce the problem?
1. Compile code for JBoss WAR package.
2. Run package.
3.
What is the expected output? What do you see instead?
I expect the application to sucessfully star…
-
`make.sapa()` will calculate poly- and [tetrachoric correlation](http://www.inside-r.org/packages/cran/psych/docs/biserial) matrices based on the [`score.items()`](http://personality-project.org/r/htm…
-
The SAT solver produces a model that does not satisfy all clauses when using the congruence closure DP.
Notes
- model minimisation is all (so not issue with sco minimisation)
- SAT solver used is def…
selig updated
9 years ago
-
-
After replacing `CompilerMain=dotty.tools.dotc.Main` by `CompilerMain=dotty.tools.dotc.Bench` in `bin/dotc`, I ran the following tests (note that -XX:+TieredCompilation is enabled by default on Java 8…
-
I would like to "port" an improvement request from the old JYRA: http://www.doctrine-project.org/jira/browse/DBAL-909
SetMaxResults doesn't work on subqueries, it's not implemented and it's not sure …
-
Az a helyzet, hogy a konténer HTTP lib (jboss esetén tomcat?) korlátozza a request paraméterek számát, alapértelmezetten 512-ben.
Ez az olyan nagy köröknél, mint pl. az SSSL, ahol ennél több aktív ta…
-
We have an enum:
``` java
public enum EnumBug {
Alpha(3),
Beta(6),
Delta(4) {
@Override public int getValue() { return -1; }
@Override public String toString() { return "Gamma"; }
},…
aliok updated
11 years ago
-
DefaultSessionFactoryProvider should set appropriate nHibernate dialect and driver class to support various databases (SQL Server, Oracle, PostgreSQL). More info https://community.jboss.org/wiki/Datab…
-
Hello everybody!
I did not found any information about msgpack-java in android except this discussion http://stackoverflow.com/questions/7529522/using-messagepack-with-android , from which I considere…