Having the same package in two different bundles, but the classes are different. Ex : two bundles has same package x.y.z but classes are different. Bundle 1 : x.y.z.ClassABundle 2 : x.y.z.ClassBNow I am trying to use this classes in JSP files , it is throwing me the error Caused by: org...