Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
currently the code is
String[] packages = contextPath.split(":");
if (packages == null || packages.length == 0)
but if contextPath is "", then the pachages.length == 1 but pachages[0] == "", we should also throw exception for this case
[1] is discussion on mailing list for this issue
http://www.nabble.com/A-question-about-org.apache.servicemix.specs.jaxb-api-2.1-td24755350.html