-
Notifications
You must be signed in to change notification settings - Fork 734
example for sharding-transaction-xa-narayana. #143
Comments
@cherrylzhao I just want to know how to run the example of transaction-xa-raw-jdbc-example ?
and if we want to use the jdbc to save the transaction log, we need to include the jbosstx-properties.xml which contains the jdbc configuration. |
first create schema in your local mysql using manual_schema.sql |
Well, how to run YamlConfigurationTransactionExample ? I tried
but it looks like "target/transaction-xa-raw-jdbc-example-4.0.0-RC2-SNAPSHOT.jar中没有主清单属性"
It looks like it can not find the configuration yaml file in the class resources. So can you show me the commands to run this example ? |
we usually run the |
I think you can reference the assembly script of jdbc-performance-test |
Thanks @cherrylzhao - I will try this test. Anyway, it could be very helpful to add some documentation to describe how to run the example even within the IDE. |
ok, I will consider about it. |
narayana have provided a powerful feature to persistence transaction log into database, and do recovery in background thread. we'd like to write a example for it.
The text was updated successfully, but these errors were encountered: