SOA-P test suite failures
-------------------------
Key: JBMESSAGING-1287
URL: http://jira.jboss.com/jira/browse/JBMESSAGING-1287
Project: JBoss Messaging
Issue Type: Bug
Affects Versions: 1.4.0.SP3_CP01
Reporter: Aleksandar Kostadinov
Assigned To: Tim Fox
I'm running the JBM test suite against the binaries in the SOA-P Platform 4.2 CP01. I see 4 failures.
* TEST-org.jboss.test.messaging.jms.bridge.BridgeTest-Remote-bisocket.xml.
* org.jboss.test.messaging.jms.clustering.MultipleFailoverTest(Clustering).testFailoverFloodTwoServers
* org.jboss.test.messaging.jms.clustering.NoFailoverTest(Clustering).testCrashNoFailover
* org.jboss.test.messaging.jms.ManifestTest.testManifestEntries
Failure details in here http://hudson.qa.jboss.com/hudson/job/jboss-soa-platform-JBM-testsuite/73...
3 of the failures are timeout (see console log for BridgeTest). We are running on a 2 CPU DualCore physical machine so system speed should not be an issue.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Unverified: Restarting a Queue will delete persistent messages in the queue.
----------------------------------------------------------------------------
Key: JBMESSAGING-1401
URL: https://jira.jboss.org/jira/browse/JBMESSAGING-1401
Project: JBoss Messaging
Issue Type: Bug
Affects Versions: 1.4.0.SP3
Reporter: Jay Howell
Assignee: Tim Fox
Restarting a queue in a running server will delete persistent messages out of the database. This bug was found while troubleshooting a case. When a customer restarted the queues, they noticed that all of the persistent messages in the database were gone. I have yet to verify this and will verify as soon as possible. I wanted to make sure that I didn't forget to put it in. So at this point this is an unverified bug.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Eclipse PDE integration into Maven and unit test failure
--------------------------------------------------------
Key: JBBUILD-357
URL: http://jira.jboss.com/jira/browse/JBBUILD-357
Project: JBoss Build System
Issue Type: Bug
Components: Maven
Reporter: Mark Proctor
Assigned To: Paul Gier
Eclipse plugin building and testing is automated by ant, executed by the Eclipse antRunner.
Inside of Maven we have antRunner called in two different phases. When the test phase has unit test failures, they are not propagated up to maven, so failures are not flagged and a sucecssful build reported. Look in the drools-eclipse module of jboss rules for more details.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Release plugin doesn't pickup compile plugin configuration from parent
----------------------------------------------------------------------
Key: JBBUILD-470
URL: http://jira.jboss.com/jira/browse/JBBUILD-470
Project: JBoss Build System
Issue Type: Bug
Environment: 4-beta2
Reporter: Carlo de Wolf
Assigned To: Paul Gier
Compile configuration defined in a parent pom does not get picked up by the release plugin during release.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Break out Deployment-related Plugins into their own Project
-----------------------------------------------------------
Key: JBASMP-7
URL: http://jira.jboss.com/jira/browse/JBASMP-7
Project: JBoss AS Maven Plugins
Issue Type: Task
Components: control-plugin
Reporter: Andrew Lee Rubinger
Assigned To: Andrew Lee Rubinger
Fix For: 0.1.0
The Control Plugin currently houses Deployment Mojos; these should have their own Plugin.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Create "deploy" Mojo for maven-jboss-as-control-plugin
------------------------------------------------------
Key: JBBUILD-478
URL: http://jira.jboss.com/jira/browse/JBBUILD-478
Project: JBoss Build System
Issue Type: Task
Reporter: Andrew Lee Rubinger
Assigned To: Andrew Lee Rubinger
The JBoss AS Control Plugin currently has Mojos for "createConfiguration", "start", and "stop". We need to add a "deploy" Mojo which delegates to congruent functionality from jboss-test.
Existing Mojos:
http://anonsvn.jboss.org/repos/maven/plugins/jboss/trunk/maven-jboss-as-c...
Root Checkout Location:
http://anonsvn.jboss.org/repos/maven/plugins/jboss/trunk
After the "deploy" Mojo is created, configuration to use it should be added to the "maven-jboss-as-control-example" project, following examples already in place in the POM. This is the self-documenting usage project which may also prove its validity.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Rename folder structure of modules
----------------------------------
Key: JBASMP-5
URL: http://jira.jboss.com/jira/browse/JBASMP-5
Project: JBoss AS Maven Plugins
Issue Type: Task
Reporter: Andrew Lee Rubinger
Assigned To: Andrew Lee Rubinger
Modules are currently namespaced with "maven-jboss-as-", which is unnecessary due to the groupId and folder structure. For instance:
maven-jboss-as-build
...should become:
build
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Switch Log4J/Commons Logging in favor of AbstractMojo.getLog() where applicable
-------------------------------------------------------------------------------
Key: JBASMP-8
URL: https://jira.jboss.org/jira/browse/JBASMP-8
Project: JBoss AS Maven Plugins
Issue Type: Task
Reporter: Andrew Lee Rubinger
Assignee: Andrew Lee Rubinger
Fix For: 0.1.0
Replace all instances of non-Maven Logging code to AbstractMojo.getLog() within the Mojos themselves
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Implement Deltas-only copying of configurations
-----------------------------------------------
Key: JBASMP-4
URL: http://jira.jboss.com/jira/browse/JBASMP-4
Project: JBoss AS Maven Plugins
Issue Type: Task
Reporter: Andrew Lee Rubinger
Assigned To: Andrew Lee Rubinger
>From Antony Stubbs:
The other thing I noticed is that the JbossAsControlCreateConfigurationMojo doesn't seem to perform a delta copy as ALR has mentioned in places, but instead copies the entire directory every time and overwrites existing files. Is this a feature worth pursuing? It took quite a long time (at least 60 seconds) copying the config directory on every invoke for me - i.e. it appears worth it to me.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Change default overlayLocation to src/jbossas/resources
-------------------------------------------------------
Key: JBASMP-9
URL: https://jira.jboss.org/jira/browse/JBASMP-9
Project: JBoss AS Maven Plugins
Issue Type: Task
Components: control-plugin
Reporter: Andrew Lee Rubinger
Assignee: Andrew Lee Rubinger
src/main/resources is for application/module resources; move the default for JBossAS Configuration files into their own namespace.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira