ClassCastException while loading XMI resource from EMF model There should be an error there then. You may want to edit my answer to include that information and mark it as accepted so others can benefit from it. Or you can answer your own question!
inexplicable change in variable value That's right, static variables are just the opposite of what you think. From K&R: "the static declaration, applied to an external variable or function, limits the scope of that object to the rest of the source file being compiled."