Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Fix for 316318 and 316323 for compiling and running JUnit target for eclipselink.jpa.wdf.test - ready for review

Adrian, Andreas,
Hi, the following 2 patches are available for review that do minor modifications to the WDF test suite that we discussed in the Summit

316318: jpa.wdf.test refactor eclipse classpath from plugins to orbit for ejb3 and transaction API sub projects to avoid version conflicts
       https://bugs.eclipse.org/bugs/attachment.cgi?id=171535&action=diff
.classpath changed for Eclipse so that wdf can compile under various versions of Eclipse (by using the orbit versions of javax.transaction and javax.ejb)
         see
http://wiki.eclipse.org/EclipseLink/Building#Minimum_SVN_Trunk_projects_for_JPA_or_Core_Eclipse_Development_and_Testing

316323: jpa.wdf.test JUnit target requires JDBC_LIB CP variable instead of hardcoded MySQL driver jar reference
        https://bugs.eclipse.org/bugs/attachment.cgi?id=171540&action=diff
update the provided JUnit test target so that it can run on any JDBC platform via the existing JDBC_LIB classpath variable defined via
         see
http://wiki.eclipse.org/EclipseLink/Development/Testing/Prereq#Classpath_Variables

   thank you for the target and test suite.
   /michael




Back to the top