-
Bug
-
Resolution: Won't Do
-
Trivial
-
6.5.0.Final
-
None
-
-
NEW
-
NEW
When i'm try read a drl file from a xml, i'm getting a path error coz i'm don't have a recurse folder on my project. Even i'm use absolute path for the file.
Load from absolute path.
(java.lang.IllegalArgumentException) java.lang.IllegalArgumentException: The scoreDrl (C:\Users\pedro\Documents\NetBeansProjects\Opmz\src\main\java\br\com\quadrisistem\opmz\solver\OpmizerRules.drl) does not exist as a classpath resource in the classLoader (sun.misc.Launcher$AppClassLoader@18b4aac2).
Load as example with "\"
(java.lang.IllegalArgumentException) java.lang.IllegalArgumentException: The scoreDrl (br\com\quadrisistem\opmz\solver\ScoreRules.drl) does not exist as a classpath resource in the classLoader (sun.misc.Launcher$AppClassLoader@18b4aac2).
Load as example with "/"
(java.lang.IllegalArgumentException) java.lang.IllegalArgumentException: The scoreDrl (br/com/quadrisistem/opmz/solver/ScoreRules.drl) does not exist as a classpath resource in the classLoader (sun.misc.Launcher$AppClassLoader@18b4aac2).
Only file.
(java.lang.IllegalArgumentException) java.lang.IllegalArgumentException: The scoreDrl (ScoreRules.drl) does not exist as a classpath resource in the classLoader (sun.misc.Launcher$AppClassLoader@18b4aac2).