Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
the sonar maven plugin must be executed on the same host than the server because derby listens only on 127.0.0.1.
The first step is to add the following properties to conf/derby.properties :
#####
- Uncomment the two following properties if the embedded database is derby and if
- the sonar maven plugin is executed on a different host than the server.
- By default the Derby Network Server will only listen on the loopback address.
#####
#derby.drda.host=0.0.0.0
#derby.drda.portNumber=1527
The problem is now to configure the security policy : http://db.apache.org/derby/docs/dev/adminguide/tadminnetservcustom.html
Activity
Freddy Mallet
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Fix Version/s | 1.2 [ 14022 ] |
Simon Brandhof
made changes -
| Resolution | Won't Fix [ 2 ] | |
| Status | Open [ 1 ] | Resolved [ 5 ] |
Simon Brandhof
made changes -
| Fix Version/s | 1.2 [ 14022 ] |
Simon Brandhof
made changes -
| Status | Resolved [ 5 ] | Closed [ 6 ] |
Derby should be used only for test/demo purposes. So this Derby limitation is a good thing, it enforces to use another database for production use. It will not be fixed.