0 Replies Latest reply on Feb 9, 2012 8:30 AM by sabbirali

    @Asyncronous in JBoss 6.1

    sabbirali

      I am using @Asyncronous method in EJB3.1 in jboss 6.1

      its working fine

       

      When

      i use void return type

       

      But when i use Future<Map<String, ScheduleReturnVo>> as return type

      I got response as list of object LocalJvmSerializableFutureWrapper

      So i dont know how to read Map<String, ScheduleReturnVo> from that Future<?>.

       

      Because service return Map<String, ScheduleReturnVo> but i got Future<LocalJvmSerializableFutureWrapper>.

       

      Please reply me its issue or my fault if my fault then please help to get response

       

      Please reply asap.