Hi

I came across this thread after battling with the same problem of trying to run a transaction in a @PostConstruct method. I managed to get a transaction to run if I annotated the Interface method of the service I am calling from within the PostConstruct method instead of the concrete class.

Jon