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

2013-02-01 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/SYNCOPE-231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13569118#comment-13569118 ] Hudson commented on SYNCOPE-231: Integrated in Syncope-trunk #62 (See [https://builds.ap

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

2013-02-01 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/SYNCOPE-231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13568991#comment-13568991 ] Hudson commented on SYNCOPE-231: Integrated in Syncope-trunk #61 (See [https://builds.ap

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

2013-02-01 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/SYNCOPE-231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13568903#comment-13568903 ] Hudson commented on SYNCOPE-231: Integrated in Syncope-trunk #60 (See [https://builds.ap

Re: [DISCUSS] User Service

2013-02-01 Thread Francesco Chicchiriccò
On 01/02/2013 17:32, Jan Bernhardt wrote: Hi Syncoper, I'm almost done with new REST API Service Interface documentation [1]. Last peace missing is only User Service. Please take time to review changes to new Service Interfaces and let's have a discussion on this mailing-list. I think we alre

RE: IncompatiblePolicyException was made unchecked

2013-02-01 Thread Andrei Shakirin
Can we agree on something here? My +1 for checked > -Original Message- > From: Christian Schneider [mailto:cschneider...@gmail.com] On Behalf Of > Christian Schneider > Sent: Freitag, 1. Februar 2013 15:14 > To: dev@syncope.apache.org > Subject: Re: IncompatiblePolicyException was made un

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

2013-02-01 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/SYNCOPE-231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13568861#comment-13568861 ] Hudson commented on SYNCOPE-231: Integrated in Syncope-trunk #59 (See [https://builds.ap

[DISCUSS] User Service

2013-02-01 Thread Jan Bernhardt
Hi Syncoper, I'm almost done with new REST API Service Interface documentation [1]. Last peace missing is only User Service. Please take time to review changes to new Service Interfaces and let's have a discussion on this mailing-list. I think we already discussed all general changes, but if yo

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

2013-02-01 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/SYNCOPE-231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13568824#comment-13568824 ] Hudson commented on SYNCOPE-231: Integrated in Syncope-trunk #58 (See [https://builds.ap

[jira] [Commented] (SYNCOPE-136) Password required for resource subscription

2013-02-01 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/SYNCOPE-136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13568825#comment-13568825 ] Hudson commented on SYNCOPE-136: Integrated in Syncope-trunk #58 (See [https://builds.ap

[jira] [Resolved] (SYNCOPE-136) Password required for resource subscription

2013-02-01 Thread JIRA
[ https://issues.apache.org/jira/browse/SYNCOPE-136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Francesco Chicchiriccò resolved SYNCOPE-136. Resolution: Fixed http://svn.apache.org/viewvc?rev=1441482&view=rev

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

2013-02-01 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/SYNCOPE-306?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13568764#comment-13568764 ] Hudson commented on SYNCOPE-306: Integrated in Syncope-trunk #57 (See [https://builds.ap

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

2013-02-01 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/SYNCOPE-231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13568765#comment-13568765 ] Hudson commented on SYNCOPE-231: Integrated in Syncope-trunk #57 (See [https://builds.ap

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

2013-02-01 Thread Massimiliano Perrone (JIRA)
[ https://issues.apache.org/jira/browse/SYNCOPE-306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Massimiliano Perrone resolved SYNCOPE-306. -- Resolution: Fixed http://svn.apache.org/viewvc?rev=1441452&view=rev

Re: IncompatiblePolicyException was made unchecked

2013-02-01 Thread Francesco Chicchiriccò
On 01/02/2013 15:12, Andrei Shakirin wrote: Hi Francesco, You're right about [1] and [2] - only, I have just realized now, working on SYNCOPE-136, that ignoring this exception can be very dangerous during the propagation process. And having it checked helps definitely in this sense. Let's put i

Re: IncompatiblePolicyException was made unchecked

2013-02-01 Thread Christian Schneider
Sorry about the long explanation that is completely unrelated to this special case but I think the discussion checked vs unchecked exceptions is a general thing so I write a general reasoning... In general checked Exceptions force the user of an API to handle an exception at exactly the point

RE: IncompatiblePolicyException was made unchecked

2013-02-01 Thread Andrei Shakirin
Hi Francesco, > You're right about [1] and [2] - only, I have just realized now, working on > SYNCOPE-136, that ignoring this exception can be very dangerous during the > propagation process. And having it checked helps definitely in this sense. > Let's put it the other way round: why have it unc

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

2013-02-01 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/SYNCOPE-231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13568743#comment-13568743 ] Hudson commented on SYNCOPE-231: Integrated in Syncope-trunk #56 (See [https://builds.ap

[jira] [Commented] (SYNCOPE-298) Persistence beans: change AUTO Id generation strategy to TABLE

2013-02-01 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/SYNCOPE-298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13568742#comment-13568742 ] Hudson commented on SYNCOPE-298: Integrated in Syncope-trunk #56 (See [https://builds.ap

Re: Build not working (again) with JDK 1.7

2013-02-01 Thread Francesco Chicchiriccò
On 01/02/2013 13:42, Andrei Shakirin wrote: Hi Francesco, Not really :) I guess it happens just by chance ... Well, a stable chance over time, then: I have no more failures with JDK 1.7 since yesterday afternoon, and I've been building the whole day so far... I have committed workaround s

Re: IncompatiblePolicyException was made unchecked

2013-02-01 Thread Francesco Chicchiriccò
On 01/02/2013 14:33, Andrei Shakirin wrote: Hi Francesco, I thought it was agreed in [1]. Have seen no objections in [2]. You're right about [1] and [2] - only, I have just realized now, working on SYNCOPE-136, that ignoring this exception can be very dangerous during the propagation process

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

2013-02-01 Thread fabio martelli (JIRA)
[ https://issues.apache.org/jira/browse/SYNCOPE-258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] fabio martelli reassigned SYNCOPE-258: -- Assignee: fabio martelli > Java class as sync policy correlation rule > --

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

2013-02-01 Thread Massimiliano Perrone (JIRA)
[ https://issues.apache.org/jira/browse/SYNCOPE-306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Massimiliano Perrone reassigned SYNCOPE-306: Assignee: Massimiliano Perrone > 'Mandatory' error in Console when pro

RE: IncompatiblePolicyException was made unchecked

2013-02-01 Thread Andrei Shakirin
Hi Francesco, I thought it was agreed in [1]. Have seen no objections in [2]. Do you have reasons to keep this exception checked? Regards, Andrei. [1] https://cwiki.apache.org/confluence/display/SYNCOPE/Remote+Exceptions [2] http://syncope-dev.1063484.n5.nabble.com/Exception-propagation-in-Res

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

2013-02-01 Thread fabio martelli (JIRA)
[ https://issues.apache.org/jira/browse/SYNCOPE-258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] fabio martelli updated SYNCOPE-258: --- Issue Type: Improvement (was: Bug) > Java class as sync policy correlation rule > -

IncompatiblePolicyException was made unchecked

2013-02-01 Thread Francesco Chicchiriccò
Hi all, I've just noticed that IncompatiblePolicyException, created checked [1] is now unchecked: any reason for this? [1] http://svn.apache.org/viewvc/incubator/syncope/trunk/core/src/main/java/org/apache/syncope/core/util/IncompatiblePolicyException.java?view=markup&pathrev=1401200 -- Fran

[jira] [Commented] (SYNCOPE-305) Can't create Sync or Sched Task in Console

2013-02-01 Thread Massimiliano Perrone (JIRA)
[ https://issues.apache.org/jira/browse/SYNCOPE-305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13568721#comment-13568721 ] Massimiliano Perrone commented on SYNCOPE-305: -- Great, thanks. Massi

[jira] [Commented] (SYNCOPE-305) Can't create Sync or Sched Task in Console

2013-02-01 Thread Jan Bernhardt (JIRA)
[ https://issues.apache.org/jira/browse/SYNCOPE-305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13568720#comment-13568720 ] Jan Bernhardt commented on SYNCOPE-305: --- OK, should be fixed now. Best regards. Ja

[jira] [Resolved] (SYNCOPE-305) Can't create Sync or Sched Task in Console

2013-02-01 Thread Jan Bernhardt (JIRA)
[ https://issues.apache.org/jira/browse/SYNCOPE-305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Bernhardt resolved SYNCOPE-305. --- Resolution: Fixed > Can't create Sync or Sched Task in Console > ---

[jira] [Updated] (SYNCOPE-305) Can't create Sync or Sched Task in Console

2013-02-01 Thread Jan Bernhardt (JIRA)
[ https://issues.apache.org/jira/browse/SYNCOPE-305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Bernhardt updated SYNCOPE-305: -- Assignee: Jan Bernhardt > Can't create Sync or Sched Task in Console > ---

RE: [jira] [Commented] (SYNCOPE-305) Can't create Sync or Sched Task in Console

2013-02-01 Thread Jan Bernhardt
OK, should be fixed now. Best regards. Jan > -Original Message- > From: Jan Bernhardt (JIRA) [mailto:j...@apache.org] > Sent: Freitag, 1. Februar 2013 12:26 > To: dev@syncope.apache.org > Subject: [jira] [Commented] (SYNCOPE-305) Can't create Sync or Sched Task > in Console > > > [

RE: Build not working (again) with JDK 1.7

2013-02-01 Thread Andrei Shakirin
Hi Francesco, Not really :) I guess it happens just by chance ... I have committed workaround some minutes ago - it fixes at least my Windows 1.7 build. Could you please check under Linux after this commit? I have some ideas how to fix it more reliable, will write comment to SYNCOPE-298. Rega

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

2013-02-01 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/SYNCOPE-231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13568700#comment-13568700 ] Hudson commented on SYNCOPE-231: Integrated in Syncope-trunk #55 (See [https://builds.ap

Re: Discuss: Move InvalidSearchConditionException to common

2013-02-01 Thread Christian Schneider
No problem to make it checked. I just wanted to get feedback first before I introduce the exceptions in all the methods. Of course I hoped to persuade you to make it unchecked but as this is just my personal preference I do not insist on this :-) As having the exceptions in the client code is

Re: Another Console error

2013-02-01 Thread Francesco Chicchiriccò
On 01/02/2013 12:30, Colm O hEigeartaigh wrote: I took a quick look but I didn't see anything obvious...will I just create a JIRA for this? Hum.. guess so. Regards. On Fri, Feb 1, 2013 at 7:30 AM, Francesco Chicchiriccò wrote: On 31/01/2013 19:01, Colm O hEigeartaigh wrote: Hi Francesco,

Re: Another Console error

2013-02-01 Thread Colm O hEigeartaigh
I took a quick look but I didn't see anything obvious...will I just create a JIRA for this? Colm. On Fri, Feb 1, 2013 at 7:30 AM, Francesco Chicchiriccò wrote: > On 31/01/2013 19:01, Colm O hEigeartaigh wrote: > >> Hi Francesco, >> >> So, this must be the issue: with Chrome, Enter submits the w

[jira] [Commented] (SYNCOPE-305) Can't create Sync or Sched Task in Console

2013-02-01 Thread Jan Bernhardt (JIRA)
[ https://issues.apache.org/jira/browse/SYNCOPE-305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13568675#comment-13568675 ] Jan Bernhardt commented on SYNCOPE-305: --- I'm out for lunch. After I'm back, I will

RE: [jira] [Commented] (SYNCOPE-305) Can't create Sync or Sched Task in Console

2013-02-01 Thread Jan Bernhardt
I'm out for lunch. After I'm back, I will take car for this issue! Best regards. Jan > -Original Message- > From: Massimiliano Perrone (JIRA) [mailto:j...@apache.org] > Sent: Freitag, 1. Februar 2013 12:21 > To: dev@syncope.apache.org > Subject: [jira] [Commented] (SYNCOPE-305) Can't cre

[jira] [Commented] (SYNCOPE-305) Can't create Sync or Sched Task in Console

2013-02-01 Thread Massimiliano Perrone (JIRA)
[ https://issues.apache.org/jira/browse/SYNCOPE-305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13568672#comment-13568672 ] Massimiliano Perrone commented on SYNCOPE-305: -- This is due to the following

Re: Discuss: Move InvalidSearchConditionException to common

2013-02-01 Thread Francesco Chicchiriccò
On 30/01/2013 13:25, Christian Schneider wrote: Hi Francesco, I am currently working on the patch to move the InvalidSearchConditionException and make it checked again. I am not sure if making it checked is a good idea. As the exception will now be part of the service interface I will have to ad

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

2013-02-01 Thread JIRA
[ https://issues.apache.org/jira/browse/SYNCOPE-306?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13568663#comment-13568663 ] Francesco Chicchiriccò commented on SYNCOPE-306: I don't think this is a

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

2013-02-01 Thread JIRA
[ https://issues.apache.org/jira/browse/SYNCOPE-306?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13568663#comment-13568663 ] Francesco Chicchiriccò edited comment on SYNCOPE-306 at 2/1/13 10:59 AM: --

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

2013-02-01 Thread Colm O hEigeartaigh (JIRA)
Colm O hEigeartaigh created SYNCOPE-306: --- Summary: 'Mandatory' error in Console when propagating Virtual Attributes Key: SYNCOPE-306 URL: https://issues.apache.org/jira/browse/SYNCOPE-306 Projec

[jira] [Comment Edited] (SYNCOPE-136) Password required for resource subscription

2013-02-01 Thread JIRA
[ https://issues.apache.org/jira/browse/SYNCOPE-136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13568641#comment-13568641 ] Francesco Chicchiriccò edited comment on SYNCOPE-136 at 2/1/13 10:50 AM: --

[jira] [Commented] (SYNCOPE-294) User data not refreshed before edit

2013-02-01 Thread JIRA
[ https://issues.apache.org/jira/browse/SYNCOPE-294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13568652#comment-13568652 ] Francesco Chicchiriccò commented on SYNCOPE-294: Build fixed without code

Syncope-1_0_X - Build # 128 - Fixed

2013-02-01 Thread Apache Jenkins Server
The Apache Jenkins build system has built Syncope-1_0_X (build #128) Status: Fixed Check console output at https://builds.apache.org/job/Syncope-1_0_X/128/ to view the results.

Syncope-trunk - Build # 53 - Fixed

2013-02-01 Thread Apache Jenkins Server
The Apache Jenkins build system has built Syncope-trunk (build #53) Status: Fixed Check console output at https://builds.apache.org/job/Syncope-trunk/53/ to view the results.

[jira] [Created] (SYNCOPE-305) Can't create Sync or Sched Task in Console

2013-02-01 Thread Colm O hEigeartaigh (JIRA)
Colm O hEigeartaigh created SYNCOPE-305: --- Summary: Can't create Sync or Sched Task in Console Key: SYNCOPE-305 URL: https://issues.apache.org/jira/browse/SYNCOPE-305 Project: Syncope Is

[jira] [Commented] (SYNCOPE-294) User data not refreshed before edit

2013-02-01 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/SYNCOPE-294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13568643#comment-13568643 ] Hudson commented on SYNCOPE-294: Integrated in Syncope-trunk #52 (See [https://builds.ap

Syncope-trunk - Build # 52 - Unstable

2013-02-01 Thread Apache Jenkins Server
The Apache Jenkins build system has built Syncope-trunk (build #52) Status: Unstable Check console output at https://builds.apache.org/job/Syncope-trunk/52/ to view the results.

[jira] [Commented] (SYNCOPE-294) User data not refreshed before edit

2013-02-01 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/SYNCOPE-294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13568642#comment-13568642 ] Hudson commented on SYNCOPE-294: Integrated in Syncope-1_0_X #127 (See [https://builds.a

[jira] [Commented] (SYNCOPE-136) Password required for resource subscription

2013-02-01 Thread JIRA
[ https://issues.apache.org/jira/browse/SYNCOPE-136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13568641#comment-13568641 ] Francesco Chicchiriccò commented on SYNCOPE-136: What I am going to imple

Syncope-1_0_X - Build # 127 - Unstable

2013-02-01 Thread Apache Jenkins Server
The Apache Jenkins build system has built Syncope-1_0_X (build #127) Status: Unstable Check console output at https://builds.apache.org/job/Syncope-1_0_X/127/ to view the results.

[jira] [Resolved] (SYNCOPE-294) User data not refreshed before edit

2013-02-01 Thread JIRA
[ https://issues.apache.org/jira/browse/SYNCOPE-294?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Francesco Chicchiriccò resolved SYNCOPE-294. Resolution: Fixed For branch 1_0_X: http://svn.apache.org/viewvc?rev=14413

[jira] [Commented] (SYNCOPE-294) User data not refreshed before edit

2013-02-01 Thread JIRA
[ https://issues.apache.org/jira/browse/SYNCOPE-294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13568599#comment-13568599 ] Francesco Chicchiriccò commented on SYNCOPE-294: For trunk: http://svn.ap

[jira] [Assigned] (SYNCOPE-294) User data not refreshed before edit

2013-02-01 Thread JIRA
[ https://issues.apache.org/jira/browse/SYNCOPE-294?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Francesco Chicchiriccò reassigned SYNCOPE-294: -- Assignee: Francesco Chicchiriccò > User data not refreshed before

RE: Open Wiki pages for CXF migration

2013-02-01 Thread Jan Bernhardt
Hi Francesco, I was updating the Wiki page throughout the last two days. Only Task Service and User Service are still missing, which I will car about today. Best regards. Jan > -Original Message- > From: Francesco Chicchiriccò [mailto:ilgro...@apache.org] > Sent: Donnerstag, 31. Januar