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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...