[jira] [Created] (SYNCOPE-316) Exception when creating connector instances with no bundles available

2013-02-18 Thread JIRA
Francesco Chicchiriccò created SYNCOPE-316: -- Summary: Exception when creating connector instances with no bundles available Key: SYNCOPE-316 URL: https://issues.apache.org/jira/browse/SYNCOPE-316

[jira] [Commented] (SYNCOPE-315) Persistent feedback messages

2013-02-18 Thread JIRA
[ https://issues.apache.org/jira/browse/SYNCOPE-315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13580511#comment-13580511 ] Francesco Chicchiriccò commented on SYNCOPE-315: trunk:

[jira] [Commented] (SYNCOPE-315) Persistent feedback messages

2013-02-18 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/SYNCOPE-315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13580519#comment-13580519 ] Hudson commented on SYNCOPE-315: Integrated in Syncope-trunk #96 (See

[jira] [Resolved] (SYNCOPE-315) Persistent feedback messages

2013-02-18 Thread JIRA
[ https://issues.apache.org/jira/browse/SYNCOPE-315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Francesco Chicchiriccò resolved SYNCOPE-315. Resolution: Fixed 1_0_X: http://svn.apache.org/r1447180 trunk:

[jira] [Commented] (SYNCOPE-315) Persistent feedback messages

2013-02-18 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/SYNCOPE-315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13580540#comment-13580540 ] Hudson commented on SYNCOPE-315: Integrated in Syncope-1_0_X #146 (See

[jira] [Assigned] (SYNCOPE-316) Exception when creating connector instances with no bundles available

2013-02-18 Thread JIRA
[ https://issues.apache.org/jira/browse/SYNCOPE-316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Francesco Chicchiriccò reassigned SYNCOPE-316: -- Assignee: Francesco Chicchiriccò Exception when creating

[jira] [Commented] (SYNCOPE-315) Persistent feedback messages

2013-02-18 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/SYNCOPE-315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13580543#comment-13580543 ] Hudson commented on SYNCOPE-315: Integrated in Syncope-trunk #97 (See

[jira] [Resolved] (SYNCOPE-316) Exception when creating connector instances with no bundles available

2013-02-18 Thread JIRA
[ https://issues.apache.org/jira/browse/SYNCOPE-316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Francesco Chicchiriccò resolved SYNCOPE-316. Resolution: Fixed 1_0_X: http://svn.apache.org/r1447193 trunk:

[jira] [Created] (SYNCOPE-317) Error executing SyncTask twice or more

2013-02-18 Thread JIRA
Francesco Chicchiriccò created SYNCOPE-317: -- Summary: Error executing SyncTask twice or more Key: SYNCOPE-317 URL: https://issues.apache.org/jira/browse/SYNCOPE-317 Project: Syncope

[jira] [Commented] (SYNCOPE-316) Exception when creating connector instances with no bundles available

2013-02-18 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/SYNCOPE-316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13580562#comment-13580562 ] Hudson commented on SYNCOPE-316: Integrated in Syncope-trunk #98 (See

[jira] [Reopened] (SYNCOPE-315) Persistent feedback messages

2013-02-18 Thread Colm O hEigeartaigh (JIRA)
[ https://issues.apache.org/jira/browse/SYNCOPE-315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colm O hEigeartaigh reopened SYNCOPE-315: - I'm seeing the following error: ERROR: Wicket.Ajax.Call.processComponent:

[jira] [Resolved] (SYNCOPE-317) Error executing SyncTask twice or more

2013-02-18 Thread JIRA
[ https://issues.apache.org/jira/browse/SYNCOPE-317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Francesco Chicchiriccò resolved SYNCOPE-317. Resolution: Fixed http://svn.apache.org/r1447284 Error

Some Connector property queries

2013-02-18 Thread Colm O hEigeartaigh
Hi all, Two questions: 1) When configuring a new Connector in Syncope, the required * is only showing up for a non-multi valued entry. ConnectorModalPage has if (isArray) { field.removeRequiredLabel(); ...}. Any ideas why it is doing this? Adding if (required) { field.addRequiredLabel(); }

Re: LDAP Role queries

2013-02-18 Thread Colm O hEigeartaigh
Hi Francesco, This derives from UserTO.username and RoleTO.name, as per bean property resolution: to turn the latter into rolename we should change the property name and getter / setter on RoleTO. Ok thanks. I'm fine with leaving it as it is - I just wanted to know why the difference between

[jira] [Resolved] (SYNCOPE-138) Scripted SQL connector bundle

2013-02-18 Thread Marco Di Sabatino Di Diodoro (JIRA)
[ https://issues.apache.org/jira/browse/SYNCOPE-138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marco Di Sabatino Di Diodoro resolved SYNCOPE-138. -- Resolution: Fixed

[jira] [Resolved] (SYNCOPE-315) Persistent feedback messages

2013-02-18 Thread JIRA
[ https://issues.apache.org/jira/browse/SYNCOPE-315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Francesco Chicchiriccò resolved SYNCOPE-315. Resolution: Fixed 1_0_X: http://svn.apache.org/r1447304 trunk:

Commons Lang version

2013-02-18 Thread Colm O hEigeartaigh
Hi all, We have two different dependencies of Commons Lang in 'core': commons-lang:commons-lang:jar:2.6:compile org.apache.commons:commons-lang3:jar:3.1:compile 2.6 is coming in from syncope-common, 3.1 via Apache bval. Should we just upgrade Syncope to use 3.1? Colm. -- Colm O hEigeartaigh

Re: Commons Lang version

2013-02-18 Thread Francesco Chicchiriccò
On 18/02/2013 17:13, Colm O hEigeartaigh wrote: Hi all, We have two different dependencies of Commons Lang in 'core': commons-lang:commons-lang:jar:2.6:compile org.apache.commons:commons-lang3:jar:3.1:compile 2.6 is coming in from syncope-common, 3.1 via Apache bval. Should we just upgrade

Re: LDAP Role queries

2013-02-18 Thread Francesco Chicchiriccò
On 18/02/2013 16:08, Colm O hEigeartaigh wrote: [...] LDAPMembershipPropagationActions has ldapGroups as the group member attribute name, whereas LDAPMembershipSyncActions has uniquemember. Is there a reason why it is different in both cases? Shouldn't they also check the value of the

Re: Some Connector property queries

2013-02-18 Thread Fabio Martelli
Il giorno 18/feb/2013, alle ore 15.55, Colm O hEigeartaigh ha scritto: Hi all, Two questions: 1) When configuring a new Connector in Syncope, the required * is only showing up for a non-multi valued entry. ConnectorModalPage has if (isArray) { field.removeRequiredLabel(); ...}. Any

Re: Commons Lang version

2013-02-18 Thread Francesco Chicchiriccò
On 18/02/2013 18:00, Francesco Chicchiriccò wrote: On 18/02/2013 17:13, Colm O hEigeartaigh wrote: Hi all, We have two different dependencies of Commons Lang in 'core': commons-lang:commons-lang:jar:2.6:compile org.apache.commons:commons-lang3:jar:3.1:compile 2.6 is coming in from