[jboss-jira] [JBoss JIRA] Updated: (JBAS-5031) Make AS5 compile/run under Java6
Shelly McGowan (JIRA)
jira-events at lists.jboss.org
Wed Mar 19 09:04:52 EDT 2008
[ http://jira.jboss.com/jira/browse/JBAS-5031?page=all ]
Shelly McGowan updated JBAS-5031:
---------------------------------
Building with JDK 5/Running with JDK 6
- CORBA.BAD_INV_ORDER:
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=131993
- jaxb.api.jar no longer in lib/endorsed, causes server start to fail with error
shown above. Currently testing with jaxb-api.jar in $JAVA_HOME/jre/lib/endorsed
- JBWS-1439 - .jars need to be manually copied to lib/endorsed if
built with JDK 5 - these jars, including jaxb-api.jar, do get copied to
lib/endorsed when building with JDK 6 as check is conditionalized if HAVE_JDK_1.6
see: trunk/thirdparty/src/main/resources/jboss/jbossws/resource/jbossws-deploy-macros.xml
Removed sysproperty key="sun.lang.ClassLoader.allowArraySyntax" value="true"
for test server configs as this is no longer needed - JBAS-4491
Building with JDK6/Running with JDK 6
- tests-aspects is conditionalized with HAVE_JDK_1.4 or HAVE_JDK_1.5
if building with JDK 6 tests-aspects are not invoked and the test config,
scoped-aop-jdk50, fails to start. Need to check with AOP team on the proper way
to handle this.
Seen with both environments: Minimal server is not stopping cleanly which prevents the rest of the test suite
to continue.
> Make AS5 compile/run under Java6
> --------------------------------
>
> Key: JBAS-5031
> URL: http://jira.jboss.com/jira/browse/JBAS-5031
> Project: JBoss Application Server
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Build System
> Reporter: Dimitris Andreadis
> Assigned To: Shelly McGowan
> Priority: Critical
> Fix For: JBossAS-5.0.0.CR1
>
>
> Task to track the compilation/running/testing of AS5 under Java6.
--
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