spring-guides / getting-started-guides

Getting Started Guide template :: The template for new guides and also the place to request them.
https://github.com/spring-guides/getting-started-guides/wiki
Apache License 2.0
519 stars 204 forks source link

@Transactional is not working for marklogic database #62

Closed venugutala closed 6 years ago

venugutala commented 6 years ago

Hi Team, I am big fan of spring team you people are very innovative. I am always exited about spring new features.

I am doing poc to know how exactly distributed transaction management working with @Transactional. It is working fine in distributed environment but it is supporting most of the data bases except marklogic . These days many organizations are using marklogic widely , It would be grate if your respectable team implement this one as well. can you suggest me the way to integrate marklogic to distributed transaction i will implement that, at least it can help me alot.

Thanks of Phenomenal Team!

dsyer commented 6 years ago

It's not really a question about the guides is it? If you are looking for support for a new data store, maybe ask in the spring-data channel in gitter (https://gitter.im/spring-projects/spring-data)?

venugutala commented 6 years ago

Thanks Dsyer, Apologies for that i didnt notice that.