-
A RESTful service I use requires SSL authentication - I use the SSLSocketFactory as shown in this example - http://hc.apache.org/httpcomponents-client-ga/httpclient/examples/org/apache/http/examples/…
-
```
What steps will reproduce the problem?
1. create multimodule Maven project with one parent and two children
2. create unit tests in both children using Spring and in-memory H2 database
3. create i…
-
```
The release notes for version 2.8 of maven-checkstyle-plugin say it now
supports aggregated reports in a multi-modules project, that may help with our
multi-module site build.
http://jira.codeh…
-
When calling `eclim-java-find-references` I get buffer with this content:
```
-*- mode: eclim-find; default-directory: /home/corpo-user/Dokumenty/Projekty/Acme/foo/foo-domain/src/main/java/com/acme/d…
-
Originally reported on Google Code with ID 4011
```
When compiling two modules, when compiling second file I've got
_java.net.ConnectionException: Connection refused: connect_
*Found in GWT Release…
-
**Originally by @johndevs**
___
Using push with long polling and everything works.
Changing transport to web sockets causes the following error in the error log and push stops working.
```
Feb 18, …
-
```
What steps will reproduce the problem?
Situation as described in
http://maven-java-formatter-plugin.googlecode.com/svn/site/0.3/examples.html#Mul
timodule_Configuration
What is the expected outpu…
-
```
What steps will reproduce the problem?
1. multimodule project
2. apk module depends on apklib module
3. apklib module depends on aar module
4. some code from apklib module refers to R file of aar …
-
```
What steps will reproduce the problem?
1. Windows default encoding is CP-1252. The file is encoded with UTF-8.
2. File contains special characters like (é,βούτυρος)
3. Configuration
t…
-
```
What steps will reproduce the problem?
1. create multimodule Maven project with one parent and two children
2. create unit tests in both children using Spring and in-memory H2 database
3. create i…