0 Replies Latest reply on Oct 10, 2006 4:53 AM by jagath

    URL Classloading in Jboss

    jagath

      Hi,

      I have a jar file which i am trying to load from outside the application context, which i am trying to load using URL Classloader, i am getting an exception if i try to cast to my application specific object, it's throwing ClassCastException.

      One strange thing is when load the class without any URLClassloader, like using Class.forName, by placing the class in the deploy folder then it's working fine, can you please suggest some solution incase if you have come across the same problem.