[embjopr-commits] EMBJOPR SVN: r846 - in trunk/jsfunit/src/main: resources and 1 other directory.

embjopr-commits at lists.jboss.org embjopr-commits at lists.jboss.org
Sat Nov 7 00:35:45 EST 2009


Author: ozizka at redhat.com
Date: 2009-11-07 00:35:43 -0500 (Sat, 07 Nov 2009)
New Revision: 846

Added:
   trunk/jsfunit/src/main/resources/
   trunk/jsfunit/src/main/resources/labels--common.properties
   trunk/jsfunit/src/main/resources/labels-as.properties
   trunk/jsfunit/src/main/resources/labels-eap.properties
   trunk/jsfunit/src/main/resources/labels-jopr-2.3.0.GA.properties
Log:
 * Server edition and version, and Jopr version used to adjust strings and testuite behavior dynamicaly. (JBQA-2770, JBQA-2774)


Added: trunk/jsfunit/src/main/resources/labels--common.properties
===================================================================
--- trunk/jsfunit/src/main/resources/labels--common.properties	                        (rev 0)
+++ trunk/jsfunit/src/main/resources/labels--common.properties	2009-11-07 05:35:43 UTC (rev 846)
@@ -0,0 +1,181 @@
+
+
+
+
+##  System properties to configure this testsuite.
+SYSPROP_DEPLOY_DIR = jsfunit.deploy.dir
+SYSPROP_TESTDATA_DIR = jsfunit.testdata
+SYSPROP_TEMP_DIR = jsfunit.tempdir
+SYSPROP_JBOSS_CONFIG = jboss.configuration
+SYSPROP_JBOSS_IS_SECURED = jsfunit.jboss.isSecured
+SYSPROP_CARGO_JBOSS_HOME_DIR = jsfunit.jboss.home.dir
+
+
+#  Moved...
+##AS_NODE_NAME_FORMAT = JBoss AS 5 (%s)
+#AS_NODE_NAME_FORMAT = JBoss EAP 5 (%s)
+##AS_NODE_DESCRIPTION = JBoss Application Server
+#AS_NODE_DESCRIPTION = JBoss Enterprise Application Platform (EAP)
+
+LABEL_AS_SERVERS_SUMMARY = JBoss Application Server
+
+
+##  Info table headers.
+LABEL_GENERAL_PROPERTIES = General Properties
+LABEL_TRAITS = Traits
+LABEL_NUMERIC_METRICS = Numeric Metrics
+
+##  Table column headers.
+COL_PROP_NAME = Name
+COL_PROP_VALUE = Value
+
+COL_RESOURCE_NAME = Name
+COL_RESOURCE_STATUS = Status
+
+
+##  Tabs.
+TAB_NAME_SUMMARY = Summary
+TAB_NAME_CONFIG = Configuration
+TAB_NAME_METRICS = Metrics
+TAB_NAME_CONTROL = Control
+TAB_NAME_CONTENT = Content
+
+
+##  Operations.
+OPERATION_OUTPUT_PROPERTY = Output
+
+
+
+
+
+
+
+
+###  Navigation.  ###
+
+
+NAV_APPLICATIONS = Applications
+##NAV_EJB = EJB Application (EJB JAR)s
+NAV_EJB2 = EJB2 JARs
+NAV_EJB3 = EJB3 JARs
+NAV_EAR = EARs
+NAV_SAR = SARs
+NAV_MC = MC Beans
+NAV_PAR = PARs
+NAV_RAR = RARs
+NAV_WAR = WARs
+NAV_EMB_WAR = Embedded WARs
+NAV_EMB_RAR = Embedded RARs
+
+##  Non-app resource types.
+NAV_SBM = Service Binding Manager
+NAV_SBM_SETS = Service Binding Sets
+NAV_JBCACHE = JBoss Cache
+NAV_JBCACHES = JBoss Caches
+NAV_HBN = Hibernate
+
+
+
+
+
+###  Test Archives - EARs, JARs, WARs, etc...  ###
+
+
+EAR_MALFORMED_APP_FILENAME = malformed-application-xml.ear
+EAR_MALFORMED_APP_FILENAME_2 = malformed-application-xml-2.ear
+EAR_NOT_MALFORMED_APP_FILENAME = not-malformed-application-xml.ear
+WAR_FILENAME_MALFORMED_APP = malformed-web-xml.war
+
+
+##  EJB 2.x
+BASIC_EJB2 = deployment-ejb.jar
+BAD_EJB2_JAR = ejbredeploy-bad.jar
+GOOD_EJB2_JAR = ejbredeploy-good.jar
+REDEPLOY_EJB2_JAR = ejbredeploy.jar
+
+
+##  EJB 3.0
+BASIC_EJB3 = BasicEJB3.jar
+BAD_EJB3_JAR = BasicEJB3-bad.jar
+GOOD_EJB3_JAR = BasicEJB3-good.jar
+REDEPLOY_EJB3_JAR = BasicEJB3.jar
+
+EJB3_MDB = jboss-ejb3-tutorial-mdb.jar
+EJB3_SLB = stateless-test.jar
+EJB3_SFB = EjbStatefulCounter.jar
+EJB3_ENTITY = entity-test.jar
+
+
+##  EAR.
+BASIC_EAR = eardeployment.ear
+EAR_UNPACKED = unpacked-ear1.ear
+EAR_UNPACKED_ZIP = unpacked-ear1.ear.zip
+EAR_WITH_WAR = EarWithWarNB.ear
+EAR_WITH_WAR__WAR_NAME = EarWithWarNB-war.war
+EAR_WITH_WAR_COUNTER = EarWithWar-Counter.ear
+EAR_WITH_WAR_COUNTER_20 = EarWithWar-Counter-20.ear
+EAR_EXT_DEPENDENCIES = EarExtDependencies.ear
+EAR_WITH_RAR = testscopedrar.ear
+EAR_WITH_WAR_EMB = EarWithWarNB-embwar.ear
+EAR_WITH_WAR_EMB__WAR_NAME = EarWithWarNB-emb_war.war
+
+##  WAR.
+BASIC_WAR = hellothere.war
+BASIC_WAR_02 = hellothere02.war
+BASIC_WAR_03 = hellothere03.war
+BASIC_WAR_04 = hellothere04.war
+BASIC_WAR_05 = hellothere05.war
+BASIC_WAR_06 = hellothere06.war
+BASIC_WAR_07 = hellothere07.war
+BASIC_WAR_08 = hellothere08.war
+BASIC_WAR_09 = hellothere09.war
+BASIC_WAR_10 = hellothere10.war
+BASIC_WAR_DUD = hellothere-DUD.war
+BASIC_WAR_DUD_RETRY = hellothere-DUD_RETRY.war
+BASIC_WAR_STOPSTART = hellothere-STOP_START.war
+BASIC_WAR_RESTART = hellothere-RESTART.war
+BASIC_WAR_MULTI_HOTDEPLOY = hellothere-multi-hotdeploy.war
+
+WAR_UNPACKED = unpacked-web1.war
+WAR_UNPACKED_ZIP = unpacked-web1.war.zip
+
+WAR_VIRTUAL_HOSTS = vhosts-test.war
+
+##  RAR.
+BASIC_RAR = jbosstestadapter.rar
+
+
+
+##  JBoss Cache.
+JBCACHE_TEST_EAR = JBossCacheTest-by-fdrabek.ear
+
+
+
+
+
+##  Resource constants.
+NAV_SCRIPTS = Scripts
+NAV_JBOSS_WEB = JBoss Web
+NAV_CONNECTORS = Connectors
+NAV_VIRTUAL_HOSTS = Virtual Hosts
+
+
+
+
+##   JBoss Cache - pre-EAP CR4, which means Jopr ... (to be checked).
+
+JBCACHE_HA_PARTITION = jboss.cache:config=ha-partition,service=Cache
+JBCACHE_MVCC_ENTITY = jboss.cache:config=mvcc-entity,service=Cache
+JBCACHE_PESSIMISTIC_SHARED = jboss.cache:config=pessimistic-shared,service=Cache
+JBCACHE_TIMESTAMPS = jboss.cache:config=timestamps-cache,service=Cache
+
+##  JBoss Cache subnodes.
+SUBNODE_CACHE = Cache
+SUBNODE_INTERCEPTOR = Interceptor
+SUBNODE_DATA_CONTAINER = Data Container
+SUBNODE_RPC_MANAGER = RPC Manager
+SUBNODE_REGION_MANAGER = RegionManager
+SUBNODE_TRANSACTION_TABLE = Transaction Table
+SUBNODE_TX_INTERCEPTOR = Tx Interceptor
+
+

Added: trunk/jsfunit/src/main/resources/labels-as.properties
===================================================================
--- trunk/jsfunit/src/main/resources/labels-as.properties	                        (rev 0)
+++ trunk/jsfunit/src/main/resources/labels-as.properties	2009-11-07 05:35:43 UTC (rev 846)
@@ -0,0 +1,6 @@
+
+##  AS-specific labels.
+
+
+AS_NODE_NAME_FORMAT = JBoss AS 5 (%s)
+AS_NODE_DESCRIPTION = JBoss Application Server

Added: trunk/jsfunit/src/main/resources/labels-eap.properties
===================================================================
--- trunk/jsfunit/src/main/resources/labels-eap.properties	                        (rev 0)
+++ trunk/jsfunit/src/main/resources/labels-eap.properties	2009-11-07 05:35:43 UTC (rev 846)
@@ -0,0 +1,5 @@
+
+##  EAP-specific labels.
+
+AS_NODE_NAME_FORMAT = JBoss EAP 5 (%s)
+AS_NODE_DESCRIPTION = JBoss Enterprise Application Platform (EAP)

Added: trunk/jsfunit/src/main/resources/labels-jopr-2.3.0.GA.properties
===================================================================
--- trunk/jsfunit/src/main/resources/labels-jopr-2.3.0.GA.properties	                        (rev 0)
+++ trunk/jsfunit/src/main/resources/labels-jopr-2.3.0.GA.properties	2009-11-07 05:35:43 UTC (rev 846)
@@ -0,0 +1,4 @@
+JBCACHE_HA_PARTITION = "ha-partition"
+JBCACHE_MVCC_ENTITY = "mvcc-entity"
+JBCACHE_PESSIMISTIC_SHARED = "pessimistic-shared"
+JBCACHE_TIMESTAMPS = "timestamps-cache"



More information about the embjopr-commits mailing list