[jboss-dev-forums] [Design of POJO Server] - Re: AbstractDeploymentUnit.getMetaDataFiles()

scott.stark@jboss.org do-not-reply at jboss.com
Thu Oct 19 01:48:05 EDT 2006


While testing this against jboss-head I ran into some unusual jars that don't have all the directory entries:


  | [starksm at succubus JBossMC]$ jar -tf /home/svn/JBossHead/jboss-head/build/output/jboss-5.0.0.Beta/server/default/lib/jpl-util.jar
  | META-INF/MANIFEST.MF
  | org/gjt/lindfors/util/BoundBuffer$1.class
  | org/gjt/lindfors/util/BoundBuffer.class
  | org/gjt/lindfors/util/EventGenerator.class
  | org/gjt/lindfors/util/EventGeneratorSupport$1.class
  | org/gjt/lindfors/util/EventGeneratorSupport.class
  | org/gjt/lindfors/util/Library.class
  | org/gjt/lindfors/util/LocalizationSupport$1.class
  | org/gjt/lindfors/util/LocalizationSupport.class
  | org/gjt/lindfors/util/Pair.class
  | org/gjt/lindfors/util/PluggableVisualizer.class
  | org/gjt/lindfors/util/strategy/VisualizerStrategy.class
  | org/gjt/lindfors/util/StreamReaderThread.class
  | org/gjt/lindfors/util/support/VisualizerSupport.class
  | org/gjt/lindfors/util/Trace.class
  | org/gjt/lindfors/util/TypeSupport.class
  | org/gjt/lindfors/util/Visualizable.class
  | org/
  | org/gjt/
  | org/gjt/lindfors/
  | org/gjt/lindfors/gui/
  | org/gjt/lindfors/gui/AboutDialog$CloseDialogAction.class
  | org/gjt/lindfors/gui/AboutDialog.class
  | 

a quick workaround is just to add these to the parent jar handler, but I'm not sure if this is going to work with the structured file handler logic. I'm testing this.


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

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



More information about the jboss-dev-forums mailing list