Working good with my web app, and/so I got it running in production now, too! :)
I recognized that OpenWebBeans 1.2.1 snapshot (2013-05-28, i think) was added, too, and my app still seems to be running well. Earlier on (some weeks ago), I reported some issues that I had with OpenWebBeans (OWB) 1.2.1 snapshot, but since then, I made some changes in my 'user' session bean that seemed a bit more sensitive and resulted in NullPointerException because one of userBean's properties was always null (which was originally set by LoginFilter), but now i'm setting that userBean property after successful login (instead of, conditionally, on http request via loginFilter, if userbean property == null). Looking forward to endusers banging away on the app during office hours. Hint hint...also, this is my way of saying that the newly-released MyFaces 2.1.12 is working for me (but I know you still need to run tests against MyFaces 2.1.12). :)
