If propertyconfigurations are marked as 'regprompt', in Coconut, they CAN cause a null pointer exception when doing checkins or prints. Unmarking these is a workaround, but obviously not a good one.
Further digging - this may ONLY be happening on 'picker' propertyConfigurations. Others seem to be okay. Needs further exploration.
java.lang.NullPointerException
at com.stonekeep.congo.coconut.PrintBadge.execute(PrintBadge.java:172)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
If propertyconfigurations are marked as 'regprompt', in Coconut, they CAN cause a null pointer exception when doing checkins or prints. Unmarking these is a workaround, but obviously not a good one.
Further digging - this may ONLY be happening on 'picker' propertyConfigurations. Others seem to be okay. Needs further exploration.
java.lang.NullPointerException at com.stonekeep.congo.coconut.PrintBadge.execute(PrintBadge.java:172) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597)