Re: help needed please to build 1.1.2-SNAPSHOT or 1.2.0-SNAPSHOT project

2013-05-28 Thread Massimiliano Perrone
On 28/05/2013 16:03, Nik wrote: On 05/28/2013 03:42 PM, Francesco Chicchiriccò wrote: On 28/05/2013 15:38, Nik wrote: [...] When I deploy and access the console glassfish (GlassFish Server Open Source Edition 3.1.2 (build 23))throws : 2013-05-27 16:05:04.073+ (68) StandardWrapperValve[de

Re: help needed please to build 1.1.2-SNAPSHOT or 1.2.0-SNAPSHOT project

2013-05-28 Thread Nik
On 05/28/2013 05:09 PM, Francesco Chicchiriccò wrote: On 28/05/2013 17:02, Nik wrote: What is the value of the 'quartz.sql' property in your core/src/main/resources/persistence.properties? quartz.sql=tables_mysql_innodb.sql Ok: could you please: 1. drop and create again (or just make empty

Re: help needed please to build 1.1.2-SNAPSHOT or 1.2.0-SNAPSHOT project

2013-05-28 Thread Francesco Chicchiriccò
On 28/05/2013 17:02, Nik wrote: What is the value of the 'quartz.sql' property in your core/src/main/resources/persistence.properties? quartz.sql=tables_mysql_innodb.sql Ok: could you please: 1. drop and create again (or just make empty) your current MySQL database 2. download [1], save it

Re: help needed please to build 1.1.2-SNAPSHOT or 1.2.0-SNAPSHOT project

2013-05-28 Thread Nik
What is the value of the 'quartz.sql' property in your core/src/main/resources/persistence.properties? quartz.sql=tables_mysql_innodb.sql Ok: could you please: 1. drop and create again (or just make empty) your current MySQL database 2. download [1], save it under core/src/main/resources/qua

Re: help needed please to build 1.1.2-SNAPSHOT or 1.2.0-SNAPSHOT project

2013-05-28 Thread Nik
ok I see where I slipped up ;-) with the directories! Ok: could you please: 1. drop and create again (or just make empty) your current MySQL database can do this. 2. download [1], save it under core/src/main/resources/quartz/ (create required directories if needed) can do this. 3. change "

Re: help needed please to build 1.1.2-SNAPSHOT or 1.2.0-SNAPSHOT project

2013-05-28 Thread Nik
Ok: could you please: 1. drop and create again (or just make empty) your current MySQL database can do this. 2. download [1], save it under core/src/main/resources/quartz/ (create required directories if needed) can do this. 3. change "TYPE=InnoDB" to "ENGINE=InnoDB" (or any relevant change

Re: help needed please to build 1.1.2-SNAPSHOT or 1.2.0-SNAPSHOT project

2013-05-28 Thread Francesco Chicchiriccò
On 28/05/2013 16:27, Nik wrote: On 05/28/2013 04:22 PM, Francesco Chicchiriccò wrote: On 28/05/2013 16:18, Nik wrote: Another thing I noticed: When I configure the persistence properties to be innodb mysql. The quartz tables do not get written in the target DB even when they are present in th

Re: help needed please to build 1.1.2-SNAPSHOT or 1.2.0-SNAPSHOT project

2013-05-28 Thread Massimiliano Perrone
On 28/05/2013 16:22, Francesco Chicchiriccò wrote: On 28/05/2013 16:18, Nik wrote: Another thing I noticed: When I configure the persistence properties to be innodb mysql. The quartz tables do not get written in the target DB even when they are present in the init sql file: [nik@anvil org.ap

Re: help needed please to build 1.1.2-SNAPSHOT or 1.2.0-SNAPSHOT project

2013-05-28 Thread Nik
One point. I use a mysql jdb connector from our webservice component in glassfish rather than adding yet another msyql connector jar. It is mysql-connector-java-5.1.25.tar.gz, so I'm guessing this is not a compatibility issue? Nik On 05/28/2013 04:22 PM, Francesco Chicchiriccò wrote: On 28/

Re: help needed please to build 1.1.2-SNAPSHOT or 1.2.0-SNAPSHOT project

2013-05-28 Thread Nik
On 05/28/2013 04:22 PM, Francesco Chicchiriccò wrote: On 28/05/2013 16:18, Nik wrote: Another thing I noticed: When I configure the persistence properties to be innodb mysql. The quartz tables do not get written in the target DB even when they are present in the init sql file: [nik@anvil org

Re: help needed please to build 1.1.2-SNAPSHOT or 1.2.0-SNAPSHOT project

2013-05-28 Thread Francesco Chicchiriccò
On 28/05/2013 16:18, Nik wrote: Another thing I noticed: When I configure the persistence properties to be innodb mysql. The quartz tables do not get written in the target DB even when they are present in the init sql file: [nik@anvil org.apache.syncope]$ grep -c QRTZ ./core/target/syncope/W

Re: help needed please to build 1.1.2-SNAPSHOT or 1.2.0-SNAPSHOT project

2013-05-28 Thread Nik
Another thing I noticed: When I configure the persistence properties to be innodb mysql. The quartz tables do not get written in the target DB even when they are present in the init sql file: [nik@anvil org.apache.syncope]$ grep -c QRTZ ./core/target/syncope/WEB-INF/classes/quartz/tables_mysq

Re: help needed please to build 1.1.2-SNAPSHOT or 1.2.0-SNAPSHOT project

2013-05-28 Thread Nik
On 05/28/2013 03:42 PM, Francesco Chicchiriccò wrote: On 28/05/2013 15:38, Nik wrote: [...] When I deploy and access the console glassfish (GlassFish Server Open Source Edition 3.1.2 (build 23))throws : 2013-05-27 16:05:04.073+ (68) StandardWrapperValve[default]: PWC1406: Servlet.service

Re: help needed please to build 1.1.2-SNAPSHOT or 1.2.0-SNAPSHOT project

2013-05-28 Thread Francesco Chicchiriccò
On 28/05/2013 15:38, Nik wrote: [...] When I deploy and access the console glassfish (GlassFish Server Open Source Edition 3.1.2 (build 23))throws : 2013-05-27 16:05:04.073+ (68) StandardWrapperValve[default]: PWC1406: Servlet.service() for servlet default threw exception java.lang.Illega

Re: help needed please to build 1.1.2-SNAPSHOT or 1.2.0-SNAPSHOT project

2013-05-28 Thread Nik
On 05/28/2013 10:36 AM, Francesco Chicchiriccò wrote: On 27/05/2013 18:16, Nik wrote: OkI found a problem. It appears to be a problem coming from the repository. It happens because there is a redirection in https://repository.apache.org/content/repositories/snapshots/org/apache/syncope/syncope

Re: help needed please to build 1.1.2-SNAPSHOT or 1.2.0-SNAPSHOT project

2013-05-28 Thread Francesco Chicchiriccò
On 27/05/2013 18:16, Nik wrote: OkI found a problem. It appears to be a problem coming from the repository. It happens because there is a redirection in https://repository.apache.org/content/repositories/snapshots/org/apache/syncope/syncope-archetype/1.1.2-SNAPSHOT/ Hi Nik, I don't know exact