It appears as though defaultHabitat may not be getting injected.
So now things are getting a little deep for me.
Code for the get method is, as near as I can determine:
public static <T> T get(Class<T> type) {
return defaultHabitat.getComponent(type);
--
[Message sent by forum member 'chopper']
View Post: http://forums.java.net/node/884176