Skip to content

Commit

Permalink
Remove ejb module refs
Browse files Browse the repository at this point in the history
Prepare for tck-arquillian-1.0.0-M11 release

Signed-off-by: Scott M Stark <starksm64@gmail.com>
  • Loading branch information
starksm64 committed Aug 28, 2024
1 parent 8266b74 commit fa56e5e
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 551 deletions.
5 changes: 0 additions & 5 deletions tools/tck-rewrite-ant/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,6 @@
<artifactId>servlet</artifactId>
<version>${version.platform.tck}</version>
</dependency>
<dependency>
<groupId>jakarta.tck</groupId>
<artifactId>ejb</artifactId>
<version>${version.platform.tck}</version>
</dependency>
<dependency>
<groupId>jakarta.tck</groupId>
<artifactId>ejb30</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -268,20 +268,6 @@ public void testEjb30LibDirCustom_ClientTest() throws IOException {
System.out.println(packageInfo.getTestClientFiles());
}

@Test
public void testEjb_tx_session_stateless_bm_Tx_Multi_ClientTest() throws IOException {
TestPackageInfoBuilder builder = new TestPackageInfoBuilder(tsHome);
List<TestMethodInfo> testMethods = Arrays.asList(
new TestMethodInfo("test1", "com.sun.ts.lib.harness.EETest.Fault"),
new TestMethodInfo("test2", "com.sun.ts.lib.harness.EETest.Fault"),
new TestMethodInfo("test4", "com.sun.ts.lib.harness.EETest.Fault"),
new TestMethodInfo("test5", "com.sun.ts.lib.harness.EETest.Fault")
);
Class<?> baseTestClass = com.sun.ts.tests.ejb.ee.tx.session.stateless.bm.Tx_Multi.Client.class;
TestPackageInfo packageInfo = builder.buildTestPackgeInfoEx(baseTestClass, testMethods, DefaultEEMapping.getInstance());
System.out.println(packageInfo);
System.out.println(packageInfo.getTestClientFiles());
}

@Test
public void testConnector_localTx_msginflow_ClientTest() throws IOException {
Expand Down Expand Up @@ -658,40 +644,6 @@ public void test_jms_core_closedTopicPublisher() throws IOException {
System.out.println(deploymentMethodInfo.getMethodCode());
}

@Test
public void test_ejb_ee_deploy_mdb_ejbref_single() throws IOException {
TestPackageInfoBuilder builder = new TestPackageInfoBuilder(tsHome);
List<TestMethodInfo> testMethods = Arrays.asList(
new TestMethodInfo("testStatelessInternal", "Fault"),
new TestMethodInfo("testStatelessExternal", "Fault"),
new TestMethodInfo("testStatefulInternal", "Fault")
);
Class<?> baseTestClass = com.sun.ts.tests.ejb.ee.deploy.mdb.ejbref.single.Client.class;
TestPackageInfo packageInfo = builder.buildTestPackgeInfoEx(baseTestClass, testMethods, DefaultEEMapping.getInstance());
System.out.println(packageInfo);
System.out.println(packageInfo.getTestClientFiles());
}


@Test
public void test_ejb_ee_bb_localaccess_sbaccesstest() throws IOException {
TestPackageInfoBuilder builder = new TestPackageInfoBuilder(tsHome);
List<TestMethodInfo> testMethods = Arrays.asList(
new TestMethodInfo("test2", "Fault"),
new TestMethodInfo("test4", "Fault")
);
Class<?> baseTestClass = com.sun.ts.tests.ejb.ee.bb.localaccess.sbaccesstest.Client.class;
TestPackageInfo packageInfo = builder.buildTestPackgeInfoEx(baseTestClass, testMethods, DefaultEEMapping.getInstance());
System.out.println(packageInfo);
DeploymentInfo deploymentInfo = packageInfo.getTestClients().get(0).getTestDeployment().getDebugInfo();
System.out.printf("Ejbs: %s\n", deploymentInfo.getEjbJars());
System.out.printf("Ejb1.classes: %s\n", deploymentInfo.getEjbJar().getClassFilesString());

System.out.println("---- TestClientFiles ----");
System.out.println(packageInfo.getTestClientFiles());
}


@Test
public void test_jpa_core_types_generator() throws IOException {
TestPackageInfoBuilder builder = new TestPackageInfoBuilder(tsHome);
Expand Down
5 changes: 0 additions & 5 deletions tools/tck-rewrite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,6 @@
<artifactId>servlet</artifactId>
<version>${version.platform.tck}</version>
</dependency>
<dependency>
<groupId>jakarta.tck</groupId>
<artifactId>ejb</artifactId>
<version>${version.platform.tck}</version>
</dependency>
<dependency>
<groupId>jakarta.tck</groupId>
<artifactId>ejb30</artifactId>
Expand Down

This file was deleted.

Loading

0 comments on commit fa56e5e

Please sign in to comment.