Hi,I am sure I have had this problem before but I wondered if you could clarify. If I have 2 different webapps containing 2 singletons with the same simple name I get org.apache.openejb.assembler.classic.Assembler.createApplication Application cannot be deployed as it contains deployment-ids which are in use
if one is called com.example.MySingleton and the other is called com.example2.MySingleton then why do they clash? What is the best way to avoid this?
Matthew