You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Assuming we get this notion of NoSQL datasource in WildFly.
Depending where the code is run, we want the connection pool (MongoClient) to be retrieved from JNDI or built by this extension.
How would that kind of magic happen? I imagine PersistenceContext has something like that (or should :) ) to help the mix of unit tests and actual deployments.
The text was updated successfully, but these errors were encountered:
Assuming we get this notion of NoSQL datasource in WildFly.
Depending where the code is run, we want the connection pool (
MongoClient
) to be retrieved from JNDI or built by this extension.How would that kind of magic happen? I imagine
PersistenceContext
has something like that (or should :) ) to help the mix of unit tests and actual deployments.The text was updated successfully, but these errors were encountered: