[
http://jira.jboss.com/jira/browse/JBWS-1220?page=all ]
Thomas Diesler updated JBWS-1220:
---------------------------------
Fix Version/s: (was: jbossws-1.0.4)
Testsuite no longer compiles with Java 1.4 JDK
----------------------------------------------
Key: JBWS-1220
URL:
http://jira.jboss.com/jira/browse/JBWS-1220
Project: JBoss Web Services
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: jaxrpc
Reporter: Darran Lofthouse
Assigned To: Thomas Diesler
The testsuite nolonger compiles with the 1.4 JDK.
<pathelement
location="${build.lib.dir}/jbossws-jboss-integration.jar"/>
<pathelement
location="${build.lib.dir}/jbossws-tomcat-integration.jar"/>
The two integration jars are not retro translated to 1.4 so the following error is
reported when compiling the testsuite with 1.4
compile14:
[javac] Compiling 683 source files to
/home/darranl/src/ws_1_0_x/jbossws-1.0/output/tests/classes
[javac]
/home/darranl/src/ws_1_0_x/jbossws-1.0/src/test/java/org/jboss/test/ws/TomcatTestDeployer.java:36:
cannot access org.jboss.ws.integration.tomcat.wspublish
[javac] bad class file:
/home/darranl/src/ws_1_0_x/jbossws-1.0/output/lib/jbossws-tomcat-integration.jar(org/jboss/ws/integration/tomcat/wspublish.class)
[javac] class file has wrong version 49.0, should be 48.0
[javac] Please remove or make sure it appears in the correct subdirectory of the
classpath.
[javac] import org.jboss.ws.integration.tomcat.wspublish;
[javac] ^
[javac] 1 error
Also the following package is currently excluded as it contains Java 5.0 specific code,
this should be fixed: -
<exclude name="org/jboss/test/ws/jaxrpc/samples/dynamichandler/**"/>
--
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