We have an EJB application deployed in weblogic that calls some spring beans (Services and DAO). We use multiple data sources in the application. Unfortunately we have to use Non XA driver for our Data source settings. Currently when we try to save a record we are getting two phase commit error. Is there a way to to force spring to participate in the transaction created by EJB.
Thanks
Thanks