[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: JBAS-6518 - spaces in paths

adrian@jboss.org do-not-reply at jboss.com
Wed Feb 18 13:29:58 EST 2009


"adrian at jboss.org" wrote : 
  | The real issue is why it thinks the jar is a leaf, which I couldn't debug yesterday
  | because the codebases were majorly out-of-synch.

Actually that is not the problem. Now the codebase is no longer out-of-synch
I can properly debug it.

I added some more TRACE statements and you can see that
VFSUtils' manifest processing is not processing the paths properly

  | 2009-02-18 19:04:15,468 TRACE [org.jboss.deployers.vfs.plugins.structure.jar.JARStructure] (RMI TCP Connection(4)-127.0.0.1) Added context org.jboss.deployers.vfs.spi.
  | structure.StructureContext at f45574 from spaces.ear
  | 2009-02-18 19:04:15,468 TRACE [org.jboss.virtual.VFSUtils] (RMI TCP Connection(4)-127.0.0.1) Parsing Class-Path: ./spaces-lib.jar for spaces-ejb.jar parentPath=vfszip:
  | /home/ejort/jboss-head/testsuite/output/lib/dir with spaces/spaces.ear/
  | 2009-02-18 19:04:15,469 TRACE [org.jboss.virtual.VFSUtils] (RMI TCP Connection(4)-127.0.0.1) Unable to find es.ear/./spaces-lib.jar from FileHandler at 25523328[path= con
  | text=file:/home/ejort/jboss-head/testsuite/output/lib/dir%20with%20spaces/ real=file:/home/ejort/jboss-head/testsuite/output/lib/dir%20with%20spaces/]
  | 

Where it is the "vfsLibPath" that is getting cutoff in the wrong place because
the "parentURL" is not escaped properly.

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

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



More information about the jboss-dev-forums mailing list