From: Vinay Menon
Date: Wed, 27 Jun 2001 23:49:32 +0100
Strong words I must say!
If you have a quick list of exact errors you are getting, mail them to me. I'd just like to try helping you to make my point that JBoss is not vaporware and *not* a joke.
Vinay
Hi,
I'm not sure about what kinds of problems jean is talking but
source code from the CVS cannot be compiled with JAVA14beta.
I have already pointed to it maybe a month ago:
1. there is 2 DeploymentException.java files in package org.jboss.ejb and package org.jboss.deployment i have the feeling this files can be merged and used just one. Yes its a lot of rutine job because both packages is using often in Jboss source code but anyway should we have 2 classes with the same functionality in the 2 packages?
2. file DeploymentException.java from package org.jboss.ejb cannot be compiled with JDK14 because of:
[javac] src\main\org\jboss\ejb\DeploymentException.java:41: The method java.lang.Exception getCause() declared in class org.jboss.ejb.DeploymentException cannot override the method of the same signature declared inclass java.lang.Throwable. They must have the same return type.
[javac] public Exception getCause() { return cause; }
Every time i compile jboss i should change 2 lines :
protected Throwable cause; // now is - protected Exception cause; line 22
public Throwable getCause() { return cause; } // now is - public Exception getCause() { return cause; } ; line 40
I could help and merge this things if all other jboss developers are very busy.
www.jbees.com
J2EE consultations, development
