[jboss-dev-forums] [Design of OSGi Integration] - Re: Logging and Exception Handling

johnbailey do-not-reply at jboss.com
Fri Feb 29 10:51:26 EST 2008


I am using the VFSDeploymentUnit.getFile method.


  |       VirtualFile returnFile = null;
  |       if (unit instanceof VFSDeploymentUnit)
  |       {
  |          VFSDeploymentUnit vfsUnit = VFSDeploymentUnit.class.cast(unit);
  |          returnFile = vfsUnit.getFile(filePath);
  |       }
  | 



View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4133263#4133263

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4133263



More information about the jboss-dev-forums mailing list