Created
May 9, 2012 09:12
-
-
Save Rikkola/2643203 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| java.lang.AssertionError: Rule Compilation error : [Rule name='r1'] | |
| org/drools/workitem/test/Rule_r1_4d2770b5c8fb4f6086e56e238202d4ba.java (2:41) : The import org.drools.process cannot be resolved | |
| org/drools/workitem/test/Rule_r1_4d2770b5c8fb4f6086e56e238202d4ba.java (2:85) : The import org.drools.process cannot be resolved | |
| org/drools/workitem/test/Rule_r1_4d2770b5c8fb4f6086e56e238202d4ba.java (2:182) : The import org.drools.process cannot be resolved | |
| org/drools/workitem/test/Rule_r1_4d2770b5c8fb4f6086e56e238202d4ba.java (7:499) : WorkItem cannot be resolved to a type | |
| org/drools/workitem/test/Rule_r1_4d2770b5c8fb4f6086e56e238202d4ba.java (7:517) : WorkItemImpl cannot be resolved to a type | |
| org/drools/workitem/test/Rule_r1_4d2770b5c8fb4f6086e56e238202d4ba.java (9:566) : DefaultWorkItemManager cannot be resolved to a type | |
| org/drools/workitem/test/Rule_r1_4d2770b5c8fb4f6086e56e238202d4ba.java (9:597) : DefaultWorkItemManager cannot be resolved to a type | |
| at org.junit.Assert.fail(Assert.java:93) | |
| at org.drools.command.RegisterWorkItemHandlerTest.testRegisterWorkItemHandlerWithStatelessSession(RegisterWorkItemHandlerTest.java:40) | |
| at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
| at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | |
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | |
| at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45) | |
| at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15) | |
| at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42) | |
| at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20) | |
| at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:263) | |
| at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68) | |
| at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47) | |
| at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231) | |
| at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60) | |
| at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229) | |
| at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50) | |
| at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222) | |
| at org.junit.runners.ParentRunner.run(ParentRunner.java:300) | |
| at org.junit.runner.JUnitCore.run(JUnitCore.java:157) | |
| at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:71) | |
| at com.intellij.rt.execution.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:202) | |
| at com.intellij.rt.execution.junit.JUnitStarter.main(JUnitStarter.java:63) | |
| at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
| at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | |
| at com.intellij.rt.execution.application.AppMain.main(AppMain.java:120) | |
| Process finished with exit code 255 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment