-
Bug
-
Resolution: Obsolete
-
Major
-
JBossAS-5.1.0.GA
-
None
-
WinXP, jdk 1.6.0u13
Hi,
I have an exploded EAR, it contains one JAR with session beans. This JAR has the MANIFEST.MF, with Class-Path entry referencing two more JARs (plain JARs, not beans). When this Class-Path entry is not finished by a new line character, then deployment fails due to the java.lang.ClassNotFoundException. When I have added the new line after the Class-Path entry, then everything goes fine.