I\'ve got some Objectify test code running in JUnit and I\'m getting this error:
java.lang.IllegalStateException: You have not started an Objectify context.
I also had this issue and noticed that I had not added the ObjectifyFilter to my web.xml
ObjectifyFilter com.googlecode.objectify.ObjectifyFilter ObjectifyFilter /*
I also had to include Objectify and guava jars in my WEB-INF>lib directory and include them in my build path.