Thank you dear, Ok I see the document but I have question here,
The below steps should be done before or after installation? Since no such file now, but I think I can find them after installation. Oracle jpa.driverClassName=oracle.jdbc.OracleDriver jpa.url=jdbc:oracle:thin:@localhost:1521:orcl jpa.username=syncope jpa.password=syncope jpa.dialect=org.apache.openjpa.jdbc.sql.OracleDictionary jpa.pool.validationQuery=SELECT 1 FROM DUAL #note: other connection pool settings can also be configured here, see persistenceContext.xml quartz.jobstore=org.quartz.impl.jdbcjobstore.oracle.OracleDelegate quartz.sql=tables_oracle.sql audit.sql=audit_oracle.sql database.schema=SYNCOPE This assumes that you have an Oracle instance running on localhost, listening on its default port 1521 with a database syncope under tablespace SYNCOPE fully accessible by user syncope with password syncope. You will also need to 1. create directory core/src/main/resources/META-INF 1. download Oracle mapping file for the version you are building (1_2_X<https://git-wip-us.apache.org/repos/asf?p=syncope.git;a=blob_plain;f=core/src/main/resources/META-INF/orm.xml.oracle;hb=1_2_X>, 1.1.X<https://git-wip-us.apache.org/repos/asf?p=syncope.git;a=blob_plain;f=core/src/main/resources/META-INF/orm.xml.oracle;hb=refs/heads/1_1_X>, 1.0.X<https://git-wip-us.apache.org/repos/asf?p=syncope.git;a=blob_plain;f=core/src/main/resources/META-INF/orm.xml.oracle;hb=refs/heads/1_0_X>) 3. rename it to orm.xml 4. and copy it under the directory created above also what document mean with oracle tablespace ? mean the default tablesapce for the user? [cid:[email protected]] From: Francesco Chicchiriccò [mailto:[email protected]] Sent: Tuesday, January 31, 2017 11:22 AM To: [email protected] Subject: Re: Install Syncope On 31/01/2017 10:10, Anas Asharat wrote: Dears, Also I have one question, can you send me the certificate sheet for syncope with OS, oracle database release, etc.. Hi, there is no "certificate sheet"; about DBMS, you need to trust the community documentation: http://syncope.apache.org/docs/getting-started.html#internal-storage About OS, anything modern enough to satisfy Java / Java EE container requirements: http://syncope.apache.org/docs/getting-started.html#java will work. Regards. -- Francesco Chicchiriccò Tirasa - Open Source Excellence http://www.tirasa.net/ Member at The Apache Software Foundation Syncope, Cocoon, Olingo, CXF, OpenJPA, PonyMail http://home.apache.org/~ilgrosso/ This e-mail may contain information that is proprietary, confidential or otherwise protected from disclosure and is sent for the intended recipient(s) only. If by an addressing or transmission error this mail has been misdirected to you, you are requested to delete this mail immediately. You are also hereby notified that any use, any form of reproduction, dissemination, copying, disclosure, modification, distribution and/or publication of this e-mail message, contents or its attachment other than by its intended recipient(s) is strictly prohibited. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.
