Message:
The following issue has been closed.
Resolver: Howard M. Lewis Ship
Date: Sun, 1 Aug 2004 10:44 AM
Had to disable a couple of tests for JDK 1.3 (TestConstructRegistry). Had to
switch to JBoss to obtain the javax.ejb packages compiled for JDK 1.3.
---------------------------------------------------------------------
View the issue:
http://issues.apache.org/jira/browse/HIVEMIND-35
Here is an overview of the issue:
---------------------------------------------------------------------
Key: HIVEMIND-35
Summary: JDK1.3.1 incompatibilities
Type: Bug
Status: Closed
Priority: Blocker
Resolution: FIXED
Project: HiveMind
Components:
framework
Fix Fors:
1.0
Versions:
1.0
Assignee: Howard M. Lewis Ship
Reporter: Naresh Sikha
Created: Fri, 30 Jul 2004 10:21 AM
Updated: Sun, 1 Aug 2004 10:44 AM
Environment: IBM JDK1.3.1, Windows XP, Ant 1.6.2
Description:
Hivemind target 'install' fails when running on JDK 1.3.1. I verified that this
succeeds when I switch to a JDK 1.4 environment.
Here are the errors
Hivemind target 'install' fails when running on JDK 1.3.1. I verified that this
succeeds when I switch to a JDK 1.4 environment.
Here are the two errors
1. Use of getPropertyChangeListeners in java.beans.PropertyChangeSupport
[javac]
C:\work\ant-1.6.2\build\jakarta-hivemind\framework\src\test\hivemind\test\services\EventProducer.java:47:
cannot resolve symbol
[javac] symbol : method getPropertyChangeListeners ()
[javac] location: class java.beans.PropertyChangeSupport
[javac] return _support.getPropertyChangeListeners().length;
[javac] ^
2. Use of AssertionError in java.lang.
[javac]
C:\work\ant-1.6.2\build\jakarta-hivemind\framework\src\test\org\apache\hivemind\methodmatch\AbstractMethodTestCase.java:39:
cannot resolve symbol
[javac] symbol : class AssertionError
[javac] location: class
org.apache.hivemind.methodmatch.AbstractMethodTestCase
[javac] throw new AssertionError(
[javac] ^
3. Use of matches function on String
[javac]
C:\work\ant-1.6.2\build\jakarta-hivemind\framework\src\test\org\apache\hivemind\methodmatch\TestMethodMatcher.java:98:
cannot resolve symbol
[javac] symbol : method matches (java.lang.String)
[javac] location: class java.lang.String
[javac] message.matches(
---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]