I'm not getting it:
java.lang.NullPointerException at
org.apache.clerezza.rdf.core.impl.SimpleLiteralFactory.createTypedLiteral(SimpleLiteralFactory.java:229)
I'm seeing that exception only when running the tests on the whole
projects, not when running the individual test files.
the exception is
//added this to make sue value is not null
if (value == null) {
throw new IllegalArgumentException("value may not be
null");
}
for (Map.Entry<Class<?>, TypeConverter<?>> converterEntry :
typeConverterMap.entrySet()) {
if
(converterEntry.getKey().isAssignableFrom(value.getClass())) {
// <-ON THIS LINE
maybe I'm just to tired, would be glad if somebody had a look at it.
reto
On Sat, Feb 13, 2010 at 6:08 PM, Apache Hudson Server
<[email protected]> wrote:
> See
> <http://hudson.zones.apache.org/hudson/job/clerezza-trunk-1.6/org.apache.clerezza$org.apache.clerezza.rdf.core/106/changes>
>
>
>