[jboss-jira] [JBoss JIRA] Created: (JBMESSAGING-1222) Remote-bisocket JMS test fail on Mac OSX
Aaron Walker (JIRA)
jira-events at lists.jboss.org
Tue Jan 22 07:11:21 EST 2008
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
Assigned To: Aaron Walker
Priority: Minor
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
More information about the jboss-jira
mailing list