Sounds good. I'd like to correct one of my statements as well.
"The name of your EntityManager must match with the name in your connections string".
That is incorrect. In the generated code, there's a DataSourceKeyName attribute that is applied to the sub-typed EntityManager. And that key name is what DevForce searches in the config file for the connection string.
Sorry for the confusion.