[JBoss JIRA] Created: (JBRULES-2700) Allow setting globals for access by the scoring rules
by Wouter Horré (JIRA)
Allow setting globals for access by the scoring rules
-----------------------------------------------------
Key: JBRULES-2700
URL: https://jira.jboss.org/browse/JBRULES-2700
Project: Drools
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: drools-planner
Reporter: Wouter Horré
Assignee: Mark Proctor
Currently, it is not possible to set a global variable in the working memory used by the solver. If a scoring rule needs an external helper for calculating scores (e.g. a dependency injected with OSGi DS), a workaround using a static variable in some class accessible by the scoring rules is needed.
The easiest implementation is probably a new method in the Solver interface:
public WorkingMemory getWorkingMemory();
which provides access to the working memory used by the solver.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 11 months
[JBoss JIRA] (AS7-4268) Create subsystem for JMS bridge
by Justin Bertram (JIRA)
Justin Bertram created AS7-4268:
-----------------------------------
Summary: Create subsystem for JMS bridge
Key: AS7-4268
URL: https://issues.jboss.org/browse/AS7-4268
Project: Application Server 7
Issue Type: Task
Components: JMS
Affects Versions: 7.1.1.Final
Reporter: Justin Bertram
Assignee: Jeff Mesnil
Currently there is no pre-defined way to deploy a JMS bridge (i.e. org.hornetq.jms.bridge.impl.JMSBridgeImpl) in AS7. In JBoss AS 6 and earlier you could deploy the bridge as an MBean or JBoss MC bean, but the current configuration schema in AS7 simply doesn't support it. The bridge is a nice feature so we need a way to deploy it.
It doesn't make sense to add the JMS bridge to a <hornetq-server> because the bridge can operate independently of a local HornetQ server. It really needs its own subsystem.
--
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, 11 months
[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, 11 months
[JBoss JIRA] (AS7-4143) Failover scenarios often fail with "StateTransferInProgressException: Timed out waiting for the state transfer lock, state transfer in progress for view Y"
by Radoslav Husar (JIRA)
Radoslav Husar created AS7-4143:
-----------------------------------
Summary: Failover scenarios often fail with "StateTransferInProgressException: Timed out waiting for the state transfer lock, state transfer in progress for view Y"
Key: AS7-4143
URL: https://issues.jboss.org/browse/AS7-4143
Project: Application Server 7
Issue Type: Bug
Components: Clustering
Affects Versions: 7.1.1.Final
Environment: Linux
Reporter: Radoslav Husar
Assignee: Paul Ferraro
Priority: Critical
Fix For: 7.1.2.Final
Most of the positive failover scenarios under little load result in StateTransferInProgressException.
Load is on average 50r/s (which is 200x less than AS5 easily handles).
{noformat}
[JBossINF] 16:04:42,099 ERROR [org.infinispan.interceptors.InvocationContextInterceptor] (ajp-perf20-10.16.90.58-8009-25) ISPN000136: Execution error: org.infinispan.statetransfer.StateTransferInProgressException: Timed out waiting for the state transfer lock, state transfer in progress for view 23
[JBossINF] at org.infinispan.interceptors.StateTransferLockInterceptor.signalStateTransferInProgress(StateTransferLockInterceptor.java:199) [infinispan-core-5.1.2.FINAL-redhat-1.jar:5.1.2.FINAL-redhat-1]
[JBossINF] at org.infinispan.interceptors.StateTransferLockInterceptor.visitPrepareCommand(StateTransferLockInterceptor.java:80) [infinispan-core-5.1.2.FINAL-redhat-1.jar:5.1.2.FINAL-redhat-1]
[JBossINF] at org.infinispan.commands.tx.PrepareCommand.acceptVisitor(PrepareCommand.java:131) [infinispan-core-5.1.2.FINAL-redhat-1.jar:5.1.2.FINAL-redhat-1]
[JBossINF] at org.infinispan.interceptors.base.CommandInterceptor.invokeNextInterceptor(CommandInterceptor.java:116) [infinispan-core-5.1.2.FINAL-redhat-1.jar:5.1.2.FINAL-redhat-1]
[JBossINF] at org.infinispan.interceptors.base.CommandInterceptor.handleDefault(CommandInterceptor.java:130) [infinispan-core-5.1.2.FINAL-redhat-1.jar:5.1.2.FINAL-redhat-1]
[JBossINF] at org.infinispan.commands.AbstractVisitor.visitPrepareCommand(AbstractVisitor.java:113) [infinispan-core-5.1.2.FINAL-redhat-1.jar:5.1.2.FINAL-redhat-1]
[JBossINF] at org.infinispan.commands.tx.PrepareCommand.acceptVisitor(PrepareCommand.java:131) [infinispan-core-5.1.2.FINAL-redhat-1.jar:5.1.2.FINAL-redhat-1]
[JBossINF] at org.infinispan.interceptors.base.CommandInterceptor.invokeNextInterceptor(CommandInterceptor.java:116) [infinispan-core-5.1.2.FINAL-redhat-1.jar:5.1.2.FINAL-redhat-1]
[JBossINF] at org.infinispan.interceptors.InvocationContextInterceptor.handleAll(InvocationContextInterceptor.java:130) [infinispan-core-5.1.2.FINAL-redhat-1.jar:5.1.2.FINAL-redhat-1]
[JBossINF] at org.infinispan.interceptors.InvocationContextInterceptor.handleDefault(InvocationContextInterceptor.java:89) [infinispan-core-5.1.2.FINAL-redhat-1.jar:5.1.2.FINAL-redhat-1]
[JBossINF] at org.infinispan.commands.AbstractVisitor.visitPrepareCommand(AbstractVisitor.java:113) [infinispan-core-5.1.2.FINAL-redhat-1.jar:5.1.2.FINAL-redhat-1]
[JBossINF] at org.infinispan.commands.tx.PrepareCommand.acceptVisitor(PrepareCommand.java:131) [infinispan-core-5.1.2.FINAL-redhat-1.jar:5.1.2.FINAL-redhat-1]
[JBossINF] at org.infinispan.interceptors.base.CommandInterceptor.invokeNextInterceptor(CommandInterceptor.java:116) [infinispan-core-5.1.2.FINAL-redhat-1.jar:5.1.2.FINAL-redhat-1]
[JBossINF] at org.infinispan.interceptors.base.CommandInterceptor.handleDefault(CommandInterceptor.java:130) [infinispan-core-5.1.2.FINAL-redhat-1.jar:5.1.2.FINAL-redhat-1]
[JBossINF] at org.infinispan.commands.AbstractVisitor.visitPrepareCommand(AbstractVisitor.java:113) [infinispan-core-5.1.2.FINAL-redhat-1.jar:5.1.2.FINAL-redhat-1]
[JBossINF] at org.infinispan.commands.tx.PrepareCommand.acceptVisitor(PrepareCommand.java:131) [infinispan-core-5.1.2.FINAL-redhat-1.jar:5.1.2.FINAL-redhat-1]
[JBossINF] at org.infinispan.interceptors.base.CommandInterceptor.invokeNextInterceptor(CommandInterceptor.java:116) [infinispan-core-5.1.2.FINAL-redhat-1.jar:5.1.2.FINAL-redhat-1]
[JBossINF] at org.infinispan.interceptors.BatchingInterceptor.handleDefault(BatchingInterceptor.java:86) [infinispan-core-5.1.2.FINAL-redhat-1.jar:5.1.2.FINAL-redhat-1]
[JBossINF] at org.infinispan.commands.AbstractVisitor.visitPrepareCommand(AbstractVisitor.java:113) [infinispan-core-5.1.2.FINAL-redhat-1.jar:5.1.2.FINAL-redhat-1]
[JBossINF] at org.infinispan.commands.tx.PrepareCommand.acceptVisitor(PrepareCommand.java:131) [infinispan-core-5.1.2.FINAL-redhat-1.jar:5.1.2.FINAL-redhat-1]
[JBossINF] at org.infinispan.interceptors.base.CommandInterceptor.invokeNextInterceptor(CommandInterceptor.java:116) [infinispan-core-5.1.2.FINAL-redhat-1.jar:5.1.2.FINAL-redhat-1]
[JBossINF] at org.infinispan.interceptors.base.CommandInterceptor.handleDefault(CommandInterceptor.java:130) [infinispan-core-5.1.2.FINAL-redhat-1.jar:5.1.2.FINAL-redhat-1]
[JBossINF] at org.jboss.as.clustering.infinispan.DefaultEmbeddedCacheManager$ClassLoaderAwareCommandInterceptor.handleDefault(DefaultEmbeddedCacheManager.java:410) [jboss-as-clustering-infinispan-7.1.0.Final-redhat-1.jar:7.1.0.Final-redhat-1]
[JBossINF] at org.infinispan.commands.AbstractVisitor.visitPrepareCommand(AbstractVisitor.java:113) [infinispan-core-5.1.2.FINAL-redhat-1.jar:5.1.2.FINAL-redhat-1]
[JBossINF] at org.infinispan.commands.tx.PrepareCommand.acceptVisitor(PrepareCommand.java:131) [infinispan-core-5.1.2.FINAL-redhat-1.jar:5.1.2.FINAL-redhat-1]
[JBossINF] at org.infinispan.interceptors.InterceptorChain.invoke(InterceptorChain.java:345) [infinispan-core-5.1.2.FINAL-redhat-1.jar:5.1.2.FINAL-redhat-1]
[JBossINF] at org.infinispan.transaction.TransactionCoordinator.commit(TransactionCoordinator.java:174) [infinispan-core-5.1.2.FINAL-redhat-1.jar:5.1.2.FINAL-redhat-1]
[JBossINF] at org.infinispan.transaction.synchronization.SynchronizationAdapter.afterCompletion(SynchronizationAdapter.java:81) [infinispan-core-5.1.2.FINAL-redhat-1.jar:5.1.2.FINAL-redhat-1]
[JBossINF] at org.infinispan.transaction.tm.DummyTransaction.notifyAfterCompletion(DummyTransaction.java:272) [infinispan-core-5.1.2.FINAL-redhat-1.jar:5.1.2.FINAL-redhat-1]
[JBossINF] at org.infinispan.transaction.tm.DummyTransaction.runCommitTx(DummyTransaction.java:321) [infinispan-core-5.1.2.FINAL-redhat-1.jar:5.1.2.FINAL-redhat-1]
[JBossINF] at org.infinispan.transaction.tm.DummyTransaction.commit(DummyTransaction.java:90) [infinispan-core-5.1.2.FINAL-redhat-1.jar:5.1.2.FINAL-redhat-1]
[JBossINF] at org.infinispan.transaction.tm.DummyBaseTransactionManager.commit(DummyBaseTransactionManager.java:100) [infinispan-core-5.1.2.FINAL-redhat-1.jar:5.1.2.FINAL-redhat-1]
[JBossINF] at org.jboss.as.clustering.web.impl.TransactionBatchingManager.endBatch(TransactionBatchingManager.java:75) [jboss-as-clustering-web-spi-7.1.0.Final-redhat-1.jar:7.1.0.Final-redhat-1]
[JBossINF] at org.jboss.as.web.session.DistributableSessionManager.processSessionRepl(DistributableSessionManager.java:1530)
[JBossINF] at org.jboss.as.web.session.DistributableSessionManager.storeSession(DistributableSessionManager.java:865)
[JBossINF] at org.jboss.as.web.session.InstantSnapshotManager.snapshot(InstantSnapshotManager.java:47)
[JBossINF] at org.jboss.as.web.session.ClusteredSessionValve.handleRequest(ClusteredSessionValve.java:133)
[JBossINF] at org.jboss.as.web.session.ClusteredSessionValve.invoke(ClusteredSessionValve.java:91)
[JBossINF] at org.jboss.as.web.session.JvmRouteValve.invoke(JvmRouteValve.java:88)
[JBossINF] at org.jboss.as.web.session.LockingValve.invoke(LockingValve.java:56)
[JBossINF] at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:154)
[JBossINF] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:155)
[JBossINF] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
[JBossINF] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
[JBossINF] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:368)
[JBossINF] at org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:505)
[JBossINF] at org.apache.coyote.ajp.AjpProtocol$AjpConnectionHandler.process(AjpProtocol.java:445)
[JBossINF] at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:930)
[JBossINF] at java.lang.Thread.run(Thread.java:662) [rt.jar:1.6.0_30]
{noformat}
This likely results in timeout on the clients (that you see in the runs).
{noformat}
Error sampling data: <org.jboss.smartfrog.loaddriver.RequestProcessingException: IO error: java.net.SocketTimeoutException: Read timed out>
org.jboss.smartfrog.loaddriver.RequestProcessingException: IO error: java.net.SocketTimeoutException: Read timed out
at org.jboss.smartfrog.loaddriver.http.HttpRequestProcessorFactoryImpl$HttpRequestProcessor.processRequest(HttpRequestProcessorFactoryImpl.java:218)
at org.jboss.smartfrog.loaddriver.CompoundRequestProcessorFactoryImpl$CompoundRequestProcessor.processRequest(CompoundRequestProcessorFactoryImpl.java:51)
at org.jboss.smartfrog.loaddriver.Runner.run(Runner.java:87)
at java.lang.Thread.run(Thread.java:662)
Caused by: java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(SocketInputStream.java:129)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
at java.io.BufferedInputStream.read(BufferedInputStream.java:237)
at org.apache.commons.httpclient.HttpParser.readRawLine(HttpParser.java:78)
at org.apache.commons.httpclient.HttpParser.readLine(HttpParser.java:106)
at org.apache.commons.httpclient.HttpConnection.readLine(HttpConnection.java:1116)
at org.apache.commons.httpclient.HttpMethodBase.readStatusLine(HttpMethodBase.java:1973)
at org.apache.commons.httpclient.HttpMethodBase.readResponse(HttpMethodBase.java:1735)
at org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBase.java:1098)
at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:398)
at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)
at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:323)
at org.jboss.smartfrog.loaddriver.http.HttpRequestProcessorFactoryImpl$HttpRequestProcessor.processRequest(HttpRequestProcessorFactoryImpl.java:132)
... 3 more
{noformat}
--
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, 11 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, 11 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, 11 months