[
http://jira.jboss.com/jira/browse/JBMESSAGING-1222?page=all ]
Andy Taylor resolved JBMESSAGING-1222.
--------------------------------------
Resolution: Done
rolled fix into Branch_JBossMessaging_1_4_0_SP3_CP01
Remote-bisocket JMS test fail on Mac OSX
----------------------------------------
Key: JBMESSAGING-1222
URL:
http://jira.jboss.com/jira/browse/JBMESSAGING-1222
Project: JBoss Messaging
Issue Type: Bug
Components: Tests and Performance
Affects Versions: 1.4.0.SP3
Environment: Mac OSX 10.4.11 Apple JVM 1.5.0_13
Mac OSX 10.5.1 Apple JVM 1.5.0_13
Reporter: Aaron Walker
Priority: Minor
Fix For: 1.4.0.SP3.CP02, 1.4.1.beta2
I get a NullPointerException from the following in the ServerContainer.java and
LocalTestServer.java when running the remote tests
ServerContainer.java
......
private void readConfigurationFile() throws Exception
{
InputStream cs =
getClass().getClassLoader().getResourceAsStream(CONFIGURATION_FILE_NAME);
.....
and
LocalTestServer.java
.....
public void poisonTheServer(int type) throws Exception
{
URL url = this.getClass().getClassLoader().getResource("poison.xml");
return null when running the remote tests
--
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