Re: Accessing bitcoinj via a thread that has not had any context set on it" in bitcoinj 0.14.4

2017-05-07 Thread Andreas Schildbach
The documentation about the Context class is here: https://bitcoinj.github.io/contexts And there is also some Javadoc. Sorry, I can't answer your Spring question right now. On 04/30/2017 03:27 PM, Alexander Oleinik wrote: > Hi, I'm trying to run bitcoinj in a spring-based app within a

Accessing bitcoinj via a thread that has not had any context set on it" in bitcoinj 0.14.4

2017-04-30 Thread Alexander Oleinik
Hi, I'm trying to run bitcoinj in a spring-based app within a separate class marked as @Service . When I make any Wallet's method invocation from another class (marked as @RestController in my case), I constantly get this