We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to configure in glassfish?
How to add properties to mysql driver and how to add properties for cache driver?
Regards, Tomaž
The text was updated successfully, but these errors were encountered:
Resource Type: javax.sql.XADataSource Datasource Classname: com.mysql.jdbc.jdbc2.optional.MysqlXADataSource cache.driver.class: com.mysql.jdbc.Driver cache.driver.url: jdbc:mysql://localhost:3306/test user: test password: test serverName: localhost databaseName: test
I don't know how to tell cache to use file or memory cache? I don't know how to check if cache is actually working?
Sorry, something went wrong.
in issue #24 (Using Cache driver as Datasource) it is not clear url and URL, are this two different properties?
cache.driver.URL - is controlling cache file or memory cache.driver.url - is connection to database
I don't understand how to connect mysql driver and cache driver
No branches or pull requests
Is it possible to configure in glassfish?
How to add properties to mysql driver and how to add properties for cache driver?
Regards, Tomaž
The text was updated successfully, but these errors were encountered: