Gurkan,
ClassUtil:
public static Object isValueOkForPrimitiveOrWrapper(Class<?> type, String
value)
catches away any ParsingException and returns null instead.
} catch (Throwable e)
{
return null;
}
Shouldn't we let this throw out? If one has something misconfigured in his
web-beans.xml then he should be informed about it.
Or is there any exception which can legally happen?
LieGrue,
strub
----------------------------------------------------------------
“Multiple exclamation marks are a sure sign of a diseased mind!”
(Sir Terry Pratchett)