I am observing a problem that when I try to create an actor and send a message to it using Spring's @PostConstruct I get a NPE exception. If I create an actor from a method call and send a message to an actor then it works. Is this a known limitation?