Adding Toplink Library to Project
プロジェクトへの Toplink ライブラリの追加 - NetBeans
For the Persistence Provider, choose TopLink (default).
「持続性プロバイダ」には「 TopLink 」(デフォルト) を選択します。 - NetBeans
That the selected Persistence Library is TopLink.
選択されている持続性ライブラリが「TopLink」であること。 - NetBeans
Description: The cause is in the current toplink libraries used in the IDE.An issue on toplink library has been filed on it.
説明: IDE で現在使用されている TopLink ライブラリが原因です。 これは、TopLink ライブラリの問題にファイルされています。 - NetBeans
TopLink Essentials should be listed in the Compile-time Libraries.
「コンパイル時ライブラリ」に「TopLink Essentials」が表示されているはずです。 - NetBeans
The IDE adds TopLink Essentials to the top of the project libraries.
IDE により、TopLink Essentials がプロジェクトライブラリの先頭に追加されます。 - NetBeans
Tomcat needs a set of toplink, derby, and javax APIs in order to support RESTful web services.
Tomcat で RESTful Web サービスをサポートするには、Toplink、Derby、および Javax API のセットが必要です。 - NetBeans
Although you added Toplink files to Tomcat (see Copying Libraries to Tomcat), you still need to add the TopLink Essentials library to your project in order to avoid class casting exceptions.
Toplink ファイルを Tomcat に追加しましたが (「Tomcat へのライブラリのコピー」参照)、クラスキャスト例外を回避するために TopLink Essentials ライブラリをプロジェクトに追加する必要があります。 - NetBeans
To check that the TopLink Essentials library is there, expand the Libraries node of your project.
TopLink Essentials ライブラリが存在することを確認するには、プロジェクトの「ライブラリ」ノードを展開します。 - NetBeans
Select TopLink Libraries and move it to the top of the list of libraries, by clicking Move Up. Your list of compile-time libraries should look like this:
「TopLink Libraries」を選択し、「上へ移動」をクリックしてライブラリ一覧の先頭に移動します。 コンパイル時ライブラリの一覧は次のようになります。 - NetBeans
If you are using the Java Persistence API you can choose the persistence provider that you want to use in your application. The GlassFish application server ships with Oracles's Toplink persistence provider, but you can easily configure your application to use the Hibernate persistence provider and quickly develop an application that accesses a database with the Java Persistence API. Java Persistence API を使用している場合、アプリケーション内で使用する持続性プロバイダを選択できます。 GlassFish アプリケーションサーバーには Oracle の Toplink 持続性プロバイダが付属していますが、アプリケーションで Hibernate 持続性プロバイダを使用するように簡単に設定し、Java Persistence API を使用してデータベースにアクセスするアプリケーションを短時間で開発できます。 - NetBeans