A storage component read and writes component state information from the database server. If your component uses automatic persistence or Java serialization, you must specify the storage component used to interact with the persistent data store. The storage component uses the connection cache and database table identified on the Persistence tab in the Component Properties dialog box.
The storage component options are:
CtsComponents/JdbcStorage Uses a JDBC connection cache to provide persistent storage of component state. This component has the Requires transaction attribute. The component’s state is saved in the context of any existing transaction associated with the component.
CtsComponents/JdbcStorageReqNew A copy of the CtsComponents/JDBCStorage component that has the RequiresNew transaction attribute. The component’s state is saved using a separate transaction from that used to manage any database work performed by the component.