[ANN] Apache Syncope 1.2.1 released

2014-11-21 Thread Francesco Chicchiriccò

The Apache Syncope team is pleased to announce the release of Syncope 1.2.1.

Apache Syncope is an Open Source system for managing digital identities
in enterprise environments, implemented in JEE technology .

The release will be available within 24h from:
http://syncope.apache.org/downloads.html

The full change log is available here:
http://s.apache.org/syncope121

We welcome your help and feedback. For more information on how to report
problems, and to get involved, visit the project website at

http://syncope.apache.org/

The Apache Syncope Team


[jira] [Commented] (SYNCOPE-608) Cannot configure audit for AuthenticationController

2014-11-21 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/SYNCOPE-608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14220667#comment-14220667
 ] 

ASF subversion and git services commented on SYNCOPE-608:
-

Commit 577f98e498a21fcaa355b65754ce5428d5e3db21 in syncope's branch 
refs/heads/1_2_X from [~mdisabatino]
[ https://git-wip-us.apache.org/repos/asf?p=syncope.git;h=577f98e ]

[SYNCOPE-608] Add authentication event to LoggerController


 Cannot configure audit for AuthenticationController
 ---

 Key: SYNCOPE-608
 URL: https://issues.apache.org/jira/browse/SYNCOPE-608
 Project: Syncope
  Issue Type: Bug
  Components: console
Affects Versions: 1.2.0
Reporter: Francesco Chicchiriccò
Assignee: Marco Di Sabatino Di Diodoro
 Fix For: 1.2.2, 1.3.0


 The admin console does not allow to configure audit for Authentication 
 controller, required for auditing login success / failure.
 This is possible via REST call, of course:
 {code}
 String name = 
 [REST]:[AuthenticationController]:[]:[login]:[SUCCESS];
 LoggerTO loggerTO = new LoggerTO();
 loggerTO.setName(name);
 loggerTO.setLevel(LoggerLevel.DEBUG);
 getService(LoggerService.class).update(LoggerType.AUDIT, name, 
 loggerTO);
 {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (SYNCOPE-608) Cannot configure audit for AuthenticationController

2014-11-21 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/SYNCOPE-608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14220670#comment-14220670
 ] 

ASF subversion and git services commented on SYNCOPE-608:
-

Commit 577f98e498a21fcaa355b65754ce5428d5e3db21 in syncope's branch 
refs/heads/master from [~mdisabatino]
[ https://git-wip-us.apache.org/repos/asf?p=syncope.git;h=577f98e ]

[SYNCOPE-608] Add authentication event to LoggerController


 Cannot configure audit for AuthenticationController
 ---

 Key: SYNCOPE-608
 URL: https://issues.apache.org/jira/browse/SYNCOPE-608
 Project: Syncope
  Issue Type: Bug
  Components: console
Affects Versions: 1.2.0
Reporter: Francesco Chicchiriccò
Assignee: Marco Di Sabatino Di Diodoro
 Fix For: 1.2.2, 1.3.0


 The admin console does not allow to configure audit for Authentication 
 controller, required for auditing login success / failure.
 This is possible via REST call, of course:
 {code}
 String name = 
 [REST]:[AuthenticationController]:[]:[login]:[SUCCESS];
 LoggerTO loggerTO = new LoggerTO();
 loggerTO.setName(name);
 loggerTO.setLevel(LoggerLevel.DEBUG);
 getService(LoggerService.class).update(LoggerType.AUDIT, name, 
 loggerTO);
 {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (SYNCOPE-607) Error when adding a value to a multivalue configuration parameter of type long

2014-11-21 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/SYNCOPE-607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14220669#comment-14220669
 ] 

ASF subversion and git services commented on SYNCOPE-607:
-

Commit cd2d63984e6825427730babbee1e6d6b65a3835a in syncope's branch 
refs/heads/master from [~mdisabatino]
[ https://git-wip-us.apache.org/repos/asf?p=syncope.git;h=cd2d639 ]

[SYNCOPE-607] Fix SpinnerFieldPanel for long type


 Error when adding a value to a multivalue configuration parameter of type long
 --

 Key: SYNCOPE-607
 URL: https://issues.apache.org/jira/browse/SYNCOPE-607
 Project: Syncope
  Issue Type: Bug
  Components: console
Affects Versions: 1.2.1
Reporter: Marco Di Sabatino Di Diodoro
Assignee: Marco Di Sabatino Di Diodoro
 Fix For: 1.2.2, 1.3.0


 Create new multivalue configuration schema of type Long. Try to add a value 
 to the new schema from the console. 
 Console return a class cast exception.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (SYNCOPE-608) Cannot configure audit for AuthenticationController

2014-11-21 Thread Marco Di Sabatino Di Diodoro (JIRA)

 [ 
https://issues.apache.org/jira/browse/SYNCOPE-608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marco Di Sabatino Di Diodoro resolved SYNCOPE-608.
--
Resolution: Fixed

 Cannot configure audit for AuthenticationController
 ---

 Key: SYNCOPE-608
 URL: https://issues.apache.org/jira/browse/SYNCOPE-608
 Project: Syncope
  Issue Type: Bug
  Components: console
Affects Versions: 1.2.0
Reporter: Francesco Chicchiriccò
Assignee: Marco Di Sabatino Di Diodoro
 Fix For: 1.2.2, 1.3.0


 The admin console does not allow to configure audit for Authentication 
 controller, required for auditing login success / failure.
 This is possible via REST call, of course:
 {code}
 String name = 
 [REST]:[AuthenticationController]:[]:[login]:[SUCCESS];
 LoggerTO loggerTO = new LoggerTO();
 loggerTO.setName(name);
 loggerTO.setLevel(LoggerLevel.DEBUG);
 getService(LoggerService.class).update(LoggerType.AUDIT, name, 
 loggerTO);
 {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (SYNCOPE-607) Error when adding a value to a multivalue configuration parameter of type long

2014-11-21 Thread Marco Di Sabatino Di Diodoro (JIRA)

 [ 
https://issues.apache.org/jira/browse/SYNCOPE-607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marco Di Sabatino Di Diodoro resolved SYNCOPE-607.
--
Resolution: Fixed

 Error when adding a value to a multivalue configuration parameter of type long
 --

 Key: SYNCOPE-607
 URL: https://issues.apache.org/jira/browse/SYNCOPE-607
 Project: Syncope
  Issue Type: Bug
  Components: console
Affects Versions: 1.2.1
Reporter: Marco Di Sabatino Di Diodoro
Assignee: Marco Di Sabatino Di Diodoro
 Fix For: 1.2.2, 1.3.0


 Create new multivalue configuration schema of type Long. Try to add a value 
 to the new schema from the console. 
 Console return a class cast exception.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (SYNCOPE-610) Installer doesn't update the console.properties with the container port

2014-11-21 Thread Colm O hEigeartaigh (JIRA)
Colm O hEigeartaigh created SYNCOPE-610:
---

 Summary: Installer doesn't update the console.properties with the 
container port
 Key: SYNCOPE-610
 URL: https://issues.apache.org/jira/browse/SYNCOPE-610
 Project: Syncope
  Issue Type: Bug
  Components: installer
Affects Versions: 1.2.1
Reporter: Colm O hEigeartaigh
Priority: Minor
 Fix For: 1.2.2



When installing Syncope via the installer to Tomcat, if you change the port it 
isn't reflected in the resulting 
syncope-console/WEB-INF/classes/console.properties. Possibly the host needs 
to be changed as well as part of this.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)