Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jakartaee-tck-dev] About EJB CMP Based TCK Failures

Hi folks

I have been working on EJB CMP TCK failures in latest run, https://ci.eclipse.org/jakartaee-tck/job/eftl-jakartaeetck-run-900/11/junit-reports-with-handlebars/test-summary/ff3cfc1c-786e-448e-823b-d90fa2129320.html

The failures are fixed by emptying the <schema></schema> attribute from *****.sun-cmp-mappings.xml file.

I debug the code and when the <schema> is "CtsSchema", the deployer uses PointBaseDatabase and its drivers wrongly.

I updated several CMP tests via updating this attribute, these tests are worked as expected.

Example tests:
  • jakartaeetck/src/com/sun/ts/tests/ejb/ee/bb/entity/lrapitest/Client.java
  • jakartaeetck/src/com/sun/ts/tests/ejb/ee/bb/localaccess/ebaccesstest/Client.java
Regards.
Gurkan

Back to the top