[JBoss JIRA] Created: (JBTM-238) Add property to disable warning about multiple 1PC resources
by Mark Little (JIRA)
Add property to disable warning about multiple 1PC resources
------------------------------------------------------------
Key: JBTM-238
URL: http://jira.jboss.com/jira/browse/JBTM-238
Project: JBoss Transaction Manager
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: JTA Implementation
Affects Versions: 4.2.3.SP5
Reporter: Mark Little
Assigned To: Mark Little
Currently we always print a warning on multiple 1PC resources. Support for that has to be explicitly enabled. We print the warning in case the user set the wrong property, doesn't know the implications, forgot to set it back etc. For those users who never make mistakes and always know the implications, maybe we should have another property that basically means "only output warning once per VM run".
--
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
15 years, 6 months
[JBoss JIRA] Created: (JBTM-222) TestLevels common test does not work on Windows
by Mark Little (JIRA)
TestLevels common test does not work on Windows
-----------------------------------------------
Key: JBTM-222
URL: http://jira.jboss.com/jira/browse/JBTM-222
Project: JBoss Transaction Manager
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Testing
Affects Versions: 4.2.3.SP3
Environment: Windows XP SP2. JRockit 5.0.
Reporter: Mark Little
Assigned To: Jonathan Halliday
Fix For: 4.4
TestLevels.java doesn't run correctly on Windows. It looks as though there could be a few things wrong:
(i) log4j isn't initialised correctly (though that could be local to my environment).
(ii) the test doesn't account for the differences in Windows versus Un*x formatting, so for example where there should only be 5 lines of debugging (and are on Un*x), there are 9 on Windows because there are 4 blank lines.
(iii) the resource bundle TestLevels_en_GB is not picked up, so the regex fails.
(iv) naming of threads is slightly different on Windows to Un*x
.line 0 DEBUG [main] (TestLevels.java:89) com.hp.mwtests.commonlogging.testlevels.TestLevels.writeLogMessages(TestLevels.java:89) - [testMessage] This is the 1st message, logged at level debug.
.line 0 DEBUG [Main Thread] (TestLevels.java:89) com.hp.mwtests.commonlogging.testlevels.TestLevels.writeLogMessages(TestLevels.java:89) - no default resource bundle set for this logger: [key='testMessage']1st, debug,
I'm using JRockit and am unsure which of the above are due entirely to my setup, but if at least one of them is general it will cause the test to fail on Windows anyway.
--
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
17 years, 2 months