[jboss-dev-forums] [Design the new POJO MicroContainer] - EARStructure not recognizing .ear archives
alesj
do-not-reply at jboss.com
Tue Mar 11 08:17:16 EDT 2008
Is there a reason why EARStructure doesn't recognize top level archive as an ear?
We have this as the top check:
| if (file.isLeaf() == true || file.getName().endsWith(".ear") == false)
| return false;
|
At least .ear archives should be checked.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4135587#4135587
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4135587
More information about the jboss-dev-forums
mailing list