ejb3 breaks the build under jdk5:
----------------------------------------------
======================================================================
== Executing 'most' in module 'ejb3'...
==
== Executing 'most' in module 'ejb3'...
==
_buildmagic:init:
configure:
init:
_buildmagic:build-bypass-checker:
_buildmagic:build-bypass-notice:
_buildmagic:build-bypass-check:
internal-jars:
_buildmagic:init:
init:
compile-etc:
[mkdir] Created dir: /services/cruisecontrol/checkout/jboss-4.0.x/ejb3/output/etc
[copy] Copying 1 file to /services/cruisecontrol/checkout/jboss-4.0.x/ejb3/output/etc
[mkdir] Created dir: /services/cruisecontrol/checkout/jboss-4.0.x/ejb3/output/etc
[copy] Copying 1 file to /services/cruisecontrol/checkout/jboss-4.0.x/ejb3/output/etc
compile-classes:
[mkdir] Created dir: /services/cruisecontrol/checkout/jboss-4.0.x/ejb3/output/classes
[javac] Compiling 339 source files to /services/cruisecontrol/checkout/jboss-4.0.x/ejb3/output/classes
/services/cruisecontrol/checkout/jboss-4.0.x/ejb3/src/main/org/jboss/ejb3/ContainerPlugin.java:34: warning: unmappable character for encoding ASCII
* @author <a href="">Rickard'>mailto:[EMAIL PROTECTED]">Rickard ???berg</a>
^
/services/cruisecontrol/checkout/jboss-4.0.x/ejb3/src/main/org/jboss/ejb3/ContainerPlugin.java:34: warning: unmappable character for encoding ASCII
* @author <a href="">Rickard'>mailto:[EMAIL PROTECTED]">Rickard ???berg</a>
^
/services/cruisecontrol/checkout/jboss-4.0.x/ejb3/src/main/org/jboss/ejb3/ContainerPlugin.java:34: warning: unmappable character for encoding ASCII
* @author <a href="">Rickard'>mailto:[EMAIL PROTECTED]">Rickard ???berg</a>
^
/services/cruisecontrol/checkout/jboss-4.0.x/ejb3/src/main/org/jboss/ejb3/EJBProxyFactory.java:48: warning: unmappable character for encoding ASCII
* @author <a href="">Rickard'>mailto:[EMAIL PROTECTED]">Rickard ???berg</a>
^
/services/cruisecontrol/checkout/jboss-4.0.x/ejb3/src/main/org/jboss/ejb3/EJBProxyFactory.java:48: warning: unmappable character for encoding ASCII
* @author <a href="">Rickard'>mailto:[EMAIL PROTECTED]">Rickard ???berg</a>
^
/services/cruisecontrol/checkout/jboss-4.0.x/ejb3/src/main/org/jboss/ejb3/EJBProxyFactory.java:48: warning: unmappable character for encoding ASCII
* @author <a href="">Rickard'>mailto:[EMAIL PROTECTED]">Rickard ???berg</a>
^
/services/cruisecontrol/checkout/jboss-4.0.x/ejb3/src/main/org/jboss/ejb3/BaseSessionContext.java:28: warning: [deprecation] java.security.Identity in java.security has been deprecated
import java.security.Identity;
^
/services/cruisecontrol/checkout/jboss-4.0.x/ejb3/src/main/org/jboss/ejb3/BaseSessionContext.java:153: warning: [deprecation] java.security.Identity in java.security has been deprecated
public Identity getCallerIdentity()
^
/services/cruisecontrol/checkout/jboss-4.0.x/ejb3/src/main/org/jboss/ejb3/BaseSessionContext.java:173: warning: [deprecation] java.security.Identity in java.security has been deprecated
public boolean isCallerInRole(Identity role)
^
/services/cruisecontrol/checkout/jboss-4.0.x/ejb3/src/main/org/jboss/ejb3/BaseSessionContext.java:64: org.jboss.ejb3.BaseSessionContext is not abstract and does not override abstract method getInvokedBusinessInterface() in javax.ejb.SessionContext
public class BaseSessionContext implements SessionContext, MessageDrivenContext, Externalizable
^
/services/cruisecontrol/checkout/jboss-4.0.x/ejb3/src/main/org/jboss/ejb3/cache/tree/PassivationTreeCache.java:33: warning: [deprecation] setStateTransferVersion(short) in org.jboss.cache.TreeCacheMBean has been deprecated
public class PassivationTreeCache extends TreeCache
^
/services/cruisecontrol/checkout/jboss-4.0.x/ejb3/src/main/org/jboss/ejb3/cache/tree/PassivationTreeCache.java:33: warning: [deprecation] getStateTransferVersion() in org.jboss.cache.TreeCacheMBean has been deprecated
public class PassivationTreeCache extends TreeCache
^
/services/cruisecontrol/checkout/jboss-4.0.x/ejb3/src/main/org/jboss/ejb3/entity/ExtendedHibernateSession.java:141: warning: [deprecation] reconnect() in org.hibernate.Session has been deprecated
public void reconnect()
^
/services/cruisecontrol/checkout/jboss-4.0.x/ejb3/src/main/org/jboss/ejb3/entity/ExtendedHibernateSession.java:144: warning: [deprecation] reconnect() in org.hibernate.Session has been deprecated
getHibernateSession().reconnect();
^
/services/cruisecontrol/checkout/jboss-4.0.x/ejb3/src/main/org/jboss/ejb3/entity/InjectedHibernateSession.java:148: warning: [deprecation] reconnect() in org.hibernate.Session has been deprecated
public void reconnect()
^
/services/cruisecontrol/checkout/jboss-4.0.x/ejb3/src/main/org/jboss/ejb3/entity/InjectedHibernateSession.java:151: warning: [deprecation] reconnect() in org.hibernate.Session has been deprecated
getHibernateSession().reconnect();
^
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error
15 warnings
[mkdir] Created dir: /services/cruisecontrol/checkout/jboss-4.0.x/ejb3/output/classes
[javac] Compiling 339 source files to /services/cruisecontrol/checkout/jboss-4.0.x/ejb3/output/classes
/services/cruisecontrol/checkout/jboss-4.0.x/ejb3/src/main/org/jboss/ejb3/ContainerPlugin.java:34: warning: unmappable character for encoding ASCII
* @author <a href="">Rickard'>mailto:[EMAIL PROTECTED]">Rickard ???berg</a>
^
/services/cruisecontrol/checkout/jboss-4.0.x/ejb3/src/main/org/jboss/ejb3/ContainerPlugin.java:34: warning: unmappable character for encoding ASCII
* @author <a href="">Rickard'>mailto:[EMAIL PROTECTED]">Rickard ???berg</a>
^
/services/cruisecontrol/checkout/jboss-4.0.x/ejb3/src/main/org/jboss/ejb3/ContainerPlugin.java:34: warning: unmappable character for encoding ASCII
* @author <a href="">Rickard'>mailto:[EMAIL PROTECTED]">Rickard ???berg</a>
^
/services/cruisecontrol/checkout/jboss-4.0.x/ejb3/src/main/org/jboss/ejb3/EJBProxyFactory.java:48: warning: unmappable character for encoding ASCII
* @author <a href="">Rickard'>mailto:[EMAIL PROTECTED]">Rickard ???berg</a>
^
/services/cruisecontrol/checkout/jboss-4.0.x/ejb3/src/main/org/jboss/ejb3/EJBProxyFactory.java:48: warning: unmappable character for encoding ASCII
* @author <a href="">Rickard'>mailto:[EMAIL PROTECTED]">Rickard ???berg</a>
^
/services/cruisecontrol/checkout/jboss-4.0.x/ejb3/src/main/org/jboss/ejb3/EJBProxyFactory.java:48: warning: unmappable character for encoding ASCII
* @author <a href="">Rickard'>mailto:[EMAIL PROTECTED]">Rickard ???berg</a>
^
/services/cruisecontrol/checkout/jboss-4.0.x/ejb3/src/main/org/jboss/ejb3/BaseSessionContext.java:28: warning: [deprecation] java.security.Identity in java.security has been deprecated
import java.security.Identity;
^
/services/cruisecontrol/checkout/jboss-4.0.x/ejb3/src/main/org/jboss/ejb3/BaseSessionContext.java:153: warning: [deprecation] java.security.Identity in java.security has been deprecated
public Identity getCallerIdentity()
^
/services/cruisecontrol/checkout/jboss-4.0.x/ejb3/src/main/org/jboss/ejb3/BaseSessionContext.java:173: warning: [deprecation] java.security.Identity in java.security has been deprecated
public boolean isCallerInRole(Identity role)
^
/services/cruisecontrol/checkout/jboss-4.0.x/ejb3/src/main/org/jboss/ejb3/BaseSessionContext.java:64: org.jboss.ejb3.BaseSessionContext is not abstract and does not override abstract method getInvokedBusinessInterface() in javax.ejb.SessionContext
public class BaseSessionContext implements SessionContext, MessageDrivenContext, Externalizable
^
/services/cruisecontrol/checkout/jboss-4.0.x/ejb3/src/main/org/jboss/ejb3/cache/tree/PassivationTreeCache.java:33: warning: [deprecation] setStateTransferVersion(short) in org.jboss.cache.TreeCacheMBean has been deprecated
public class PassivationTreeCache extends TreeCache
^
/services/cruisecontrol/checkout/jboss-4.0.x/ejb3/src/main/org/jboss/ejb3/cache/tree/PassivationTreeCache.java:33: warning: [deprecation] getStateTransferVersion() in org.jboss.cache.TreeCacheMBean has been deprecated
public class PassivationTreeCache extends TreeCache
^
/services/cruisecontrol/checkout/jboss-4.0.x/ejb3/src/main/org/jboss/ejb3/entity/ExtendedHibernateSession.java:141: warning: [deprecation] reconnect() in org.hibernate.Session has been deprecated
public void reconnect()
^
/services/cruisecontrol/checkout/jboss-4.0.x/ejb3/src/main/org/jboss/ejb3/entity/ExtendedHibernateSession.java:144: warning: [deprecation] reconnect() in org.hibernate.Session has been deprecated
getHibernateSession().reconnect();
^
/services/cruisecontrol/checkout/jboss-4.0.x/ejb3/src/main/org/jboss/ejb3/entity/InjectedHibernateSession.java:148: warning: [deprecation] reconnect() in org.hibernate.Session has been deprecated
public void reconnect()
^
/services/cruisecontrol/checkout/jboss-4.0.x/ejb3/src/main/org/jboss/ejb3/entity/InjectedHibernateSession.java:151: warning: [deprecation] reconnect() in org.hibernate.Session has been deprecated
getHibernateSession().reconnect();
^
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error
15 warnings
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0-jdk-matrix?log=log20060302032154
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: 02 March, 2006 10:42
To: Adrian Brock; Bill Decoste; Brian Stansberry; Dimitris Andreadis; jboss-development@lists.sourceforge.net; QA; Rajesh Rajasekaran
Subject: jboss-4.0-jdk-matrix Build Failed
Importance: High
BUILD FAILED Ant Error Message: /services/cruisecontrol/work/scripts/build-jboss-common.xml:268: The following error occurred while executing this line: /services/cruisecontrol/work/scripts/build-jboss-common.xml:64: Exit code: 1 See compile_jdk15.log in Build Artifacts for details. Date of build: 03/02/2006 03:21:54 Time to build: 17 minutes 58 seconds Last changed: 03/02/2006 03:13:22 Last log entry: remove 4.0.0, try 3.2.8 with different settings
Unit Tests: (0) Total Errors and Failures: (0)
Modifications since last build: (first 50 of 23) 1.406.2.139 modified dimitris testsuite/build.xml remove 4.0.0, try 3.2.8 with different settings 1.406.2.138 modified rrajasekaran testsuite/build.xml Added 3.2.8 and 4.0.2 to the compatibility tests 1.4.6.3 modified bdecoste j2ee/src/main/javax/ejb/SessionContext.java added SessionContext.getInvokedBusinessInterface() 1.31.6.4 modified bdecoste server/src/main/org/jboss/ejb/StatefulSessionEnterpriseContext.java added SessionContext.getInvokedBusinessInterface() 1.27.6.3 modified bdecoste server/src/main/org/jboss/ejb/StatelessSessionEnterpriseContext.java added SessionContext.getInvokedBusinessInterface() 1.3.2.10 modified bstansberry tomcat/src/main/org/jboss/web/tomcat/tc5/session/AttributeBasedClusteredSession.java [JBAS-2864] Add a flag to control whether we remove attrib from cache when we remove it from the session 1.5.2.15 modified bstansberry tomcat/src/main/org/jboss/web/tomcat/tc5/session/ClusteredSession.java [JBAS-2864] Add a flag to control whether we remove attrib from cache when we remove it from the session 1.13.2.4 modified bstansberry tomcat/src/main/org/jboss/web/tomcat/tc5/session/FieldBasedClusteredSession.java [JBAS-2864] Add a flag to control whether we remove attrib from cache when we remove it from the session 1.3.2.13 modified bstansberry tomcat/src/main/org/jboss/web/tomcat/tc5/session/SessionBasedClusteredSession.java [JBAS-2864] Add a flag to control whether we remove attrib from cache when we remove it from the session 1.2.16.2 modified adrian testsuite/src/main/org/jboss/test/banknew/ejb/AccountBean.java Remove xdoclet from the jca tests + other tidyup 1.1.2.1 modified adrian testsuite/src/main/org/jboss/test/banknew/ejb/AccountCMP.java Remove xdoclet from the jca tests + other tidyup 1.1.16.2 modified adrian testsuite/src/main/org/jboss/test/banknew/ejb/AccountSessionBean.java Remove xdoclet from the jca tests + other tidyup 1.1.2.1 modified adrian testsuite/src/main/org/jboss/test/banknew/ejb/AccountSessionSession.java Remove xdoclet from the jca tests + other tidyup 1.1.2.1 modified adrian testsuite/src/main/org/jboss/test/banknew/ejb/BankCMP.java Remove xdoclet from the jca tests + other tidyup 1.1.16.2 modified adrian testsuite/src/main/org/jboss/test/banknew/ejb/BankSessionBean.java Remove xdoclet from the jca tests + other tidyup 1.1.2.1 modified adrian testsuite/src/main/org/jboss/test/banknew/ejb/BankSessionSession.java Remove xdoclet from the jca tests + other tidyup 1.1.2.1 modified adrian testsuite/src/main/org/jboss/test/banknew/ejb/CustomerCMP.java Remove xdoclet from the jca tests + other tidyup 1.1.16.2 modified adrian testsuite/src/main/org/jboss/test/banknew/ejb/CustomerSessionBean.java Remove xdoclet from the jca tests + other tidyup 1.1.2.1 modified adrian testsuite/src/main/org/jboss/test/banknew/ejb/CustomerSessionSession.java Remove xdoclet from the jca tests + other tidyup 1.1.16.2 modified adrian testsuite/src/main/org/jboss/test/banknew/ejb/TellerSessionBean.java Remove xdoclet from the jca tests + other tidyup 1.1.2.1 modified adrian testsuite/src/main/org/jboss/test/banknew/ejb/TellerSessionSession.java Remove xdoclet from the jca tests + other tidyup 1.2.16.2 modified adrian testsuite/src/main/org/jboss/test/banknew/ejb/TransactionBean.java Remove xdoclet from the jca tests + other tidyup 1.1.2.1 modified adrian testsuite/src/main/org/jboss/test/banknew/ejb/TransactionCMP.java Remove xdoclet from the jca tests + other tidyup