[JBoss JIRA] Created: (AS7-1371) Domain Management - Support for database connection pool in non AS process.
by Darran Lofthouse (JIRA)
Domain Management - Support for database connection pool in non AS process.
---------------------------------------------------------------------------
Key: AS7-1371
URL: https://issues.jboss.org/browse/AS7-1371
Project: Application Server 7
Issue Type: Task
Components: Domain Management
Reporter: Darran Lofthouse
Assignee: Darran Lofthouse
Fix For: 7.1.0.Beta1
We need to support authentication for users stored in database, the domain management is in a non-AS process so we also need a pool of database connections.
These connections will be used to read only from the database, other than the isolation offered by the driver we should not require any advanced transaction support.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 8 months
[JBoss JIRA] (AS7-3947) Verify testsuite process when is used -Dtest command line option
by Pavel Janousek (JIRA)
Pavel Janousek created AS7-3947:
-----------------------------------
Summary: Verify testsuite process when is used -Dtest command line option
Key: AS7-3947
URL: https://issues.jboss.org/browse/AS7-3947
Project: Application Server 7
Issue Type: Sub-task
Reporter: Pavel Janousek
Assignee: Ondrej Zizka
It seems like some regression.
When I've tried run like:
{code}
mvn3 clean install -Dts.basic '-Dtest=*.jaxrs.*'
{code}
I got this result:
{code}
[pjanouse@pjanouse testsuite]$ mvn3 clean install -Dts.basic '-Dtest=*.jaxrs.*'
/usr/java/jdk1.6.0_27/
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] JBoss Application Server Test Suite: Aggregator
[INFO] JBoss Application Server Test Suite: Integration
[INFO] JBoss Application Server Test Suite: Integration - Smoke
[INFO] JBoss Application Server Test Suite: Integration - Basic
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building JBoss Application Server Test Suite: Aggregator 7.1.1.Final-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ jboss-as-testsuite ---
[INFO] Deleting /home/pjanouse/github/jboss-as/testsuite/target
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (ban-bad-dependencies) @ jboss-as-testsuite ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-java-version) @ jboss-as-testsuite ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven-version) @ jboss-as-testsuite ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.0:create (default) @ jboss-as-testsuite ---
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[INFO] Executing: /bin/sh -c cd /home/pjanouse/github/jboss-as/testsuite && git show
[INFO] Working directory: /home/pjanouse/github/jboss-as/testsuite
[INFO] Storing buildNumber: cbddf6c5d4b64963e03117fd8d473edf0e64c428 at timestamp: 1330438739164
[INFO] Executing: /bin/sh -c cd /home/pjanouse/github/jboss-as/testsuite && git show
[INFO] Working directory: /home/pjanouse/github/jboss-as/testsuite
[INFO] Storing buildScmBranch: UNKNOWN
[INFO]
[INFO] --- maven-help-plugin:2.1.1:active-profiles (help.active-profiles) @ jboss-as-testsuite ---
[INFO] Active profile report written to: /home/pjanouse/github/jboss-as/testsuite/target/help.active-profiles.txt
[INFO]
[INFO] --- maven-help-plugin:2.1.1:effective-pom (help.effective-pom) @ jboss-as-testsuite ---
[INFO] Effective-POM written to: /home/pjanouse/github/jboss-as/testsuite/target/help.effective-pom.txt
[INFO]
[INFO] --- maven-help-plugin:2.1.1:effective-settings (help.effective-settings) @ jboss-as-testsuite ---
[INFO] Effective-settings written to: /home/pjanouse/github/jboss-as/testsuite/target/help.effective-settings.txt
[INFO]
[INFO] --- maven-help-plugin:2.1.1:system (help.system) @ jboss-as-testsuite ---
[INFO] System report written to: /home/pjanouse/github/jboss-as/testsuite/target/help.system.txt
[INFO]
[INFO] --- properties-maven-plugin:1.0-alpha-2:write-project-properties (default) @ jboss-as-testsuite ---
[INFO]
[INFO] --- maven-antrun-plugin:1.6:run (banner) @ jboss-as-testsuite ---
[INFO] Executing tasks
main:
[echo] ****************************************************************************************************
[echo]
[echo] JBoss Application Server Testsuite
[echo]
[echo] Usage:
[echo]
[echo] mvn [clean] install [-DallTests | (-Dts.<group>)+ | -Dtest=... ] [<params>]
[echo]
[echo] integration-tests.sh [-DallTests | (-Dts.<group>)+ | -Dtest=... ] [<params>]
[echo]
[echo] Where:
[echo]
[echo] <group> = one of smoke, basic, clust, iiop.
[echo]
[echo] <params> = parameters changing the configuration like database, IP stack, etc.
[echo]
[echo] Params:
[echo] -Dds.db=<database> Configures the AS to use given database.
[echo] Additional properties to be provided:
[echo] -Dds.jdbc.url, -Dds.jdbc.user, -Dds.jdbc.user
[echo]
[echo] -Dipv6 Configures the testsuite to run with IPv6.
[echo]
[echo] -Dtest=<test classes mask> Runs matching tests.
[echo] The group needs to be specified to let it prepare proper AS config.
[echo] ****************************************************************************************************
[INFO] Executed tasks
[INFO]
[INFO] --- maven-dependency-plugin:2.3:copy (copy-annotations-endorsed) @ jboss-as-testsuite ---
[INFO] Configured Artifact: org.jboss.spec.javax.annotation:jboss-annotations-api_1.1_spec:?:jar
[INFO] Copying jboss-annotations-api_1.1_spec-1.0.0.Final.jar to /home/pjanouse/github/jboss-as/testsuite/target/endorsed/jboss-annotations-api_1.1_spec-1.0.0.Final.jar
[INFO]
[INFO] --- maven-resources-plugin:2.5:copy-resources (ts.copy-jbossas.groups) @ jboss-as-testsuite ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 147 resources
[INFO]
[INFO] --- xml-maven-plugin:1.0:transform (ts.config-as.ip) @ jboss-as-testsuite ---
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/target/jbossas/standalone/configuration/standalone-ha.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/target/jbossas/standalone/configuration/standalone-full.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/target/jbossas/standalone/configuration/standalone.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/target/jbossas/standalone/configuration/standalone-full-ha.xml
[INFO] Transformed 4 file(s).
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/target/jbossas/standalone/configuration/standalone-ha.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/target/jbossas/standalone/configuration/standalone-full.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/target/jbossas/standalone/configuration/standalone.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/target/jbossas/standalone/configuration/standalone-full-ha.xml
[INFO] Transformed 4 file(s).
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building JBoss Application Server Test Suite: Integration 7.1.1.Final-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ jboss-as-ts-integ ---
[INFO] Deleting /home/pjanouse/github/jboss-as/testsuite/integration/target
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (ban-bad-dependencies) @ jboss-as-ts-integ ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-java-version) @ jboss-as-ts-integ ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven-version) @ jboss-as-ts-integ ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.0:create (default) @ jboss-as-ts-integ ---
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[INFO] Executing: /bin/sh -c cd /home/pjanouse/github/jboss-as/testsuite/integration && git show
[INFO] Working directory: /home/pjanouse/github/jboss-as/testsuite/integration
[INFO] Storing buildNumber: cbddf6c5d4b64963e03117fd8d473edf0e64c428 at timestamp: 1330438743632
[INFO] Executing: /bin/sh -c cd /home/pjanouse/github/jboss-as/testsuite/integration && git show
[INFO] Working directory: /home/pjanouse/github/jboss-as/testsuite/integration
[INFO] Storing buildScmBranch: UNKNOWN
[INFO]
[INFO] --- maven-help-plugin:2.1.1:active-profiles (help.active-profiles) @ jboss-as-ts-integ ---
[INFO] Active profile report written to: /home/pjanouse/github/jboss-as/testsuite/integration/target/help.active-profiles.txt
[INFO]
[INFO] --- maven-help-plugin:2.1.1:effective-pom (help.effective-pom) @ jboss-as-ts-integ ---
[INFO] Effective-POM written to: /home/pjanouse/github/jboss-as/testsuite/integration/target/help.effective-pom.txt
[INFO]
[INFO] --- maven-help-plugin:2.1.1:effective-settings (help.effective-settings) @ jboss-as-ts-integ ---
[INFO] Effective-settings written to: /home/pjanouse/github/jboss-as/testsuite/integration/target/help.effective-settings.txt
[INFO]
[INFO] --- maven-help-plugin:2.1.1:system (help.system) @ jboss-as-ts-integ ---
[INFO] System report written to: /home/pjanouse/github/jboss-as/testsuite/integration/target/help.system.txt
[INFO]
[INFO] --- properties-maven-plugin:1.0-alpha-2:write-project-properties (default) @ jboss-as-ts-integ ---
[INFO]
[INFO] --- maven-dependency-plugin:2.3:copy (copy-annotations-endorsed) @ jboss-as-ts-integ ---
[INFO] Configured Artifact: org.jboss.spec.javax.annotation:jboss-annotations-api_1.1_spec:?:jar
[INFO] Copying jboss-annotations-api_1.1_spec-1.0.0.Final.jar to /home/pjanouse/github/jboss-as/testsuite/integration/target/endorsed/jboss-annotations-api_1.1_spec-1.0.0.Final.jar
[INFO]
[INFO] --- maven-resources-plugin:2.5:copy-resources (ts.copy-jbossas.groups) @ jboss-as-ts-integ ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 147 resources
[INFO]
[INFO] --- maven-resources-plugin:2.5:copy-resources (ts.config-as.copy-mgmt-users) @ jboss-as-ts-integ ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/pjanouse/github/jboss-as/testsuite/integration/../../shared/src/main/resources
[INFO] Copying 1 resource
[INFO]
[INFO] --- xml-maven-plugin:1.0:transform (ts.config-as.ip) @ jboss-as-ts-integ ---
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/target/jbossas/standalone/configuration/standalone-xts.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/target/jbossas/standalone/configuration/standalone-ha.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/target/jbossas/standalone/configuration/standalone-full.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/target/jbossas/standalone/configuration/standalone.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/target/jbossas/standalone/configuration/standalone-full-ha.xml
[INFO] Transformed 5 file(s).
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/target/jbossas/standalone/configuration/standalone-xts.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/target/jbossas/standalone/configuration/standalone-ha.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/target/jbossas/standalone/configuration/standalone-full.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/target/jbossas/standalone/configuration/standalone.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/target/jbossas/standalone/configuration/standalone-full-ha.xml
[INFO] Transformed 5 file(s).
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building JBoss Application Server Test Suite: Integration - Smoke 7.1.1.Final-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ jboss-as-ts-integ-smoke ---
[INFO] Deleting /home/pjanouse/github/jboss-as/testsuite/integration/smoke/target
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (ban-bad-dependencies) @ jboss-as-ts-integ-smoke ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-java-version) @ jboss-as-ts-integ-smoke ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven-version) @ jboss-as-ts-integ-smoke ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.0:create (default) @ jboss-as-ts-integ-smoke ---
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[INFO] Executing: /bin/sh -c cd /home/pjanouse/github/jboss-as/testsuite/integration/smoke && git show
[INFO] Working directory: /home/pjanouse/github/jboss-as/testsuite/integration/smoke
[INFO] Storing buildNumber: cbddf6c5d4b64963e03117fd8d473edf0e64c428 at timestamp: 1330438744965
[INFO] Executing: /bin/sh -c cd /home/pjanouse/github/jboss-as/testsuite/integration/smoke && git show
[INFO] Working directory: /home/pjanouse/github/jboss-as/testsuite/integration/smoke
[INFO] Storing buildScmBranch: UNKNOWN
[INFO]
[INFO] --- maven-help-plugin:2.1.1:active-profiles (help.active-profiles) @ jboss-as-ts-integ-smoke ---
[INFO] Active profile report written to: /home/pjanouse/github/jboss-as/testsuite/integration/smoke/target/help.active-profiles.txt
[INFO]
[INFO] --- maven-help-plugin:2.1.1:effective-pom (help.effective-pom) @ jboss-as-ts-integ-smoke ---
[INFO] Effective-POM written to: /home/pjanouse/github/jboss-as/testsuite/integration/smoke/target/help.effective-pom.txt
[INFO]
[INFO] --- maven-help-plugin:2.1.1:effective-settings (help.effective-settings) @ jboss-as-ts-integ-smoke ---
[INFO] Effective-settings written to: /home/pjanouse/github/jboss-as/testsuite/integration/smoke/target/help.effective-settings.txt
[INFO]
[INFO] --- maven-help-plugin:2.1.1:system (help.system) @ jboss-as-ts-integ-smoke ---
[INFO] System report written to: /home/pjanouse/github/jboss-as/testsuite/integration/smoke/target/help.system.txt
[INFO]
[INFO] --- properties-maven-plugin:1.0-alpha-2:write-project-properties (default) @ jboss-as-ts-integ-smoke ---
[INFO]
[INFO] --- maven-dependency-plugin:2.3:copy (copy-annotations-endorsed) @ jboss-as-ts-integ-smoke ---
[INFO] Configured Artifact: org.jboss.spec.javax.annotation:jboss-annotations-api_1.1_spec:?:jar
[INFO] Copying jboss-annotations-api_1.1_spec-1.0.0.Final.jar to /home/pjanouse/github/jboss-as/testsuite/integration/smoke/target/endorsed/jboss-annotations-api_1.1_spec-1.0.0.Final.jar
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ jboss-as-ts-integ-smoke ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/pjanouse/github/jboss-as/testsuite/integration/smoke/src/main/resources
[INFO]
[INFO] --- maven-resources-plugin:2.5:copy-resources (ts.copy-jbossas.groups) @ jboss-as-ts-integ-smoke ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 147 resources
[INFO]
[INFO] --- maven-resources-plugin:2.5:copy-resources (ts.config-as.copy-mgmt-users) @ jboss-as-ts-integ-smoke ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ jboss-as-ts-integ-smoke ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 37 resources
[INFO] Copying 9 resources
[INFO]
[INFO] --- xml-maven-plugin:1.0:transform (ts.config-as.ip) @ jboss-as-ts-integ-smoke ---
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/smoke/target/jbossas/standalone/configuration/standalone-xts.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/smoke/target/jbossas/standalone/configuration/standalone-ha.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/smoke/target/jbossas/standalone/configuration/standalone-full.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/smoke/target/jbossas/standalone/configuration/standalone.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/smoke/target/jbossas/standalone/configuration/standalone-full-ha.xml
[INFO] Transformed 5 file(s).
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/smoke/target/jbossas/standalone/configuration/standalone-xts.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/smoke/target/jbossas/standalone/configuration/standalone-ha.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/smoke/target/jbossas/standalone/configuration/standalone-full.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/smoke/target/jbossas/standalone/configuration/standalone.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/smoke/target/jbossas/standalone/configuration/standalone-full-ha.xml
[INFO] Transformed 5 file(s).
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ jboss-as-ts-integ-smoke ---
[INFO] Compiling 143 source files to /home/pjanouse/github/jboss-as/testsuite/integration/smoke/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.10:test (smoke-full.surefire) @ jboss-as-ts-integ-smoke ---
[INFO] Surefire report directory: /home/pjanouse/github/jboss-as/testsuite/integration/smoke/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jboss.as.test.smoke.jaxrs.JaxrsTestCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.689 sec
Results :
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building JBoss Application Server Test Suite: Integration - Basic 7.1.1.Final-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ jboss-as-ts-integ-basic ---
[INFO] Deleting /home/pjanouse/github/jboss-as/testsuite/integration/basic/target
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (ban-bad-dependencies) @ jboss-as-ts-integ-basic ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-java-version) @ jboss-as-ts-integ-basic ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven-version) @ jboss-as-ts-integ-basic ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.0:create (default) @ jboss-as-ts-integ-basic ---
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[INFO] Executing: /bin/sh -c cd /home/pjanouse/github/jboss-as/testsuite/integration/basic && git show
[INFO] Working directory: /home/pjanouse/github/jboss-as/testsuite/integration/basic
[INFO] Storing buildNumber: cbddf6c5d4b64963e03117fd8d473edf0e64c428 at timestamp: 1330438764809
[INFO] Executing: /bin/sh -c cd /home/pjanouse/github/jboss-as/testsuite/integration/basic && git show
[INFO] Working directory: /home/pjanouse/github/jboss-as/testsuite/integration/basic
[INFO] Storing buildScmBranch: UNKNOWN
[INFO]
[INFO] --- maven-help-plugin:2.1.1:active-profiles (help.active-profiles) @ jboss-as-ts-integ-basic ---
[INFO] Active profile report written to: /home/pjanouse/github/jboss-as/testsuite/integration/basic/target/help.active-profiles.txt
[INFO]
[INFO] --- maven-help-plugin:2.1.1:effective-pom (help.effective-pom) @ jboss-as-ts-integ-basic ---
[INFO] Effective-POM written to: /home/pjanouse/github/jboss-as/testsuite/integration/basic/target/help.effective-pom.txt
[INFO]
[INFO] --- maven-help-plugin:2.1.1:effective-settings (help.effective-settings) @ jboss-as-ts-integ-basic ---
[INFO] Effective-settings written to: /home/pjanouse/github/jboss-as/testsuite/integration/basic/target/help.effective-settings.txt
[INFO]
[INFO] --- maven-help-plugin:2.1.1:system (help.system) @ jboss-as-ts-integ-basic ---
[INFO] System report written to: /home/pjanouse/github/jboss-as/testsuite/integration/basic/target/help.system.txt
[INFO]
[INFO] --- properties-maven-plugin:1.0-alpha-2:write-project-properties (default) @ jboss-as-ts-integ-basic ---
[INFO]
[INFO] --- maven-dependency-plugin:2.3:copy (copy-annotations-endorsed) @ jboss-as-ts-integ-basic ---
[INFO] Configured Artifact: org.jboss.spec.javax.annotation:jboss-annotations-api_1.1_spec:?:jar
[INFO] Copying jboss-annotations-api_1.1_spec-1.0.0.Final.jar to /home/pjanouse/github/jboss-as/testsuite/integration/basic/target/endorsed/jboss-annotations-api_1.1_spec-1.0.0.Final.jar
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ jboss-as-ts-integ-basic ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/pjanouse/github/jboss-as/testsuite/integration/basic/src/main/resources
[INFO]
[INFO] --- maven-resources-plugin:2.5:copy-resources (ts.copy-jbossas.groups) @ jboss-as-ts-integ-basic ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 147 resources
[INFO]
[INFO] --- maven-resources-plugin:2.5:copy-resources (ts.config-as.copy-mgmt-users) @ jboss-as-ts-integ-basic ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ jboss-as-ts-integ-basic ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 182 resources
[INFO] Copying 173 resources
[INFO]
[INFO] --- xml-maven-plugin:1.0:transform (ts.config-as.ip) @ jboss-as-ts-integ-basic ---
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/basic/target/jbossas/standalone/configuration/standalone-xts.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/basic/target/jbossas/standalone/configuration/standalone-ha.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/basic/target/jbossas/standalone/configuration/standalone-full.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/basic/target/jbossas/standalone/configuration/standalone.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/basic/target/jbossas/standalone/configuration/standalone-full-ha.xml
[INFO] Transformed 5 file(s).
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/basic/target/jbossas/standalone/configuration/standalone-xts.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/basic/target/jbossas/standalone/configuration/standalone-ha.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/basic/target/jbossas/standalone/configuration/standalone-full.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/basic/target/jbossas/standalone/configuration/standalone.xml
[INFO] Transforming file: /home/pjanouse/github/jboss-as/testsuite/integration/basic/target/jbossas/standalone/configuration/standalone-full-ha.xml
[INFO] Transformed 5 file(s).
[INFO]
[INFO] --- maven-antrun-plugin:1.6:run (prepare-jars-basic-integration.server) @ jboss-as-ts-integ-basic ---
[INFO] Executing tasks
main:
build-basic-integration:
[INFO] Executed tasks
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ jboss-as-ts-integ-basic ---
[INFO] Compiling 1647 source files to /home/pjanouse/github/jboss-as/testsuite/integration/basic/target/test-classes
[WARNING] /home/pjanouse/github/jboss-as/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/ejb/security/lifecycle/BaseBean.java:[26,20] [deprecation] java.security.Identity in java.security has been deprecated
[WARNING] /home/pjanouse/github/jboss-as/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/ejb/security/lifecycle/BaseBean.java:[81,12] [deprecation] java.security.Identity in java.security has been deprecated
[WARNING] /home/pjanouse/github/jboss-as/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/ejb/security/lifecycle/BaseBean.java:[81,30] [deprecation] java.security.Identity in java.security has been deprecated
[WARNING] /home/pjanouse/github/jboss-as/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/ejb/security/lifecycle/BaseBean.java:[81,30] [deprecation] java.security.Identity in java.security has been deprecated
[WARNING] /home/pjanouse/github/jboss-as/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/ejb/remote/client/api/EJBClientAPIUsageTestCase.java:[190,52] [deprecation] StatefulEJBLocator(java.lang.Class<T>,java.lang.String,java.lang.String,java.lang.String,java.lang.String,org.jboss.ejb.client.SessionID,org.jboss.ejb.client.Affinity) in org.jboss.ejb.client.StatefulEJBLocator has been deprecated
[WARNING] /home/pjanouse/github/jboss-as/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/ejb/timerservice/schedule/descriptor/DescriptorScheduleTestCase.java:[62,28] [deprecation] Date(int,int,int,int,int,int) in java.util.Date has been deprecated
[INFO]
[INFO] --- maven-surefire-plugin:2.10:test (basic-integration-default-full.surefire) @ jboss-as-ts-integ-basic ---
[INFO] Surefire report directory: /home/pjanouse/github/jboss-as/testsuite/integration/basic/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jboss.as.test.integration.osgi.jaxrs.RestEasyIntegrationTestCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.099 sec
Results :
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] JBoss Application Server Test Suite: Aggregator ... SUCCESS [8.460s]
[INFO] JBoss Application Server Test Suite: Integration .. SUCCESS [1.417s]
[INFO] JBoss Application Server Test Suite: Integration - Smoke SUCCESS [19.191s]
[INFO] JBoss Application Server Test Suite: Integration - Basic SUCCESS [34.292s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:04.333s
[INFO] Finished at: Tue Feb 28 15:19:57 CET 2012
[INFO] Final Memory: 74M/431M
[INFO] ------------------------------------------------------------------------
[pjanouse@pjanouse testsuite]$ {code}
So you can see - Integration basic is invoked, but only TestCases org.jboss.as.test.smoke.jaxrs.JaxrsTestCase and org.jboss.as.test.integration.osgi.jaxrs.RestEasyIntegrationTestCas were run although there are plenty of other TestCases fulfilled mask *\*.jaxrs.\** - many of them are localted in testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/jaxrs/ + sub=dirs.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 8 months
[JBoss JIRA] (AS7-3310) User insn't properly informed that APR is used
by Rostislav Svoboda (JIRA)
Rostislav Svoboda created AS7-3310:
--------------------------------------
Summary: User insn't properly informed that APR is used
Key: AS7-3310
URL: https://issues.jboss.org/browse/AS7-3310
Project: Application Server 7
Issue Type: Bug
Components: Web
Affects Versions: 7.1.0.Beta1b
Reporter: Rostislav Svoboda
Assignee: Remy Maucherat
Fix For: 7.1.0.Final
AS7 log doesn't show sufficient information that APR is used or not. Currently the only clue is that org.apache.coyote.http11.Http11AprProtocol is used instead of org.apache.coyote.http11.Http11Protocol. But it's implementation details and many users can miss that.
Add log message to inform users if APR is used or not!
For example APR affect https connector definition which must use openssl based keys and not keystore. And if users do not know APR is used they can be easily confused and blame AS7 as broken.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 8 months
[JBoss JIRA] Created: (JBVFS-177) VFSUtils.unzip() does not preserve file modified time
by Brad Hawthorne (JIRA)
VFSUtils.unzip() does not preserve file modified time
-----------------------------------------------------
Key: JBVFS-177
URL: https://issues.jboss.org/browse/JBVFS-177
Project: JBoss VFS
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 3.0.1.GA
Reporter: Brad Hawthorne
Assignee: John Bailey
Unzip does not set the last-modified time on the files it creates to that of the original ZipEntries, therefore they default to their creation time. This causes problems for JBAS, where web clients will always be forced to re-download files (and not use their cache) whenever the server is restarted or application is redeployed.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 8 months
[JBoss JIRA] (AS7-3730) Arq: @CleanContainerDataDirsAfterTest - Delete data/ and /tmp after test is run.
by Ondrej Zizka (JIRA)
Ondrej Zizka created AS7-3730:
---------------------------------
Summary: Arq: @CleanContainerDataDirsAfterTest - Delete data/ and /tmp after test is run.
Key: AS7-3730
URL: https://issues.jboss.org/browse/AS7-3730
Project: Application Server 7
Issue Type: Feature Request
Components: Test Suite
Reporter: Ondrej Zizka
Assignee: Aslak Knutsen
Fix For: 7.1.1.Final
Some tests leave files in AS /data dir.
And the tested modules bypass their configuration from standalone.xml and rather rely on these data.
This prevents running multiple tests within a single AS instance run; therefore, multiple AS instances, Surefire executions or Maven modules are needed.
Having something like {{@CleanContainerDataDirsAfterTest}} per method would make writing these tests much easier and faster to run.
Further, sometimes these tests run with multiple instances (clustering, messaging, ...).
Not all of them may loose data in some scenarios - some of them must keep the data (e.g. for failover testing).
Therefore, the annotation should have parameters - a list of container config names (matching arquillian.xml). Only those instances would be cleaned.
{code:java}
@CleanContainerDataDirsAfterTest({"InstanceFoo", "InstanceBar"})
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 8 months