Skip to Content
0
Former Member
Apr 22, 2009 at 07:18 AM

JAVA Mapping: Write to trace

851 Views

Hi everybody,

how can I write into trace in java mapping.

final AbstractTrace trace = null;
trace.addInfo("test Trace");		

causes a null-pointer exception

Thanks regards

Mario