I apologize if you received an earlier version of this message. I am resubmitting it because the earlier ones do not seem to have gone through.
Apparently, WebLogicDeploymentTool has a dependency on the order of deployment descriptors: it fails if weblogic-ejb-jar.xml precedes ejb-jar.xml. On some platforms, this never happens, because DirectoryScanner returns matching files in alphabetic order, but on Unix, they are returned in inode order. This patch orders the files returned by DirectoryScanner so that they work with WebLogicDeploymentTool.
ejbjar.patch
Description: ejbjar.patch
