The PostConstruct method of a stateless session bean executes in an unspecified transaction context. Since a container-managed EntityManager requires a transaction for the persist() operation, the best alternative would be to move your code into a business method.
[Message sent by forum member 'ksak' (ksak)]
http://forums.java.net/jive/thread.jspa?messageID=306228