[
http://jira.jboss.com/jira/browse/JBAS-4501?page=all ]
Shelly McGowan updated JBAS-4501:
---------------------------------
The changes to the connector classes in the attached patches are correct but, if
implemented as is this branch will not compile with JDK 5. Therefore I'll need to
make the changes similar to what is done in jbossas/trunk to have distinct directories for
jdk5 and jdk6 and conditionalize the build.
There are additional issues compiling EJB3 with JDK 6 with WebService issues that need to
be resolved.
[javac]
/home/smcgowan2/workspace4/Branch_4_2/ejb3/src/main/org/jboss/ejb3/Ejb3DescriptorHandler.java:149:
cannot find symbol
[javac] symbol : class WebContextImpl
[javac] location: package org.jboss.wsf.spi.annotation
[javac] import org.jboss.wsf.spi.annotation.WebContextImpl;
/home/smcgowan2/workspace4/Branch_4_2/ejb3/src/main/org/jboss/ejb3/webservice/WebServiceContextImpl.java:37:
org.jboss.ejb3.webservice.WebServiceContextImpl is not abstract and does not override
abstract method
<T>getEndpointReference(java.lang.Class<T>,org.w3c.dom.Element...) in
javax.xml.ws.WebServiceContext
[javac] public class WebServiceContextImpl implements WebServiceContext
[javac]
/home/smcgowan2/workspace4/Branch_4_2/ejb3/src/main/org/jboss/injection/WebServiceRefHandler.java:146:
cannot find symbol
[javac] symbol : method getInjectionTargets()
[javac] location: class org.jboss.wsf.spi.serviceref.ServiceRefMetaData
[javac] for(String[] injectionTuple : sref.getInjectionTargets())
JBoss AS won't build with JDK 1.6
---------------------------------
Key: JBAS-4501
URL:
http://jira.jboss.com/jira/browse/JBAS-4501
Project: JBoss Application Server
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Affects Versions: JBossAS-4.2.0.GA
Reporter: Fernando Nasser
Assigned To: Shelly McGowan
Fix For: JBossAS-4.2.3.GA
Attachments: jboss-build.patch, jbosstestsuite-build.patch
JBoss AS 4.2.0.GA fails to build with JDK 1.6
--
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