0 Replies Latest reply on Mar 17, 2011 8:56 AM by zollicoffer

    Getting the current Classpath from JBoss 5.1 EJB

    zollicoffer

      In jboss 4.2.3 i was able to get the current classpath from the UnifiedClassLoader within a Stateless Session EJB  Seam Component ( this is a Seam application) - now we've upgraded to JBoss 5.1.0 and UnifiedClassLoader is no longer available.

      I was looking into the new Viritual Deployment Framework and trying to determine how to use that API.   Am I headed in the right direction?  Is there a place that documents how to use this ( chapter 6 is a little thin) or gives examples?