[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: Silent failover on broken jar file
alesj
do-not-reply at jboss.com
Tue Mar 11 11:06:17 EDT 2008
"alesj" wrote : "scott.stark at jboss.org" wrote : Not being able to create a JarHandler can mean its an unpacked jar or a corrupt archive. How do you tell the difference?
| |
| I think we should be able to check for an unpacked jar pretty easily, right?
|
But we already do that:
| if (file.isFile() && JarUtils.isArchive(file.getName()))
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4135647#4135647
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4135647
More information about the jboss-dev-forums
mailing list