[jira] [Updated] (SYNCOPE-514) Core doesn't deploy on Glassfish

2014-06-24 Thread Massimiliano Perrone (JIRA)
[ https://issues.apache.org/jira/browse/SYNCOPE-514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Massimiliano Perrone updated SYNCOPE-514: - Description: Now, trying to deploy the core on Glassfish 4 the result is:

[jira] [Commented] (SYNCOPE-461) Use BeanValidation 1.1 with JAX-RS services

2014-06-24 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SYNCOPE-461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14041823#comment-14041823 ] ASF subversion and git services commented on SYNCOPE-461: - Commit

[jira] [Commented] (SYNCOPE-514) Core doesn't deploy on Glassfish

2014-06-24 Thread Massimiliano Perrone (JIRA)
[ https://issues.apache.org/jira/browse/SYNCOPE-514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14041829#comment-14041829 ] Massimiliano Perrone commented on SYNCOPE-514: -- Commit 1605022 from

R: [Proposal] Syncope LDAP Interface

2014-06-24 Thread Mirko Signoretto
Hi In general I'm proposing a read/write LDAP interface ahead Syncope. The real needing is to perfoms LDAP operations against Syncope. It happens when the applications need to connect to an authoritative resource, via LDAP. Very often the requested feature is the password sync, so the user

[jira] [Commented] (SYNCOPE-505) Support propagating non-cleartext passwords to external resources

2014-06-24 Thread JIRA
[ https://issues.apache.org/jira/browse/SYNCOPE-505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14041884#comment-14041884 ] Francesco Chicchiriccò commented on SYNCOPE-505: [~coheigea], I've taken

[jira] [Commented] (SYNCOPE-505) Support propagating non-cleartext passwords to external resources

2014-06-24 Thread JIRA
[ https://issues.apache.org/jira/browse/SYNCOPE-505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14041899#comment-14041899 ] Francesco Chicchiriccò commented on SYNCOPE-505: Here you go:

Task Rules

2014-06-24 Thread Colm O hEigeartaigh
Hi all, What are the new task rules that have been added to trunk? When I create a new synchronization task with the default Matching/Update Unmatching/Assign, it appears that the selected LDAPPasswordSyncActions class is not run. Colm. -- Colm O hEigeartaigh Talend Community Coder

Re: Task Rules

2014-06-24 Thread Fabio Martelli
Il 24/06/2014 12:24, Colm O hEigeartaigh ha scritto: Hi all, What are the new task rules that have been added to trunk? When I create a new synchronization task with the default Matching/Update Unmatching/Assign, it appears that the selected LDAPPasswordSyncActions class is not run. Colm. Hi

[jira] [Created] (SYNCOPE-515) Bad integration test causes role ownership conflicts

2014-06-24 Thread fabio martelli (JIRA)
fabio martelli created SYNCOPE-515: -- Summary: Bad integration test causes role ownership conflicts Key: SYNCOPE-515 URL: https://issues.apache.org/jira/browse/SYNCOPE-515 Project: Syncope

[jira] [Assigned] (SYNCOPE-515) Bad integration test causes role ownership conflicts

2014-06-24 Thread fabio martelli (JIRA)
[ https://issues.apache.org/jira/browse/SYNCOPE-515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] fabio martelli reassigned SYNCOPE-515: -- Assignee: fabio martelli Bad integration test causes role ownership conflicts

Binary Schema UI enhancements

2014-06-24 Thread Colm O hEigeartaigh
Hi all, I've had a change to look at the changes made as part of SYNCOPE-123, to support binary attributes. I can now load a X509 Certificate + associate it with a user, and propagate (+ sync) it to LDAP via the userCertificate attribute. Nice work Francesco! I just have some minor UI

[jira] [Commented] (SYNCOPE-515) Bad integration test causes role ownership conflicts

2014-06-24 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SYNCOPE-515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14042088#comment-14042088 ] ASF subversion and git services commented on SYNCOPE-515: - Commit

[jira] [Commented] (SYNCOPE-290) Typed SyncopeConf

2014-06-24 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SYNCOPE-290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14042095#comment-14042095 ] ASF subversion and git services commented on SYNCOPE-290: - Commit

Running Syncope Embed using a permanent h2 instance

2014-06-24 Thread Denis Signoretto
Hi, I've checked out Syncope 1_1_X to do some tests. I've seen that Syncope h2 db it's created within target directory. Everytime I launch mvn -P debug, target dir it's deleted. I'm wondering if is there a way to launch Syncope embed mode/debug profile using a permanent h2 location. I've

Re: Binary Schema UI enhancements

2014-06-24 Thread Francesco Chicchiriccò
On 24/06/2014 15:18, Colm O hEigeartaigh wrote: Hi all, I've had a change to look at the changes made as part of SYNCOPE-123, to support binary attributes. I can now load a X509 Certificate + associate it with a user, and propagate (+ sync) it to LDAP via the userCertificate attribute. Nice

[jira] [Resolved] (SYNCOPE-290) Typed SyncopeConf

2014-06-24 Thread JIRA
[ https://issues.apache.org/jira/browse/SYNCOPE-290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Francesco Chicchiriccò resolved SYNCOPE-290. Resolution: Fixed Typed SyncopeConf -

Re: Running Syncope Embed using a permanent h2 instance

2014-06-24 Thread Francesco Chicchiriccò
On 24/06/2014 15:27, Denis Signoretto wrote: Hi, I've checked out Syncope 1_1_X to do some tests. I've seen that Syncope h2 db it's created within target directory. Everytime I launch mvn -P debug, target dir it's deleted. This means you are directly running from the actual Syncope sources:

Re: Binary Schema UI enhancements

2014-06-24 Thread Colm O hEigeartaigh
Hi Francesco, On Tue, Jun 24, 2014 at 2:28 PM, Francesco Chicchiriccò ilgro...@apache.org wrote: Why don't we put instead an auto-complete field featuring this list - can't believe CXF hasn't turned it yet into a handful constant class ;-) - instead? Being the list very long, a plain

[jira] [Assigned] (SYNCOPE-461) Use BeanValidation 1.1 with JAX-RS services

2014-06-24 Thread JIRA
[ https://issues.apache.org/jira/browse/SYNCOPE-461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Francesco Chicchiriccò reassigned SYNCOPE-461: -- Assignee: Francesco Chicchiriccò Use BeanValidation 1.1 with JAX-RS

[jira] [Created] (SYNCOPE-516) Binary Schema UI enhancements

2014-06-24 Thread Andrea Patricelli (JIRA)
Andrea Patricelli created SYNCOPE-516: - Summary: Binary Schema UI enhancements Key: SYNCOPE-516 URL: https://issues.apache.org/jira/browse/SYNCOPE-516 Project: Syncope Issue Type:

Re: Binary Schema UI enhancements

2014-06-24 Thread andrea patricelli
Hi Colm, On 24/06/2014 15:36, Colm O hEigeartaigh wrote: Hi Francesco, On Tue, Jun 24, 2014 at 2:28 PM, Francesco Chicchiriccò ilgro...@apache.org wrote: Why don't we put instead an auto-complete field featuring this list - can't believe CXF hasn't turned it yet into a handful constant class

[jira] [Commented] (SYNCOPE-516) Binary Schema UI enhancements

2014-06-24 Thread Colm O hEigeartaigh (JIRA)
[ https://issues.apache.org/jira/browse/SYNCOPE-516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14042136#comment-14042136 ] Colm O hEigeartaigh commented on SYNCOPE-516: - The byte count is probably

[jira] [Commented] (SYNCOPE-516) Binary Schema UI enhancements

2014-06-24 Thread Andrea Patricelli (JIRA)
[ https://issues.apache.org/jira/browse/SYNCOPE-516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14042159#comment-14042159 ] Andrea Patricelli commented on SYNCOPE-516: --- You are right, reading file size

[jira] [Commented] (SYNCOPE-461) Use BeanValidation 1.1 with JAX-RS services

2014-06-24 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SYNCOPE-461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14042165#comment-14042165 ] ASF subversion and git services commented on SYNCOPE-461: - Commit

[jira] [Commented] (SYNCOPE-516) Binary Schema UI enhancements

2014-06-24 Thread Colm O hEigeartaigh (JIRA)
[ https://issues.apache.org/jira/browse/SYNCOPE-516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14042209#comment-14042209 ] Colm O hEigeartaigh commented on SYNCOPE-516: - Yes that makes sense I think!

[jira] [Updated] (SYNCOPE-516) Binary Schema UI enhancements

2014-06-24 Thread Andrea Patricelli (JIRA)
[ https://issues.apache.org/jira/browse/SYNCOPE-516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrea Patricelli updated SYNCOPE-516: -- Description: Binary schema enhancements: 1) Change text field to auto-complete text

[jira] [Commented] (SYNCOPE-516) Binary Schema UI enhancements

2014-06-24 Thread Andrea Patricelli (JIRA)
[ https://issues.apache.org/jira/browse/SYNCOPE-516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14042214#comment-14042214 ] Andrea Patricelli commented on SYNCOPE-516: --- Good, I'll update the issue.

Errored: apache/syncope#617 (trunk - 9b07243)

2014-06-24 Thread Travis CI
Build Update for apache/syncope - Build: #617 Status: Errored Duration: 1 minute and 27 seconds Commit: 9b07243 (trunk) Author: Francesco Chicchiriccò Message: [SYNCOPE-290] Implementation completed git-svn-id: