Re: Syncope Installation Issue

2016-11-21 Thread ilgrosso
The ZIP file is unfortunately not containing any relevant information. In order to investigate the problem, could you please try to manually run the generated Maven project? cd D:\syncope\syncope mvn clean verify Naturally, this assumes that 'mvn' is available in the PATH. Regards. -- View

Re: Syncope Installation Issue

2016-11-21 Thread ilgrosso
rajkumar wrote > Do we have any common drive or path where i can place my project zip > folder . No, we don't have that, but I do not understand why you are asking this. I have already been able to get your syncope.zip archive, attached to this forum thread. FYI, I have been able to build your

User case insensitive search

2016-11-21 Thread Adrian Gonzalez
Hello, I'd like to execute a case insensitive search in Syncope. i.e. querying all users with an attribute givenName that matches  'martin' would return :MartinmartinmArtin Is there a way to do this with a Fiql search ?i.e. something like  UPPER(givenName) = UPPER('martin') ? If no are there

Re: Syncope Installation Issue

2016-11-21 Thread rajkumar
Hi , Really sorry, this is the first time i am using forum. Do you have any common shared path where i can share this details(Zip folder). Thanks, Raj -- View this message in context: http://syncope-user.1051894.n5.nabble.com/Syncope-Installation-Issue-tp5708775p5708789.html Sent from the

Multiple Job task

2016-11-21 Thread Changseok Keum
Hi All, I am trying to do test for provisioning of multiple tables(actually two tables) on an external database. For the test, I created connectors, resourses and pull tasks for each tables, and executed two tasks at the almost same time. I expected the tasks were going to be executed

Re: User case insensitive search

2016-11-21 Thread Adrian Gonzalez
Hi Francesco, Cool, I've just created SYNCOPE-971. > the problem is that, as far as I can tell, such clauses are DBMS-dependent. We can solve it using jpql LOWER ou UPPER function, i.e.  LOWER(givenName) = LOWER('Martin') I can try to implement it, but I don't know for now if it is possible to

Re: User case insensitive search

2016-11-21 Thread Francesco Chicchiriccò
On 21/11/2016 12:59, Adrian Gonzalez wrote: Hello, I'd like to execute a case insensitive search in Syncope. i.e. querying all users with an attribute givenName that matches 'martin' would return : Martin martin mArtin Is there a way to do this with a Fiql search ? i.e. something like

How do I unsubscribe receiving messages from Syncope

2016-11-21 Thread Ajith Perur
Hi, How do I unsubscribe from the syncope user group. Please guide me through the process.I am not an able enough developer :( to be in this community because now a Software Tester. Regards, Ajith

Re: User case insensitive search

2016-11-21 Thread Francesco Chicchiriccò
On 21/11/2016 13:47, Adrian Gonzalez wrote: Hi Francesco, Cool, I've just created SYNCOPE-971. > the problem is that, as far as I can tell, such clauses are DBMS-dependent. We can solve it using jpql LOWER ou UPPER function, i.e. LOWER(givenName) = LOWER('Martin') I can try to implement it,

Re: Multiple Job task

2016-11-21 Thread Francesco Chicchiriccò
On 21/11/2016 12:29, Changseok Keum wrote: Hi All, I am trying to do test for provisioning of multiple tables(actually two tables) on an external database. For the test, I created connectors, resourses and pull tasks for each tables, and executed two tasks at the almost same time. I

Re: User case insensitive search

2016-11-21 Thread Francesco Chicchiriccò
On 21/11/2016 14:00, Francesco Chicchiriccò wrote: On 21/11/2016 13:47, Adrian Gonzalez wrote: Hi Francesco, Cool, I've just created SYNCOPE-971. > the problem is that, as far as I can tell, such clauses are DBMS-dependent. We can solve it using jpql LOWER ou UPPER function, i.e.

Re: Syncope Installation Issue

2016-11-21 Thread rajkumar
install.log PFA for install log, "*mvn clean package*" command is not performing and when it try to perform it is throwing below error. Kindly assist me. Other than install.log file, no other log files are created inside

Re: Syncope Installation Issue

2016-11-21 Thread ilgrosso
The install.log is pointless as it only shows that the archetype did effectively generate the Maven project for Syncope 2.0.1. rajkumar wrote > PFA for install log, " * > mvn clean package * > " command is not performing and when it try to perform it is throwing > below error. Please report

Re: Syncope Installation Issue

2016-11-21 Thread rajkumar
PFB for error screenshot, Thanks, Raj -- View this message in context: http://syncope-user.1051894.n5.nabble.com/Syncope-Installation-Issue-tp5708775p5708786.html Sent from the syncope-user mailing list archive at

Re: Syncope Installation Issue

2016-11-21 Thread Francesco Chicchiriccò
On 21/11/2016 09:42, rajkumar wrote: PFB for error screenshot, This is very poorly useful: could you please zip the content of D:\syncope and place it somewhere? I am looking for some detailed error information about