Setting up a Persistence Manager Resource on the Sun Java System Application Server
See Also
A Persistence Manager Resource is required so that applications with container-managed
persistence (CMP) beans that were developed to run on Sun Java System Application Server 7 can run on Sun Java System Application Server 8.
To create a persistence manager resource:
- Make sure the Java System Application Server is running.
- Go to File > New File (Ctrl-N).
- In the Project drop-down list, choose either your EJB module or Web module.
- Select Sun Resources in the Categories pane, Persistence Resource in the File Types pane, and click Next.
- Select an existing JDBC resource or create a new one.
- (required) Enter a JNDI name for the resource.
- Leave the Factory Class as it is. This property is optional and has been deprecated.
- Enable or disable the resource by choosing true or false.
- Enter a description and click Next.
- Leave the resource properties empty.
- Click Finish.
Once you have created the resource in your project, the resouce
needs to be registered with the server. For more, see
Registering a Resource with the Server
- See Also
- Registering a Resource with the Sun Java System Application Server
Legal Notices