1 Reply Latest reply on Jun 9, 2006 7:34 PM by bdecoste

    Class cast    LOST IN using LOCAL BEANS

      I DEFINE A SERVICE BEAN CONTAINING A HASHMAP
      Hashmap <String,_class> = new HashMAP<String,_class>()


      always the casting defintion is passed in the operation


      As I pass the HashMAP from the bean to the service
      the casting defintion of the items is corrupted
      it can not even be corrected by explicit casting
      although the data content is correct !!!!!!!!!!!

      AS I define and create the HashMap in the calling service
      the classCasting is 100%


      I've the impression that CLASSCASTING STINKS in JBOSS


      any remarks ????