Skip to content

Instantly share code, notes, and snippets.

View dblevins's full-sized avatar

David Blevins dblevins

View GitHub Profile
com/sun/ts/tests/ejb/ee/bb/entity/bmp/allowedmethodstest
com/sun/ts/tests/ejb/ee/bb/entity/bmp/argsemantics
com/sun/ts/tests/ejb/ee/bb/entity/bmp/clientviewtest
com/sun/ts/tests/ejb/ee/bb/entity/bmp/entitybeantest
com/sun/ts/tests/ejb/ee/bb/entity/bmp/entitycontexttest
com/sun/ts/tests/ejb/ee/bb/entity/bmp/handletest
com/sun/ts/tests/ejb/ee/bb/entity/bmp/multiclienttest
com/sun/ts/tests/ejb/ee/bb/entity/bmp/nonreentranttest
com/sun/ts/tests/ejb/ee/bb/entity/bmp/reentranttest
com/sun/ts/tests/ejb/ee/bb/entity/cmp/allowedmethodstest
# EE 8
annotation
batch
decorator
ejb
el
enterprise
enterprise.concurrent
enterprise.deploy
faces
./src/com/sun/ts/lib/util
./src/com/sun/ts/tests/ejb/ee/bb/entity/bmp/allowedmethodstest
./src/com/sun/ts/tests/ejb/ee/bb/entity/bmp/clientviewtest
./src/com/sun/ts/tests/ejb/ee/bb/entity/bmp/entitybeantest
./src/com/sun/ts/tests/ejb/ee/bb/entity/bmp/handletest
./src/com/sun/ts/tests/ejb/ee/bb/entity/cmp/allowedmethodstest
./src/com/sun/ts/tests/ejb/ee/bb/entity/cmp/clientviewtest
./src/com/sun/ts/tests/ejb/ee/bb/entity/cmp/complexpktest
./src/com/sun/ts/tests/ejb/ee/bb/entity/cmp/entitybeantest
./src/com/sun/ts/tests/ejb/ee/bb/entity/cmp/handletest
[INFO] --- gmaven-plugin:1.5:execute (javatest) @ openejb-tck ---
[INFO] Get property: testSectionsFile=/Users/dblevins/work/tckfun/tomee-tck/./sections.properties
[INFO] Require property: tests
[INFO] Get property: tests=com.sun.ts.tests.jpa.core.basic
[INFO] Require property: tests
[INFO] Get property: tests=com.sun.ts.tests.jpa.core.basic
[INFO] Executing JavaTest...
[INFO] Get property: openejb.home=target/apache-tomee-plume-8.0.3-SNAPSHOT
[INFO] Get property: jakartaee.cts.home=/Users/dblevins/work/tckfun/jakartaeetck9
[INFO] Get property: jakartaee.ri.home=/Users/dblevins/work/tckfun/glassfish6/glassfish
[INFO] --- gmaven-plugin:1.5:execute (javatest) @ openejb-tck ---
[INFO] Get property: testSectionsFile=/Users/dblevins/work/tckfun/tomee-tck/./sections.properties
[INFO] Require property: tests
[INFO] Get property: tests=com.sun.ts.tests.servlet.api
[INFO] Require property: tests
[INFO] Get property: tests=com.sun.ts.tests.servlet.api
[INFO] Executing JavaTest...
[INFO] Get property: openejb.home=target/apache-tomee-plume-8.0.3-SNAPSHOT
[INFO] Get property: jakartaee.cts.home=/Users/dblevins/work/tckfun/jakartaeetck9
[INFO] Get property: jakartaee.ri.home=/Users/dblevins/work/tckfun/glassfish6/glassfish
[INFO] --- gmaven-plugin:1.5:execute (javatest) @ openejb-tck ---
[INFO] Get property: testSectionsFile=/Users/dblevins/work/tckfun/tomee-tck/./sections.properties
[INFO] Require property: tests
[INFO] Get property: tests=com.sun.ts.tests.ejb30.lite.basic.stateless
[INFO] Require property: tests
[INFO] Get property: tests=com.sun.ts.tests.ejb30.lite.basic.stateless
[INFO] Executing JavaTest...
[INFO] Get property: openejb.home=target/apache-tomee-plume-8.0.3-SNAPSHOT
[INFO] Get property: jakartaee.cts.home=/Users/dblevins/work/tckfun/jakartaeetck9
[INFO] Get property: jakartaee.ri.home=/Users/dblevins/work/tckfun/glassfish6/glassfish

Status of Jakarta’s javax packages

Complete Renamed Packages

Package

Specification

Exclusions

javax.activation

JavaBeansTM Activation Framework

RMI-IIOP. The RMI-IIOP subsystem is composed of APIs that allow for the use of RMI-style programming that is independent of the underlying protocol, as well as an implementation of these APIs that supports both the J2SE native RMI protocol (JRMP) and the CORBA IIOP protocol. J2EE applications can use RMI-IIOP, with the IIOP protocol support, to access CORBA services that are compatible with the RMI programming restrictions (see the RMI-IIOP spec for details). Such CORBA services would typically be defined by components that live outside of a J2EE product, usually in a legacy system. Only J2EE application clients are required to be able to define their own CORBA services directly, using the RMI-IIOP APIs. Typically such

1c1
< drwxr-xr-x 0 dblevins wheel 0 Sep 13 15:11 apache-tomee-microprofile-8.0.0/
---
> drwxr-xr-x 0 dblevins wheel 0 Sep 13 13:53 apache-tomee-microprofile-8.0.0/
6c6
< drwxr-xr-x 0 dblevins wheel 0 Sep 13 04:31 apache-tomee-microprofile-8.0.0/lib/
---
> drwxr-xr-x 0 dblevins wheel 0 Sep 13 13:55 apache-tomee-microprofile-8.0.0/lib/
14c14
< drwxr-xr-x 0 dblevins wheel 0 Sep 13 04:31 apache-tomee-microprofile-8.0.0/webapps/
# This is the config file for the TomEE / OpenEJB project.
tomee_mail_notifications = []
tomee_irc_notifications = []
def tomee_builder_name():
import sys
return sys._getframe(1).f_code.co_name.replace("_", "-")