1 Reply Latest reply on Jun 18, 2008 7:02 AM by thejavafreak

    Facelets doesn't have access to classes loaded by the dev ClassLoader

    dro_k

      When I try to define a function (as described in My Link) I get ClassNotFoundException on the Class if I use the dev classloader.


      Basically, any classes that are loaded by the WEB-INF/dev ClassLoader are not accessible by facelets. I confirmed this by removing

      action.dir=WEB-INF/dev

      from build-dev.properties, which just makes ant copy all the file to WEB-INF classes, and things work fine but that kills the HotDeploy.


      I am using exploded war deploy method with JBoss 4.2.2.GA.


      Thanks,


      Drew