[hibernate-dev] progress update on wildfly-nosql project...

Scott Marlow smarlow at redhat.com
Tue Jul 18 13:15:09 EDT 2017


Hi,

Wildfly Swarm now has the initial NoSQL (native NoSQL driver
integration) fractions included [1], which should be in the next Swarm
release.

Applications can use @Inject @Named("MyDefinedNoSQLProfile") Cluster
myCassandraCluster; to inject native NoSQL connections, where the
injected connection class is shared with other applications (e.g. the
native NoSQL driver code is currently responsible for the connection
pooling).

The next step will be to enable MongoDB, Cassandra, Neo4j, OrientDB
testing in the Swarm CI (Jenkins) environment.  Perhaps via Docker
(will need to install that).  Does OGM CI use Docker?

Is OGM-1287 still the best solution for OGM to access NoSQL
connections on WildFly/WildFly-Swarm?  When we last talked, the OGM
team didn't want to depend on a wildfly-nosql (subsystem) SPI for
obtaining NoSQL connections, so using something like OGM-1287 could
work.  What do you think?

Scott

[1] https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!topic/wildfly-nosql/GD85pjswPQA


More information about the hibernate-dev mailing list