Re: [Report] CXF migration status

2013-02-04 Thread Francesco Chicchiriccò
Hi all, a side question: will you remove the CXF experimental branch at the end of SYNCOPE-231 (or at the end of SYNCOPE-285)? Regards. On 02/02/2013 17:23, Francesco Chicchiriccò wrote: On 02/02/2013 12:07, Andrei Shakirin wrote: Hi, Would like to shortly report status of CXF migration:

[jira] [Assigned] (SYNCOPE-277) Improve archetype resource population from core and console

2013-02-04 Thread JIRA
[ https://issues.apache.org/jira/browse/SYNCOPE-277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Francesco Chicchiriccò reassigned SYNCOPE-277: -- Assignee: Francesco Chicchiriccò Improve archetype resource

RE: [Report] CXF migration status

2013-02-04 Thread Jan Bernhardt
Yes. Best regards. Jan -Original Message- From: Francesco Chicchiriccò [mailto:ilgro...@apache.org] Sent: Montag, 4. Februar 2013 09:16 To: dev@syncope.apache.org Subject: Re: [Report] CXF migration status Hi all, a side question: will you remove the CXF experimental branch at

[jira] [Assigned] (SYNCOPE-265) Ensure that Syncope 'test' Users conform to the Schema

2013-02-04 Thread Massimiliano Perrone (JIRA)
[ https://issues.apache.org/jira/browse/SYNCOPE-265?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Massimiliano Perrone reassigned SYNCOPE-265: Assignee: Massimiliano Perrone Ensure that Syncope 'test' Users

[jira] [Assigned] (SYNCOPE-284) Broken export

2013-02-04 Thread JIRA
[ https://issues.apache.org/jira/browse/SYNCOPE-284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Francesco Chicchiriccò reassigned SYNCOPE-284: -- Assignee: Francesco Chicchiriccò Broken export -

RE: [DISCUSS] User Service

2013-02-04 Thread Jan Bernhardt
-Original Message- From: Francesco Chicchiriccò [mailto:ilgro...@apache.org] Sent: Freitag, 1. Februar 2013 17:45 To: dev@syncope.apache.org Subject: Re: [DISCUSS] User Service On 01/02/2013 17:32, Jan Bernhardt wrote: Hi Syncoper, I'm almost done with new REST API Service

Re: [DISCUSS] User Service

2013-02-04 Thread Francesco Chicchiriccò
On 04/02/2013 12:12, Jan Bernhardt wrote: -Original Message- From: Francesco Chicchiriccò [mailto:ilgro...@apache.org] Sent: Freitag, 1. Februar 2013 17:45 To: dev@syncope.apache.org Subject: Re: [DISCUSS] User Service On 01/02/2013 17:32, Jan Bernhardt wrote: Hi Syncoper, I'm almost

[jira] [Created] (SYNCOPE-307) Virtual Attributes don't propagated in case of update during synchronization

2013-02-04 Thread fabio martelli (JIRA)
fabio martelli created SYNCOPE-307: -- Summary: Virtual Attributes don't propagated in case of update during synchronization Key: SYNCOPE-307 URL: https://issues.apache.org/jira/browse/SYNCOPE-307

[jira] [Commented] (SYNCOPE-306) 'Mandatory' error in Console when propagating Virtual Attributes

2013-02-04 Thread Colm O hEigeartaigh (JIRA)
[ https://issues.apache.org/jira/browse/SYNCOPE-306?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13570131#comment-13570131 ] Colm O hEigeartaigh commented on SYNCOPE-306: - Fix confirmed, thanks! Colm.

[jira] [Commented] (SYNCOPE-231) Using Standard JAX-RS API in Syncope (Introducing Apache CXF WS Stack)

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

Re: [DISCUSS] User Service

2013-02-04 Thread Christian Schneider
On 04.02.2013 12:41, Francesco Chicchiriccò wrote: On 04/02/2013 12:12, Jan Bernhardt wrote: The workflow-related methods in UserController (and RoleController BTW) are there because they are involved in user (and role) lifecycle management. Given these things, I wouldn't make any

Re: [DISCUSS] User Service

2013-02-04 Thread Christian Schneider
One other idea for the username / userId based methods. Why not simply use: /users/{userIdorName} So basically you could do get /users/100 or get /users/chris@mydomain We could handle both using @GET @Path({userId}) UserTO read(@PathParam(userId) String userId); This is convenient for any

[jira] [Updated] (SYNCOPE-308) When trying to update an user in status 'rejected', an error 500 is returned

2013-02-04 Thread JIRA
[ https://issues.apache.org/jira/browse/SYNCOPE-308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Francesco Chicchiriccò updated SYNCOPE-308: --- Fix Version/s: 1.0.6 When trying to update an user in status

[jira] [Created] (SYNCOPE-308) When trying to update an user in status 'rejected', an error 500 is returned

2013-02-04 Thread JIRA
Francesco Chicchiriccò created SYNCOPE-308: -- Summary: When trying to update an user in status 'rejected', an error 500 is returned Key: SYNCOPE-308 URL: https://issues.apache.org/jira/browse/SYNCOPE-308

Re: [DISCUSS] User Service

2013-02-04 Thread Francesco Chicchiriccò
On 04/02/2013 14:00, Christian Schneider wrote: On 04.02.2013 12:41, Francesco Chicchiriccò wrote: On 04/02/2013 12:12, Jan Bernhardt wrote: The workflow-related methods in UserController (and RoleController BTW) are there because they are involved in user (and role) lifecycle management.

[jira] [Updated] (SYNCOPE-309) Enter key not bound to user form submit

2013-02-04 Thread JIRA
[ https://issues.apache.org/jira/browse/SYNCOPE-309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Francesco Chicchiriccò updated SYNCOPE-309: --- Priority: Minor (was: Major) Enter key not bound to user form submit

Wicket question

2013-02-04 Thread Colm O hEigeartaigh
Hi all, Perhaps this is extremely obvious... I'm running into a problem with a fix for SYNCOPE-215. Essentially there is a drop down list of Virtual attribute names, and I want to make the corresponding text field read-only if the Virtual attribute that is selected is read-only. The

[jira] [Commented] (SYNCOPE-258) Java class as sync policy correlation rule

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

[jira] [Commented] (SYNCOPE-284) Broken export

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

[jira] [Commented] (SYNCOPE-231) Using Standard JAX-RS API in Syncope (Introducing Apache CXF WS Stack)

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