04-26-2010 12:17 PM
Well,
If you read the doc on Content Handlers...it will tell you to use different IDs to avoid conflicts
between apps...
What IT DOES SAY is that if you use the same class - there's a conflict as well - Even if it is
different instance...
So - if you have a universal content handler class and it is not a shared library cod - and even
though different instances in different apps - you cannot use the same class name. This sucks
because now you need to come up with a unique name for each app...which defeats the purpose
of common code.
And yes, this is 100 percent reproducible....