solomax commented on PR #144:
URL: https://github.com/apache/openjpa/pull/144#issuecomment-4989957992

   I have tested with `-Ptest-h2`
   
   The first error is in the build logs:
   
   ```
     [INFO] --- antrun:3.1.0:run (generate-standard-sco-proxies) @ 
openjpa-kernel ---
   11:42:34   [INFO] Executing tasks
   11:42:34   [ERROR]      [java] java.lang.UnsupportedOperationException: The 
Security Manager is deprecated and will be removed in a future release
   11:42:34        [java]   at 
org.apache.tools.ant.taskdefs.ExecuteJava.execute(ExecuteJava.java:194)
   11:42:34        [java]   at 
org.apache.tools.ant.taskdefs.Java.run(Java.java:891)
   ```
   
   seems to affect nothing
   
   Others:
   ```
     [ERROR] 
org.apache.openjpa.persistence.detach.TestDetachNoProxy.testClear10Compat -- 
Time elapsed: 5.898 s <<< FAILURE!
     junit.framework.AssertionFailedError: Expected sqlDate endsWith($proxy) to 
return true
       ..........
       at 
org.apache.openjpa.persistence.detach.TestDetachNoProxy.verifyEntities(TestDetachNoProxy.java:437)
   
   [ERROR] 
org.apache.openjpa.persistence.detach.TestDetachNoProxy.testClear20Compat -- 
Time elapsed: 0.134 s <<< FAILURE!
   
     [ERROR] Tests run: 11, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 
44.02 s <<< FAILURE! -- in 
org.apache.openjpa.persistence.proxy.delayed.tset.TestDelayedTreeSetProxyDetachLite
     [ERROR] 
org.apache.openjpa.persistence.proxy.delayed.tset.TestDelayedTreeSetProxyDetachLite.testProxyMethods
 -- Time elapsed: 7.413 s <<< FAILURE!
     junit.framework.AssertionFailedError:
     Expected regular expression
      <SELECT .* DC_EMPLOYEE .*
     >
      to be contained in SQL statements:
     SELECT t0.id FROM DC_DEPARTMENT t0 WHERE t0.id = ?
     SELECT t0.awdName, t0.awdType FROM DC_DEP_AWD t0 WHERE t0.DEPARTMENT_ID = ?
     SELECT t1.id, t1.name FROM DC_DEP_PRD t0 INNER JOIN Product t1 ON 
t0.PRODUCTS_ID = t1.id WHERE t0.DEPARTMENT_ID = ?
     
       at junit.framework.Assert.fail(Assert.java:57)
       at junit.framework.TestCase.fail(TestCase.java:223)
       at 
org.apache.openjpa.persistence.test.SQLListenerTestCase.assertAnySQLAnyOrder(SQLListenerTestCase.java:191)
   ```
   
   and more with similar stack trace (same result on `master`)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to