I know that David just fixed this error in the test suite but now we
have the same in the RestAPI.
<pre>java.lang.IllegalStateException: Attempted to use resource
bundles outside of an initialized S scope. S only usable when
initialized, such as during request processing. Did you call S.? from
Boot?
net.liftweb.http.S$.resourceBundles(S.scala:612)
net.liftweb.http.S$.$qmark(S.scala:638)
net.liftweb.http.S$.$qmark(S.scala:656)
org.apache.esme.api.RestAPI$.sendMsg(RestAPI.scala:290)
org.apache.esme.api.RestAPI$$anonfun$sendMsgWithToken$1$$anonfun$apply$61$$anonfun$apply$62.apply(RestAPI.scala:285)
Is there a way to fix this problem or should I delete all the S.? from
the Scala files that represent our various APIs?
D.