0 Replies Latest reply on Apr 16, 2002 11:47 AM by ditto

    java.lang.ClassCastException

    ditto

      hi folks,
      In my app i'm making a method call like this ...
      JCFGObjectStyle jcfgObjectStyle =configRemote.getObjectTypeStyles(objectType);

      It works very fine in WAS 3.5.2 but i'm getting java.lang.ClassCastException in JBoss 2.4.4.I tried like this also
      JCFGObjectStyle jcfgObjectStyle =(JCFGObjectStyle)configRemote.getObjectTypeStyles(objectType);
      still same exception.Any thoughts?

      Thanks,
      Ditto.