Hello everybody,
maybe someone can help me creating a wildfly datasource to an objectdb database?
I want to setup the authentication in my JEE-Application working the following way:
- users are stored in my objectdb database
- wildfly has a security domain setup using the DatabaseServerLoginModule
Therefore I need a dsJndiName for the objectdb database and I can't find anything how to create a datasource with a dsJndiName for objectdb.
It would be great if someone has some advice for me.
Thank you.