Skip to content

Instantly share code, notes, and snippets.

@scottmarlow
Last active June 15, 2024 14:46
Show Gist options
  • Save scottmarlow/fc5c8be4fb4b69b50bfb1423218b8c5d to your computer and use it in GitHub Desktop.
Save scottmarlow/fc5c8be4fb4b69b50bfb1423218b8c5d to your computer and use it in GitHub Desktop.
sort | uniq output from grep for "@.*@"
@APPNAME@ - is used in (optional) jaxws + webservices12 + webservices13 tests which should be removed as per EE 11 platform plan (https://jakarta.ee/specifications/platform/11/)
@BEANWEBSERVICENAME@ - should be removed since its jaxws.
@BEANWEBSERVICENAME2@ - should be removed since its jaxws.
@CLIENT_JAR@ - used in ejb30 file jakartaeetck/src/com/sun/ts/tests/ejb30/common/template/application.xml
@DISPLAY_NAME@ - used in src/com/sun/ts/tests/ejb30/common/template/application.xml
@EJB_JAR@ - used in src/com/sun/ts/tests/ejb30/common/template/application.xml
@className@ - used in ejb30 tests like jakartaeetck/src/com/sun/ts/tests/ejb30/misc/datasource/twojars/ejb3_misc_datasource_twojars_client.xml.template: <class-name>@className@</class-name>
@databaseName@ - used in ejb30 template files like jakartaeetck/src/com/sun/ts/tests/ejb30/assembly/appres/appclientejb/application.xml.template: <database-name>@databaseName@</database-name>
and also in test code jakartaeetck/src/com/sun/ts/tests/ejb30/misc/datasource/twojars/Client.java @DataSourceDefinition(name = "java:global/datasource/twojars/appclient/globalds", description = "override it with <data-source> in application-client.xml", className = "@className@", portNumber = 8080, serverName = "@serverName@", databaseName = "@databaseName@", user = "@user@", password = "@password@", transactional = true) })
@dbclassname@ - src/com/sun/ts/tests/appclient/deploy/metadatacomplete/testapp/files/TestAppClient.java.src
@dbpassword@ - src/com/sun/ts/tests/appclient/deploy/metadatacomplete/testapp/files/TestAppClient.java.src
@dburl@ - src/com/sun/ts/tests/appclient/deploy/metadatacomplete/testapp/files/TestAppClient.java.src
@dbuser@ - src/com/sun/ts/tests/appclient/deploy/metadatacomplete/testapp/files/TestAppClient.java.src
@password@ + @user@ are contained in:
src/com/sun/ts/tests/appclient/deploy/metadatacomplete/testapp/files/TestAppClient.java.src
src/com/sun/ts/tests/ejb30/assembly/appres/appclientejb/application.xml.template
src/com/sun/ts/tests/ejb30/assembly/appres/warejb/application.xml.template
src/com/sun/ts/tests/ejb30/assembly/appres/warmbean/application.xml.template
src/com/sun/ts/tests/ejb30/lite/packaging/war/datasource/global/DataSourceBean.java.template
src/com/sun/ts/tests/ejb30/lite/packaging/war/datasource/singleton/Client.java.template
src/com/sun/ts/tests/ejb30/lite/packaging/war/datasource/singleton/DataSourceBean.java.template
src/com/sun/ts/tests/ejb30/lite/packaging/war/datasource/singleton/DataSourceMBean.java.template
src/com/sun/ts/tests/ejb30/lite/packaging/war/datasource/singleton/DataSourceRepeatableBean.java.template
src/com/sun/ts/tests/ejb30/lite/packaging/war/datasource/singleton/JsfClient.java.template
src/com/sun/ts/tests/ejb30/lite/packaging/war/datasource/stateful/ejb-jar.xml.template
src/com/sun/ts/tests/ejb30/misc/datasource/appclientejb/Client.java.template
src/com/sun/ts/tests/ejb30/misc/datasource/appclientejb/DataSourceBean.java.template
src/com/sun/ts/tests/ejb30/misc/datasource/twojars/Client.java
src/com/sun/ts/tests/ejb30/misc/datasource/twojars/DataSource2Bean.java
src/com/sun/ts/tests/ejb30/misc/datasource/twojars/ejb3_misc_datasource_twojars_client.xml.template
src/com/sun/ts/tests/ejb30/misc/datasource/twojars/two_standalone_component_ejb.xml.template
src/com/sun/ts/tests/ejb30/misc/datasource/twowars/DataSourceBean.java.template
src/com/sun/ts/tests/ejb30/misc/datasource/twowars/TestServlet.java.template
src/com/sun/ts/tests/ejb30/misc/datasource/twowars/TestServlet2.java.template
src/com/sun/ts/tests/jms/ee20/resourcedefs/annotations/files/Client.java.src
src/com/sun/ts/tests/jms/ee20/resourcedefs/annotations/files/EjbClient.java.src
src/com/sun/ts/tests/jms/ee20/resourcedefs/annotations/files/MyBean.java.src
src/com/sun/ts/tests/jms/ee20/resourcedefs/annotations/files/ServletClient.java.src
src/com/sun/ts/tests/jms/ee20/resourcedefs/descriptor/xml/appclient_vehicle_client.xml
src/com/sun/ts/tests/jms/ee20/resourcedefs/descriptor/xml/ejb_vehicle_ejb.xml
src/com/sun/ts/tests/jms/ee20/resourcedefs/descriptor/xml/jsp_vehicle_web.xml
src/com/sun/ts/tests/jms/ee20/resourcedefs/descriptor/xml/servlet_vehicle_web.xml
@FILTERCLASS@ - is in (optional) src/com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/jakartaEE.web.xml + src/com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/jakartaEE.web.xml
@FILTERNAME@ - is in (optional) src/com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/jakartaEE.web.xml
src/com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/jakartaEE.web.xml
@HANDLERCHAIN@ - is in (optional) src/com/sun/ts/tests/common/vehicle/wsappclient/WSAppclient.java.src
src/com/sun/ts/tests/common/vehicle/wsejb/WSEJBVehicle.java.src
src/com/sun/ts/tests/common/vehicle/wsservlet/WSServletVehicle.java.src
@IMPL@ - is in (optional) src/com/sun/ts/tests/servlet/ee/common/sharedwebservices/servlethttptestservice/jakartaEE.web.xml
src/com/sun/ts/tests/webservices12/narrow/jakartaEE.web.xml
src/com/sun/ts/tests/webservices12/servlet/HandlerTest/server/jakartaEE.web.xml
src/com/sun/ts/tests/webservices12/servlet/WSMTOMSBAnnotationsTest/jakartaEE.web.xml
src/com/sun/ts/tests/webservices12/servlet/WSMTOMSBFullDDsTest/jakartaEE.web.xml
src/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server1/jakartaEE.web.xml
src/com/sun/ts/tests/webservices12/servlet/WebServiceRefsTest/server2/jakartaEE.web.xml
src/com/sun/ts/tests/webservices12/wsdlImport/file/nested1/jakartaEE.web.xml
src/com/sun/ts/tests/webservices12/wsdlImport/file/nested2/jakartaEE.web.xml
src/com/sun/ts/tests/webservices12/wsdlImport/file/shared1/server/jakartaEE.web.xml
src/com/sun/ts/tests/webservices12/wsdlImport/file/shared2/server/jakartaEE.web.xml
src/com/sun/ts/tests/webservices12/wsdlImport/file/simple1/jakartaEE.web.xml
src/com/sun/ts/tests/webservices12/wsdlImport/file/simple2/jakartaEE.web.xml
src/com/sun/ts/tests/webservices12/wsdlImport/file/simple3/jakartaEE.web.xml
src/com/sun/ts/tests/webservices12/wsdlImport/file/twin1/server/jakartaEE.web.xml
src/com/sun/ts/tests/webservices12/wsdlImport/file/twin2/server/jakartaEE.web.xml
src/com/sun/ts/tests/webservices12/wsdlImport/http/nested1/jakartaEE.web.xml
src/com/sun/ts/tests/webservices12/wsdlImport/http/nested2/jakartaEE.web.xml
src/com/sun/ts/tests/webservices12/wsdlImport/http/shared1/server/jakartaEE.web.xml
src/com/sun/ts/tests/webservices12/wsdlImport/http/shared2/server/jakartaEE.web.xml
src/com/sun/ts/tests/webservices12/wsdlImport/http/simple1/jakartaEE.web.xml
src/com/sun/ts/tests/webservices12/wsdlImport/http/simple2/jakartaEE.web.xml
src/com/sun/ts/tests/webservices12/wsdlImport/http/simple3/jakartaEE.web.xml
src/com/sun/ts/tests/webservices12/wsdlImport/http/twin1/server/jakartaEE.web.xml
src/com/sun/ts/tests/webservices12/wsdlImport/http/twin2/server/jakartaEE.web.xml
src/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookup/server/jakartaEE.web.xml
src/com/sun/ts/tests/webservices13/servlet/WSWebServiceRefLookupDDs/server/jakartaEE.web.xml
@IMPL2@ @IMPL3@ @IMPL4@ @IMPL5@ - is in optional webservices tests
@jdbc.datasource.props@ - is in src/com/sun/ts/tests/ejb30/lite/packaging/war/datasource/global/DataSourceBean.java.template
src/com/sun/ts/tests/ejb30/lite/packaging/war/datasource/singleton/Client.java.template
src/com/sun/ts/tests/ejb30/lite/packaging/war/datasource/singleton/DataSourceBean.java.template
src/com/sun/ts/tests/ejb30/lite/packaging/war/datasource/singleton/DataSourceMBean.java.template
src/com/sun/ts/tests/ejb30/lite/packaging/war/datasource/singleton/DataSourceRepeatableBean.java.template
src/com/sun/ts/tests/ejb30/lite/packaging/war/datasource/singleton/JsfClient.java.template
src/com/sun/ts/tests/ejb30/misc/datasource/appclientejb/Client.java.template
src/com/sun/ts/tests/ejb30/misc/datasource/appclientejb/DataSourceBean.java.template
src/com/sun/ts/tests/ejb30/misc/datasource/twowars/DataSourceBean.java.template
src/com/sun/ts/tests/ejb30/misc/datasource/twowars/TestServlet.java.template
src/com/sun/ts/tests/ejb30/misc/datasource/twowars/TestServlet2.java.template
@jdbc.datasource.props.xml@ - is in src/com/sun/ts/tests/ejb30/assembly/appres/appclientejb/application.xml.template
src/com/sun/ts/tests/ejb30/assembly/appres/warejb/application.xml.template
src/com/sun/ts/tests/ejb30/assembly/appres/warmbean/application.xml.template
src/com/sun/ts/tests/ejb30/lite/packaging/war/datasource/stateful/ejb-jar.xml.template
src/com/sun/ts/tests/ejb30/misc/datasource/twojars/ejb3_misc_datasource_twojars_client.xml.template
src/com/sun/ts/tests/ejb30/misc/datasource/twojars/two_standalone_component_ejb.xml.template
10
@JNDINAME@ - is in (optional) src/com/sun/ts/tests/jaxws/common/xml/deploymentDescriptors/filetemplates/client/APPNAME_wsejb_vehicle_client.jar.sun-application-client.xml
src/com/sun/ts/tests/jaxws/common/xml/deploymentDescriptors/filetemplates/client/APPNAME_wsejb_vehicle_ejb.jar.sun-ejb-jar.xml
src/com/sun/ts/tests/jaxws/common/xml/deploymentDescriptors/filetemplates/clientnumservices2/APPNAME_wsejb_vehicle_client.jar.sun-application-client.xml
src/com/sun/ts/tests/jaxws/common/xml/deploymentDescriptors/filetemplates/clientnumservices2/APPNAME_wsejb_vehicle_ejb.jar.sun-ejb-jar.xml
src/com/sun/ts/tests/jaxws/common/xml/deploymentDescriptors/httptemplates/client/APPNAME_wsejb_vehicle_client.jar.sun-application-client.xml
src/com/sun/ts/tests/jaxws/common/xml/deploymentDescriptors/httptemplates/client/APPNAME_wsejb_vehicle_ejb.jar.sun-ejb-jar.xml
src/com/sun/ts/tests/jaxws/common/xml/deploymentDescriptors/httptemplates/clientnumservices2/APPNAME_wsejb_vehicle_client.jar.sun-application-client.xml
src/com/sun/ts/tests/jaxws/common/xml/deploymentDescriptors/httptemplates/clientnumservices2/APPNAME_wsejb_vehicle_ejb.jar.sun-ejb-jar.xml
@myString@ - is in src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/enventry/EnvEntryFieldBean.java
src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/enventry/ejb3_bb_stateless_enventry_ejb.xml
@package@ - see https://github.com/jakartaee/platform-tck/wiki/CTS-Refactoring-Notes
@portNumber@ - in ejb30 template files. Also used for database server port number in datasourcedefinition. The database portNumber is likely to be user specified parameters.
@raname@ - resource adapter name in bin/xml/impl/glassfish/templates/create.jmsra.template
src/com/sun/ts/tests/appclient/deploy/metadatacomplete/testapp/files/TestBean.java.src
src/com/sun/ts/tests/jms/commonee/xml/descriptors/genericra/cditestsmdb_ejb.jar.sun-ejb-jar.xml
src/com/sun/ts/tests/jms/commonee/xml/descriptors/genericra/mdb_asynch_receives_ejb.jar.sun-ejb-jar.xml
src/com/sun/ts/tests/jms/commonee/xml/descriptors/genericra/mdb_exceptQ_ejb.jar.sun-ejb-jar.xml
src/com/sun/ts/tests/jms/commonee/xml/descriptors/genericra/mdb_exceptT_ejb.jar.sun-ejb-jar.xml
src/com/sun/ts/tests/jms/commonee/xml/descriptors/genericra/mdb_msgHdrQ_ejb.jar.sun-ejb-jar.xml
src/com/sun/ts/tests/jms/commonee/xml/descriptors/genericra/mdb_msgHdrT_ejb.jar.sun-ejb-jar.xml
src/com/sun/ts/tests/jms/commonee/xml/descriptors/genericra/mdb_msgPropsQ_ejb.jar.sun-ejb-jar.xml
src/com/sun/ts/tests/jms/commonee/xml/descriptors/genericra/mdb_msgPropsT_ejb.jar.sun-ejb-jar.xml
src/com/sun/ts/tests/jms/commonee/xml/descriptors/genericra/mdb_msgTypesQ1_ejb.jar.sun-ejb-jar.xml
src/com/sun/ts/tests/jms/commonee/xml/descriptors/genericra/mdb_msgTypesQ2_ejb.jar.sun-ejb-jar.xml
src/com/sun/ts/tests/jms/commonee/xml/descriptors/genericra/mdb_msgTypesQ3_ejb.jar.sun-ejb-jar.xml
src/com/sun/ts/tests/jms/commonee/xml/descriptors/genericra/mdb_msgTypesT1_ejb.jar.sun-ejb-jar.xml
src/com/sun/ts/tests/jms/commonee/xml/descriptors/genericra/mdb_msgTypesT2_ejb.jar.sun-ejb-jar.xml
src/com/sun/ts/tests/jms/commonee/xml/descriptors/genericra/mdb_msgTypesT3_ejb.jar.sun-ejb-jar.xml
src/com/sun/ts/tests/jms/commonee/xml/descriptors/genericra/mdb_msg_xa_ejb.jar.sun-ejb-jar.xml
src/com/sun/ts/tests/jms/commonee/xml/descriptors/genericra/mdb_sndQ_ejb.jar.sun-ejb-jar.xml
src/com/sun/ts/tests/jms/commonee/xml/descriptors/genericra/mdb_sndToQueue_ejb.jar.sun-ejb-jar.xml
src/com/sun/ts/tests/jms/commonee/xml/descriptors/genericra/mdb_sndToTopic_ejb.jar.sun-ejb-jar.xml
src/com/sun/ts/tests/jms/commonee/xml/descriptors/genericra/mdb_synchrec_ejb.jar.sun-ejb-jar.xml
src/com/sun/ts/tests/jms/commonee/xml/descriptors/genericra/queue_selectorauto_annotated_ejb.jar.sun-ejb-jar.xml
src/com/sun/ts/tests/jms/commonee/xml/descriptors/genericra/queue_selectorauto_descriptor_ejb.jar.sun-ejb-jar.xml
src/com/sun/ts/tests/jms/commonee/xml/descriptors/genericra/queue_selectordups_annotated_ejb.jar.sun-ejb-jar.xml
src/com/sun/ts/tests/jms/commonee/xml/descriptors/genericra/queue_selectordups_descriptor_ejb.jar.sun-ejb-jar.xml
src/com/sun/ts/tests/jms/commonee/xml/descriptors/genericra/topic_noselnocidautodurable_annotated_ejb.jar.sun-ejb-jar.xml
src/com/sun/ts/tests/jms/commonee/xml/descriptors/genericra/topic_noselnocidautodurable_descriptor_ejb.jar.sun-ejb-jar.xml
src/com/sun/ts/tests/jms/commonee/xml/descriptors/genericra/topic_selectorautociddurable_annotated_ejb.jar.sun-ejb-jar.xml
src/com/sun/ts/tests/jms/commonee/xml/descriptors/genericra/topic_selectorautociddurable_descriptor_ejb.jar.sun-ejb-jar.xml
src/com/sun/ts/tests/jms/commonee/xml/descriptors/genericra/topic_selectordupsnondurable_annotated_ejb.jar.sun-ejb-jar.xml
src/com/sun/ts/tests/jms/commonee/xml/descriptors/genericra/topic_selectordupsnondurable_descriptor_ejb.jar.sun-ejb-jar.xml
@serverName@ - in @DataSourceDefinition
@SERVICE@ - in optional web services
@SERVICEREFNAMEWSAPPCLIENT@ - in optional web services
@SERVICEREFNAMEWSAPPCLIENT2@ - in optional web services
@SERVICEREFNAMEWSEJB@ - in optional web services
@SERVICEREFNAMEWSEJB2@ - in optional web services
@SERVICEREFNAMEWSSERVLET@ - in optional web services
@SERVICEREFNAMEWSSERVLET2@ - in optional web services
@SERVLETNAME@ - in optional web services
@SERVLETNAME2@ - in optional web services
@SERVLETNAME3@ - in optional web services
@SERVLETNAME4@ - in optional web services
@SERVLETNAME5@ - in optional web services
@STATELESSNAME@ - in optional web services
@STATELESSNAME2@ - in optional web services
@URLALIAS@ - in optional web services
@URLALIAS2@ - in optional web services
@URLALIAS3@ - in optional web services
@URLALIAS4@ - in optional web services
@URLALIAS5@ - in optional web services
@vehicle@ - in ejb30 tests to form vehicle specific jndi vehicle name reference.
- the below are also for optional web services tests
@WEBSERVICECNTXROOT@
@WEBSERVICEDESCRIPTION@
@WEBSERVICEDESCRIPTION2@
@wsdlLocation@
@WSRAnn@
@WSREFSAPPCLIENT@
@WSREFSEJBCLIENT@
@WSREFSWEBCLIENT@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment