-
1. Re: How to use the jdbc object store in the standalone application
tomjenkinson Jun 6, 2019 11:32 AM (in response to zhfeng)Thanks for the query! It's not exactly what you are asking for but you can probably reverse engineer the configuration from our jts-docker example: quickstart/jts-docker at master · jbosstm/quickstart · GitHub
-
2. Re: How to use the jdbc object store in the standalone application
mmusgrov Jun 7, 2019 7:54 AM (in response to zhfeng)We have a quickstart that shows how to use narayana in standalone mode. You need to edit the quickstart properties file to configure the object store and the options that can be set are in section "A.1.1.5. The JDBC store" of the following appendix of the Narayana Project Documentation
-
3. Re: How to use the jdbc object store in the standalone application
zhfeng Jun 10, 2019 3:50 AM (in response to tomjenkinson)Thanks tomjenkinson - I just found the configuration with the jdbc object store here quickstart/jbossts-properties.xml at master · jbosstm/quickstart · GitHub which uses DynamicDataSourceJDBCAccess with the postgres datasource. I will take a look at these properties.
-
4. Re: How to use the jdbc object store in the standalone application
zhfeng Jun 10, 2019 3:52 AM (in response to mmusgrov)Thanks mmusgrov for providing this standalone quickstart.