How to configure EclipseLink 2.0 and Spring 3.0.5 and Tomcat 6?

前端 未结 3 1173
清酒与你
清酒与你 2020-12-30 17:37

My web application is using Tomcat 6.0.18 and Spring 3.0.5 and eclipselink 2.0.1 and javax.persistence 2.0.0, SQL Server Database. I could not figure out the configuration

3条回答
  •  余生分开走
    2020-12-30 18:29

    What error do you get when you try to persist?

    The LoadTimeWeaver should work, but it is not required. You could use static weaving instead.

提交回复
热议问题