With the latest CVS update, I tried building for the first time.
I'm running JDK 1.2.2 on Win98.
Compilation errors cause the build to fail.
Specifically, there is code in org.jboss.cluster.ClusterNode that wants
java.lang.reflect.InvocationHandler and java.lang.reflect.Proxy. These
exist in JDK 1.3, not in 1.2.
We don't have clustering at present - why is this in the build at all?
org.jboss.ejb.plugins.jrmp13.server.JRMPContainerInvoker has the same
problems, and
org.jboss.ejb.plugins.jrmp13.interfaces.EntityProxy
org.jboss.ejb.plugins.jrmp13.interfaces.HomeProxy
org.jboss.ejb.plugins.jrmp13.interfaces.StatelessSessionProxy
are all interested in java.lang.reflect.InvocationHandler.
I know I don't need those, because my test code (if I stay on JDK1.2.2)
will be using the jrmp12 equivalents.
org.jboss.ejb.plugins.jrmp.interfaces.GenericProxy
requires java.lang.reflect.InvocationHandler, and
org.jboss.Main
requires the addShutdownHook() method in java.lang.Runtime.
These seem more serious.
Is there any point in trying to build under JDK1.2.2? I've looked at
the build.xml, and don't see any properties that would appear to help.
--
Justin Forder
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]