User: juhalindfors
Date: 01/11/27 16:27:14
Modified: src/main/org/jboss/verifier/strategy AbstractVerifier.java
Log:
Revision Changes Path
1.24 +9 -4 jboss/src/main/org/jboss/verifier/strategy/AbstractVerifier.java
Index: AbstractVerifier.java
===================================================================
RCS file:
/cvsroot/jboss/jboss/src/main/org/jboss/verifier/strategy/AbstractVerifier.java,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- AbstractVerifier.java 2001/11/02 06:07:48 1.23
+++ AbstractVerifier.java 2001/11/28 00:27:14 1.24
@@ -19,7 +19,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* This package and its source code is available at www.jboss.org
- * $Id: AbstractVerifier.java,v 1.23 2001/11/02 06:07:48 schaefera Exp $
+ * $Id: AbstractVerifier.java,v 1.24 2001/11/28 00:27:14 juhalindfors Exp $
*/
// standard imports
@@ -70,7 +70,7 @@
* </ul>
* </p>
*
- * @version $Revision: 1.23 $
+ * @version $Revision: 1.24 $
* @since JDK 1.3
*/
public abstract class AbstractVerifier implements VerificationStrategy {
@@ -979,8 +979,13 @@
if (Error.class.isAssignableFrom(type))
return false;
- if (RuntimeException.class.isAssignableFrom(type))
- return false;
+// 28.3.4.4 (6) java.rmi.RemoteException and its subclasses, and unchecked
+// exception classes, are assumed to be mapped to the implicit
+// CORBA system exception, and are therefore not explicitly
+// declared in OMG IDL.
+//
+// if (RuntimeException.class.isAssignableFrom(type))
+// return false;
if (!isRMIIDLValueType(type))
return false;
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development