3 Replies Latest reply on Aug 4, 2008 1:05 PM by manik

    The type Fqn is not generic; it cannot be parameterized with

    brucespringfield

      Strange error. Compiling the code from the passivation example from :

      D:\lib\JBossCache-all-2.0.0.GA\examples\PojoCache\passivation

      in Eclipse as a Dynamic Web Project.

      In StudentMaintTest.java :

      line 43 : cache1_.getCache().addCacheListener(listener_);

      get the error :

      The type Fqn is not generic; it cannot be parameterized with arguments <?>

      Can't seem to get around the error.