Hello,
i try to sync a sqlite database on my samsung s3 mini with Oracle Database Mobile Server 11g version 11.3.0.0.0. using jdev 12 and mobile application framework 2.0.1 (not the new 2.1 one) and following the OTN document
http://www.oracle.com/technetwork/database/database-mobile-server/documentation/dmstoadfm-2228124.pdf.
Sync does not work, logcat shows error message: NoSuchAlgorithmException
D/CVM (19702): oracle.opensync.ose.OSEException(-12039): Interner Fehler (Grund anzeigen) <- java.security.NoSuchAlgorithmException: Cannot find any provider supporting RSA/ECB/PKCS1Padding
D/CVM (19702): at oracle.opensync.ose.Engine.oseError(Unknown Source)
D/CVM (19702): at oracle.opensync.ose.Engine.sync(Unknown Source)
D/CVM (19702): at oracle.opensync.ose.OSESession.sync(Unknown Source)
D/CVM (19702): at ptm.mobile.OSync.run(OSync.java:191)
...
This paper dmstoadfm-2228124.pdf is written for an older maf version, called adf mobile framework. The folders described in this document do no more exist. For example:
JDEVELOPER_HOME\jdev\extensions\oracle.adf.mobile\Android\Oracle_ADFmf_Framework.zip\framework\Android\build\java_res_debug\assets\storage\jvm\lib\ext\
Therefore id did several trys with new folders as well with other ones i found for modification of java.security and adding jars bcprov-jdk14-151.jar and jce.jar without success.
How do i have to customize Jdev 12 MAF 2.0.1 Oracle_ADFmf_Framework.zip correctly ?
Regards,
Paul