[jira] [Created] (SYNCOPE-1108) NullPointerException while saving an empty template

2017-06-13 Thread Matteo Alessandroni (JIRA)
Matteo Alessandroni created SYNCOPE-1108: Summary: NullPointerException while saving an empty template Key: SYNCOPE-1108 URL: https://issues.apache.org/jira/browse/SYNCOPE-1108 Project:

Re: Errors with latest installer

2017-06-13 Thread Francesco Chicchiriccò
On 12/06/2017 19:11, Colm O hEigeartaigh wrote: Hi all, I'm seeing some errors when using the latest installer for 2.0.x. I'm using the installer with Tomcat + MySQL. It all works fine with the same setup using the 2.0.3 installer (with SYNCOPE-1107 applied locally). However, with

[jira] [Commented] (SYNCOPE-1084) Switch to HikariCP for Core's default DataSource definitions

2017-06-13 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SYNCOPE-1084?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16047754#comment-16047754 ] ASF subversion and git services commented on SYNCOPE-1084: -- Commit

[jira] [Updated] (SYNCOPE-1108) NullPointerException while saving an empty template

2017-06-13 Thread JIRA
[ https://issues.apache.org/jira/browse/SYNCOPE-1108?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Francesco Chicchiriccò updated SYNCOPE-1108: Fix Version/s: 2.0.4 > NullPointerException while saving an empty

Re: Errors with latest installer

2017-06-13 Thread Francesco Chicchiriccò
On 13/06/2017 11:03, Francesco Chicchiriccò wrote: On 12/06/2017 19:11, Colm O hEigeartaigh wrote: Hi all, I'm seeing some errors when using the latest installer for 2.0.x. I'm using the installer with Tomcat + MySQL. It all works fine with the same setup using the 2.0.3 installer (with

[jira] [Commented] (SYNCOPE-1109) Installer fails to setup Activiti

2017-06-13 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SYNCOPE-1109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16047907#comment-16047907 ] ASF subversion and git services commented on SYNCOPE-1109: -- Commit

[jira] [Commented] (SYNCOPE-1109) Installer fails to setup Activiti

2017-06-13 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SYNCOPE-1109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16047906#comment-16047906 ] ASF subversion and git services commented on SYNCOPE-1109: -- Commit

[jira] [Created] (SYNCOPE-1109) Installer fails to setup Activiti

2017-06-13 Thread JIRA
Francesco Chicchiriccò created SYNCOPE-1109: --- Summary: Installer fails to setup Activiti Key: SYNCOPE-1109 URL: https://issues.apache.org/jira/browse/SYNCOPE-1109 Project: Syncope

[jira] [Commented] (SYNCOPE-1108) NullPointerException while saving an empty template

2017-06-13 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SYNCOPE-1108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16047936#comment-16047936 ] ASF subversion and git services commented on SYNCOPE-1108: -- Commit

[jira] [Commented] (SYNCOPE-1108) NullPointerException while saving an empty template

2017-06-13 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SYNCOPE-1108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16047935#comment-16047935 ] ASF subversion and git services commented on SYNCOPE-1108: -- Commit

[jira] [Resolved] (SYNCOPE-1109) Installer fails to setup Activiti

2017-06-13 Thread JIRA
[ https://issues.apache.org/jira/browse/SYNCOPE-1109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Francesco Chicchiriccò resolved SYNCOPE-1109. - Resolution: Fixed > Installer fails to setup Activiti >

Re: Errors with latest installer

2017-06-13 Thread Colm O hEigeartaigh
Thanks Francesco! It's working for me now - the problem was that I was using "jdbc/syncopeDataSource" instead of "jdbc/syncopeMasterDataSource". Colm. On Tue, Jun 13, 2017 at 12:24 PM, Francesco Chicchiriccò < ilgro...@apache.org> wrote: > On 13/06/2017 11:03, Francesco Chicchiriccò wrote: > >>

[jira] [Assigned] (SYNCOPE-1108) NullPointerException while saving an empty template

2017-06-13 Thread JIRA
[ https://issues.apache.org/jira/browse/SYNCOPE-1108?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Francesco Chicchiriccò reassigned SYNCOPE-1108: --- Assignee: Francesco Chicchiriccò > NullPointerException while

Obtain JWT token

2017-06-13 Thread Colm O hEigeartaigh
Hi all, The docs state that "X-Syncope-Token is returned on response to successful authentication , and contains the unique signed JSON Web Token identifying

Re: Obtain JWT token

2017-06-13 Thread Francesco Chicchiriccò
On 13/06/2017 17:17, Colm O hEigeartaigh wrote: Hi all, The docs state that "X-Syncope-Token is returned on response to successful authentication , and contains the unique signed JSON Web Token

Re: Obtain JWT token

2017-06-13 Thread Colm O hEigeartaigh
Thanks Francesco, I will take care of that. Another question - do we have tests (e.g. bad signature, untrusted signature, token expired etc.)? Colm. On Tue, Jun 13, 2017 at 4:21 PM, Francesco Chicchiriccò wrote: > On 13/06/2017 17:17, Colm O hEigeartaigh wrote: > >> Hi

Re: Obtain JWT token

2017-06-13 Thread Sergey Beryozkin
Hi Francesco On 13/06/17 16:28, Francesco Chicchiriccò wrote: On 13/06/2017 17:25, Colm O hEigeartaigh wrote: Thanks Francesco, I will take care of that. Cool :-) Another question - do we have tests (e.g. bad signature, untrusted signature, token expired etc.)? No, we don't have specific

Re: Obtain JWT token

2017-06-13 Thread Francesco Chicchiriccò
On 13/06/2017 17:25, Colm O hEigeartaigh wrote: Thanks Francesco, I will take care of that. Cool :-) Another question - do we have tests (e.g. bad signature, untrusted signature, token expired etc.)? No, we don't have specific tests for that: since we're using CXF libraries for parse and