Closed lucifa7 closed 2 years ago
Would OpenAS2 provide offical solution of Other Database with dialect in the future?
Have you checke if any of the discussions here help you? https://sourceforge.net/p/openas2/discussion/search/?q=mysql
Actually, I see your point. The invocation makes no attempt to use the DB tracking module config.
I will fix that ASAP.
Try the 3.4.0 release - I have not tested it against other RDBMS systems but it is a standard SQL statement so should be good.
Thank you to notice me that. I understand that OpenAs2 is focusing on secure transporting of message over socket.In my case ,I've used OpenAs2 to enable my Application whitch based on data stored in Mysql to communicate with a remote EDIFACT endpoint.I hope my feedback may usefull anway.
I found that when I set the msg_tracking.use_embedded_db to false with all other database connection items configed, the frontPage(vue)get the list of messages stored in mysql using the following command(in class ListMessagesCommand ):
I try to add a singleton instance to sove that: static filed : >3private static DbTrackingModule instance;