バ グ番号 | 説 明 | プ ラットフォーム | 回 避策 | |
---|---|---|---|---|
1 | 18978548 | Logout functionality is not redirecting the flow to the login page ログアウト機能で、フローがログイン・ページにリダイレクトされない。 | 両 方 | |
2 | 18891457 | Link in primary facet prevents the content of secondary facet from getting displayed on Android devices with smaller screens running 4.0.x プライマリ・ファセットにリンクが含まれると、4.0.xを実行する小さい画面のAndroidデバイスにセカンダリ・ファセットのコンテンツが表示され ない。 | Android | Use a button rather than a link in the primary facet プライマリ・ファセットで、リンクではなくボタンを使用します。 |
3 | 18890438 | Within a 'OAuth' connection, if the 'Grant Type' is being set to 'Resource Owner Credentials', the logout functionality does not redirect to the default login page. It redirects it to a browser based login page. 'OAuth'接続内で'Grant Type'が'Resource Owner Credentials'に設定されていると、ログアウト機能がデフォルトのログイン・ページにリダイレクトされず、 ブラウザ・ベースのログイン・ページにリダイレクトされる。 | 両 方 | Do not set any Logout URL if external browser logout is not needed 外部ブラウザのログアウトが不要の場合は、ログアウトURLを設定しないでください。 |
4 | 18856665 | MAF currently does not differentiate between AppIcon and AppDrawer icon 現在、Oracle Mobile Application Framework(Oracle MAF)でAppIconとAppDrawerアイコンが区別されていない。 | Android | A good approximation of the native functionality can be achieve using a custom style sheet. Refer to the custom.css used in most of the public samples. ネイティブ機能の近似処理には、カスタム・スタイル・シートの使用が適しています。 ほとんどの公開サンプルで使用されているcustom.cssを参照してください。 |
5 | 18829076 | If a listView is not height-constrained within a fragment, the REST DC endlessly fetches more data フラグメント内でlistViewの高さに制約がないと、REST DCで無限にデータがフェッチされる。 | 両 方 | When a listView component is not the only child of panelPage component, height must be specified on it. In such a case, the fragment parent must have the height specified as well. That will ensure that the fragment stretches along with the listView. listViewコンポーネントがpanelPageコンポーネントの唯一の子である場合以外は、その高さを指定する必要があります。 このような場合は、フラグメントの親の高さも指定する必要があります。 これで、listViewに合わせてフラグメントが拡張されます。 |
6 | 18827116 | Missing image files on migrated app 移行したアプリケーションにイメージ・ファイルがない。 | iOS | 1.Perform "Build -> Clean All" after updating to the new version of MAF extension. This is required due to changes in the deployed XCode project related to relocation of several deployed *.png files. 2.Review iOS image file customizations to ensure they are correct. 1.新しいバージョンのOracle MAF拡張機能に更新した後、「Build」→「Clean All」を実行します。 デプロイ済みの複数の*.pngファイルの再配置に関連して、デプロイ済みのXCodeプロジェクトが変更されているためにこの操作が必要です。 2.iOSイメージ・ファイルのカスタマイズが正しいことを確認します。 |
7 | 18811860 | SetPropertyListener as a child of NBox Marker component is ignored NBox Markerコンポーネントの子のSetPropertyListenerが無視される。 | 両 方 | |
8 | 18686116 | Within the CompGallery sample application, the Popup slide animations don't work on Android tablets CompGalleryサンプル・アプリケーション内で、Androidタブレットでポップアップ・スライド・アニメーションが動作しない。 | Android | |
9 | 18672809 | Sliding window intermittently throws an exception in activate() method activate()メソッドで、スライディング・ウィンドウから断続的に例外がスローされる。 | 両 方 | Make the activate() method try/catch Throwable activate()メソッドをtry/catch Throwableにします。 |
10 | 18639410 | File reference in an amx:fragment only supports absolutely url and does not support relative url amx:fragmentのファイル参照が絶対URLのみをサポートしており、相対URLをサポートしていない。 | 両 方 | Update file references to absolute, or change them to be relative to the current file (not the public_html folder) ファイル参照を絶対に更新するか、(public_htmlフォルダではなく)現在のファイルに対して相対になるように変更します。 |
11 | 18617896 | GBK character encoding for XML pages causes errors in the MAF application XMLページのGBK文字のエンコーディングが原因で、Oracle MAFアプリケーションでエラーが発生する。 | 両 方 | Change the encoding to UTF8/16 for multi-byte locales マルチバイト・ロケールの場合は、エンコーディングをUTF8/16に変更します。 |
12 | 18606147 | Geographic MAP does not render on Arabic locale on MAF applications 地理マップが、Oracle MAFアプリケーションのアラビア語のロケールにレンダリングされない。 | 両 方 | Switch to a different feature and then back 別の機能に切り替えてから戻ります。 |
13 | 18460787 | Certain MAF applications cause migration errors as listed below. 特定のOracle MAFアプリケーションが原因で、以下のような移行エラーが発生する。 Error:Unable to copy to output directory, ../ApplicationController/src/META-INF/adfmf-skins.xml not found . Error:Unable to copy to output directory, ../ApplicationController/src/META-INF/adfmf-feature.xml not found | 両 方 | 1) Perform a Build | Clean All on the workspace. 2) Exit JDeveloper 3) Delete the .data directory in the workspace (via filesystem) 4) Restart Jdeveloper 5) Deploy the application 1)ワークスペースでBuild | Clean Allを実行します。 2)JDeveloperを終了します。 3)(ファイル・システム経由で)ワークスペースの.dataディレクトリを削除します。 4)Jdeveloperを再起動します。 5)アプリケーションをデプロイします。 |
14 | 18368776 | If the Runtime encounters an invalid dividerAttribute within the listView component, the resulting error message is difficult to understand and not intuitive. 実行時にlistViewコンポーネント内に無効なdividerAttributeがあった場合に表示されるエラー・メッセージが、難解で直感的に処理 できない。 | 両 方 | |
15 | 18812478 | By default all Device Access is disabled, including Network access. Developers should be aware that all MAF apps will typically require Network access, so this should be enabled. Since Network access cannot be disabled on iOS, it is particularly important for developers to test their apps on Android to ensure network access has been enabled. すべてのデバイス・アクセス(ネットワーク・アクセスを含む)がデフォルトで無効になっている。 開発者は、すべてのOracle MAFアプリケーションで通常はネットワーク・アクセスが必要であり、有効にしておくべきであると認識する必要がある。 iOSではネットワーク・アクセスを無効にできないため、開発者はアプリケーションをAndroidでテストして、ネットワーク・アクセスが有効であるこ とを確認することが特に重要である。 | Android | Enable network access and tested on both Android and iOS platforms. AndroidとiOSの両方のプラットフォームでネットワーク・アクセスを有効にしてテストします。 |
16 | 17536615 | Feature life cycle listener will not have access to Named beans in the start and activate methods. Users should be redirected to using either a taskflow's methodEvent, or using a direct java class (possibly with singleton objects) to access the java properties and functionality they're trying to use. startメソッドとactivateメソッドで、機能のライフ・サイクル・リスナーが名前付きBeanにアクセスできない。 ユーザーは、タスク・フローのmethodEventまたはダイレクトJavaクラス(singletonオブジェクトが含まれる場合あり)を使用して、 使用する予定のJavaのプロパティや機能にアクセスするようにリダイレクトされる。 | 両 方 | Feature lifecycle listener will not have access to Named beans in the start and activate methods. Users should use either a taskflow's methodEvent, or a direct java class (possibly with singleton objects) to access the java properties and functionality they're trying to use. startメソッドとactivateメソッドでは、機能のライフ・サイクル・リスナーが名前付きBeanにアクセスできません。 ユーザーは、タスク・フローのmethodEventまたはダイレクトJavaクラス(singletonオブジェクトが含まれる場合あり)を使用して、 使用する予定のJavaのプロパティや機能にアクセスする必要があります。 |
17 | 17778454 | If a feature archive is attached as a project, it does not generate a deployment profile for it 機能アーカイブがプロジェクトとして付加されていると、そのデプロイメント・プロファイルが生成されない。 | 両 方 | Option 1) Add the Config Service FAR as a library from the resource palette. or Option 2) Create a new Deploy Profile (FAR-type) on the created VC-project and then mark it to be included in the Application level Deploy Profile's Profile Node. オプション1)リソース・パレットからConfig Service FARをライブラリとして追加します。 オプション2)作成したVCプロジェクトで新しいデプロイ・プロファイル(FAR型)を作成してから、アプリケーション・レベルのデプロイ・プロファイル のプロファイル・ノードに含まれるようにマークします。 |
18 | 18225351 | Navigation bar toggle button does not show up ナビゲーション・バーのトグル・ボタンが表示されない。 | 両 方 | Uncheck the box and check it again, causing the following to be added to the maf-application.xml file: ボックスをオフにしてから再度オンにします。この操作を行うと、maf-application.xmlファイルに次の内容が追加されます。 <adfmf:navigation> <adfmf:navigationBar displayHideShowNavigationBarControl="true"/> </adfmf:navigation> |
19 | 18184880 | Currently, the Intel HAXM download for Windows 8.X and Mac OSX 10.9.X requires a hotfix to be installed otherwise the PC/MAC will lock up and lose all work. 現在のところ、Windows 8.XおよびMac OS X 10.9.X用のIntel HAXMダウンロードではホットフィックスのインストールが必要です。この操作を行わないと、PC/MACが停止してすべての作業内容が失われます。 | 両 方 | Refer to section 2.5.3.2.1 "Configuring AVD for Intel HAXM" in the MAF Developer Guide for instructions on how to install the hotfix ホットフィックスのインストール方法については、Oracle MAFの開発者ガイドの2.5.3.2.1項"Configuring AVD for Intel HAXM"を参照してください。 |
20 | 16570830 | When making use of the flip animation between pages, the source page rotates and remains displayed behind the destination page momentarily. ページ間でフリップ・アニメーションを使用すると、元のページが回転して移動先のページの背後に一瞬表示されたままになる。 | Android | |
21 | 18124766 | Within the adfmf-feature.xml, if you map a taskflow to a feature in the Content tab, and if the taskflow has a parameter (Optional or Required), the feature never loads. It just shows the loading indicator. adfmf-feature.xml内でContentタブの機能にタスク・フローをマッピングし、タスク・フローにパラメータ(Optionalまたは Required)が設定されていると、機能がロードされず、単にローディング・インジケータが表示される。 | 両 方 | Make sure that the taskflows which are being used within the Content section do not contain any input parameters (Optional or Required) Contentセクション内で使用されるタスク・フローに入力パラメータ(OptionalまたはRequired)が含まれないようにします。 |
22 | 17753794 | Error on deploying MAF app to iTunes Oracle MAFアプリケーションをiTunesにデプロイしようとすると、エラーが発生する。 | iOS | Wait 20s and try again 20秒間待って、もう一度試します。 |
23 | 18992014 | When using a Cordova plugin that relies on Android native code libraries (.so files), JDeveloper does not write these .so files into the generated apk file Androidネイティブ・コード・ライブラリ(.soファイル)に依存するCordovaプラグインを使用する場合、JDeveloperでは生成され るapkファイルにこれらの.soファイルが書き込まれない。 | Android | Add the required .so files into the Oracle_ADFmf_Framework.zip file within the /jdeveloper/jdev/extensions/oracle.maf/Android/ folder of your JDeveloper installation JDeveloperインストールの/jdeveloper/jdev/extensions/oracle.maf/Android/フォルダ内の Oracle_ADFmf_Framework.zipファイルに、必要な.soファイルを追加します。 |
24 | 18824637 | ListView scrolls back to the beginning of the list when new data is loaded from the server サーバーから新しいデータがロードされると、ListViewがスクロールされてリストの先頭に戻る。 | 両 方 | Bind the listView to a Collection Model rather than a POJO/mBean and ensure that the UI fetch size matches the server page size POJO/mBeanではなくコレクション・モデルに listViewをバインドし、UIフェッチ・サイズがサーバー・ページ・サイズと一致するようにします。 |
25 | 19150550 | JDeveloper deployment fails when trying to run "zipalign" if using Android SDK Tools version 23 Android SDK Toolsバージョン23を使用している場合に"zipalign"を実行しようとすると、JDeveloperのデプロイメントが失敗する。 | Android | Copy or symlink "zipalign" from its location under /build-tools to the /sdk/tools directory, or revert to using SDK Tools version 22 "zipalign"を/build-toolsの場所から/sdk/toolsディレクトリにコピーまたはシンボリック・リンクするか、SDK Toolsバージョン22の使用に戻します。 |
Oracle ADF MobileアプリケーションをOracle Mobile Application Frameworkに移行するには、次の移行手順が必要です。
説 明 | 移 行手順 | ||
---|---|---|---|
1. | す べてのOracle ADF Mobileアプリケーション | ア プリケーションの移行 | 開 発者がアプリケーションを移行するには、Oracle MAF拡張機能が含まれるJDeveloper 12.13でOracle ADF Mobileアプリケーションを開くことをお勧めします。JDeveloperによって、アプリケーションが自動的に移行されます。 |
2. | 1.1 からConfiguration Serviceを使用するOracle ADF Mobileアプリケーション | 手 動移行 | Configuration Serviceを使用するOracle ADF Mobileアプリケーションで、移行中に警告が表示されます。この警告は、開発者が特定の手動手順に従ってConfiguration Serviceに関連するコードを移行する必要があることを示しています。開発者は、PublicSamplesの一部であるConfiguration Serviceサンプル・アプリケーションに従うことをお勧めします。 |