JBAS Testsuite: Call super.setUp in overriden setUp methods
-----------------------------------------------------------
Key: JBAS-4233
URL: http://jira.jboss.com/jira/browse/JBAS-4233
Project: JBoss Application Server
Issue Type: Task
Security Level: Public (Everyone can see)
Components: Test Suite
Affects Versions: JBossAS-5.0.0.Beta1
Reporter: Anil Saldhana
Fix For: JBossAS-5.0.0.Beta2
This is a generic issue that is used to update all overridden setUp methods in test cases to call super.setUp
Not assigned to anyone.
--
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
JBAS Testsuite: getServerHost() related changes
-----------------------------------------------
Key: JBAS-4234
URL: http://jira.jboss.com/jira/browse/JBAS-4234
Project: JBoss Application Server
Issue Type: Task
Security Level: Public (Everyone can see)
Reporter: Anil Saldhana
public class xxTestCase
{
private url = "http" + getServerHost() + .....;
}
needs to be changed to:
public class xxTestCase
{
private url ;
public void setUp()
{
super.setUp();
url = "http" + getServerHost() + ....;
}
Also all the hardcoded "localhost" tests should be replaced with getServerHost
--
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
Rule modeller to include predicates, retvals etc
------------------------------------------------
Key: JBRULES-755
URL: http://jira.jboss.com/jira/browse/JBRULES-755
Project: JBoss Rules
Issue Type: Sub-task
Security Level: Public (Everyone can see)
Reporter: Michael Neale
Assigned To: Michael Neale
--
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
add EJB3 JMX metrics to EJB3
----------------------------
Key: EJBTHREE-825
URL: http://jira.jboss.com/jira/browse/EJBTHREE-825
Project: EJB 3.0
Issue Type: Feature Request
Affects Versions: EJB 3.0 RC9 - Patch 1
Reporter: William DeCoste
Assigned To: William DeCoste
Stateless: AvailableCount, MaxSize, CurrentSize, etc
Stateful: CacheSize, PassivatedCount, CreateCount, etc
--
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
Port JBAS-4229 fix to Branch_4_0
--------------------------------
Key: JBAS-4262
URL: http://jira.jboss.com/jira/browse/JBAS-4262
Project: JBoss Application Server
Issue Type: Sub-task
Security Level: Public (Everyone can see)
Components: Clustering
Reporter: Brian Stansberry
Assigned To: Brian Stansberry
Fix For: JBossAS-4.0.5.SP1
Port the fix, but the default value for HASingletonController.restartOnMerge needs to be 'false', since this will go into an SP or micro 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
Solve hyphens near images problem
---------------------------------
Key: JBFORUMS-195
URL: http://jira.jboss.com/jira/browse/JBFORUMS-195
Project: JBoss Forums
Issue Type: Bug
Components: Forum View Layer
Reporter: Ryszard Kozmik
Assigned To: Ryszard Kozmik
Priority: Minor
Fix For: 1.0.1 RC
When using Forums under Opera browser and some of older versions of other web browsers, hyphens are shown near image links.
--
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 MyForums' ViewAllSubscribedTopicsView
--------------------------------------------
Key: JBFORUMS-201
URL: http://jira.jboss.com/jira/browse/JBFORUMS-201
Project: JBoss Forums
Issue Type: Sub-task
Components: Forum Enhancements, Forum Model Layer, Forum View Layer
Reporter: Ryszard Kozmik
Assigned To: Ryszard Kozmik
Fix For: 1.0.1 RC
A view which shows all topics to which a logged in user is subscribing.
--
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
If a connection with a clientID is closed, it can't open a new one
-------------------------------------------------------------------
Key: JBMESSAGING-932
URL: http://jira.jboss.com/jira/browse/JBMESSAGING-932
Project: JBoss Messaging
Issue Type: Bug
Affects Versions: 1.2.0.SP1
Reporter: Clebert Suconic
Assigned To: Clebert Suconic
Fix For: 1.2.0.SP2
--
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
Make sure that duplicates do not show up in component-info.xml
--------------------------------------------------------------
Key: JBBUILD-355
URL: http://jira.jboss.com/jira/browse/JBBUILD-355
Project: JBoss Build System
Issue Type: Feature Request
Components: jboss-deploy-maven-plugin
Reporter: Paul Gier
Assigned To: Paul Gier
Fix For: jboss-deploy-maven-plugin-1.2.GA
When doing a release for commons-logging-spi, the sources artifact was written to component-info.xml twice.
This should be pretty easy to fix by just checking for duplicates before writing to component-info.xml.
--
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
mail-ra: endpoint deactivation doesn't cause mail checks to stop
----------------------------------------------------------------
Key: JBAS-4157
URL: http://jira.jboss.com/jira/browse/JBAS-4157
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: JCA service
Affects Versions: JBossAS-4.2.0.GA
Reporter: Pete Muir
Assigned To: Weston Price
Priority: Minor
I may be wrong on this, need to debug further
--
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