[jira] [Updated] (SYNCOPE-198) Add checkboxes to tables headers and rows

2013-02-26 Thread Marco Di Sabatino Di Diodoro (JIRA)
[ https://issues.apache.org/jira/browse/SYNCOPE-198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marco Di Sabatino Di Diodoro updated SYNCOPE-198: - Attachment: groupselector.diff Beginning of the development of

[jira] [Reopened] (SYNCOPE-210) Provide suggestions / help / examples for JEXL-based input fields

2013-02-26 Thread JIRA
[ https://issues.apache.org/jira/browse/SYNCOPE-210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Francesco Chicchiriccò reopened SYNCOPE-210: The tip is missing in the modal window for creating / editing plain schemas.

Re: Modal Schema Window in Console

2013-02-26 Thread Francesco Chicchiriccò
On 26/02/2013 15:41, Jan Bernhardt wrote: Hi Syncoper, I just took a look at the schema modal window in syncope when editing or creating a schema. I was wondering about three things. Hi Jan, see my replies embedded below. 1) Why does Mandatory condition contains a text field instead of a

Bug in trunk for updating users?

2013-02-26 Thread Jan Bernhardt
Hi Syncoper, I just checked out latest version of trunk and after installing syncope via maven, I started standalone distribution. When I try to open and save a user (Puccini) I get an InternalServer Error SCHWERWIEGEND: Servlet.service() for servlet [syncope-core-rest] in context with path

Re: Bug in trunk for updating users?

2013-02-26 Thread Francesco Chicchiriccò
On 26/02/2013 16:08, Jan Bernhardt wrote: Hi Syncoper, I just checked out latest version of trunk and after installing syncope via maven, I started standalone distribution. When I try to open and save a user (Puccini) I get an InternalServer Error SCHWERWIEGEND: Servlet.service() for servlet

RE: Bug in trunk for updating users?

2013-02-26 Thread Jan Bernhardt
Ah OK, creating a new user and updating that one works fine. I was expecting that SYNCOPE-265 is only about fixing schema validation errors and my exception was related to Activity workflow. Anyhow thanks for pointing me to the right direction. Best regards. Jan -Original Message-

[jira] [Resolved] (SYNCOPE-265) Ensure that Syncope test data is consistent

2013-02-26 Thread fabio martelli (JIRA)
[ https://issues.apache.org/jira/browse/SYNCOPE-265?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] fabio martelli resolved SYNCOPE-265. Resolution: Fixed Ensure that Syncope test data is consistent

[jira] [Assigned] (SYNCOPE-278) Verify export / import

2013-02-26 Thread fabio martelli (JIRA)
[ https://issues.apache.org/jira/browse/SYNCOPE-278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] fabio martelli reassigned SYNCOPE-278: -- Assignee: fabio martelli Verify export / import --

[jira] [Resolved] (SYNCOPE-210) Provide suggestions / help / examples for JEXL-based input fields

2013-02-26 Thread Massimiliano Perrone (JIRA)
[ https://issues.apache.org/jira/browse/SYNCOPE-210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Massimiliano Perrone resolved SYNCOPE-210. -- Resolution: Fixed URL: http://svn.apache.org/r1450280

[jira] [Commented] (SYNCOPE-210) Provide suggestions / help / examples for JEXL-based input fields

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

Tomcat error message

2013-02-26 Thread Colm O hEigeartaigh
Hi all, I'm seeing the following error message in the Tomcat logs when stopping Syncope (1.1.0): SEVERE: The web application [/syncope] appears to have started a thread named [Abandoned connection cleanup thread] but has failed to stop it. This is very likely to create a memory leak. Any ideas?

BasicAuth realm String

2013-02-26 Thread Colm O hEigeartaigh
Hi all, The core's RestServiceExceptionMapper defines the following: private static final String BASIC_REALM_UNAUTHORIZED = Basic realm=\Spring Security Application\; I propose to change this to a more neutral realm, as this appears when authenticating to access the new CXF-based REST API as

Re: Tomcat error message

2013-02-26 Thread Francesco Chicchiriccò
On 26/02/2013 22:54, Colm O hEigeartaigh wrote: Hi all, I'm seeing the following error message in the Tomcat logs when stopping Syncope (1.1.0): SEVERE: The web application [/syncope] appears to have started a thread named [Abandoned connection cleanup thread] but has failed to stop it. This

Re: BasicAuth realm String

2013-02-26 Thread Francesco Chicchiriccò
On 26/02/2013 23:03, Colm O hEigeartaigh wrote: Hi all, The core's RestServiceExceptionMapper defines the following: private static final String BASIC_REALM_UNAUTHORIZED = Basic realm=\Spring Security Application\; I propose to change this to a more neutral realm, as this appears when