Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SUT planner -failed when the jar is not on Jsystem classpath #95

Closed
itaiag opened this issue May 6, 2013 · 1 comment
Closed

SUT planner -failed when the jar is not on Jsystem classpath #95

itaiag opened this issue May 6, 2013 · 1 comment
Labels

Comments

@itaiag
Copy link
Contributor

itaiag commented May 6, 2013

I get and error while trying to open the SUT planner.
the error is this : SUT Editor Fail
java.lang.ClassNotFoundException: org.jsystem.webdriver_so.WebDriverSystemObject
at jsystem.runner.loader.ExtendsTestCaseClassLoader.lookupClassData(ExtendsTestCaseClassLoader.java:156)
at jsystem.runner.loader.ExtendsTestCaseClassLoader.loadClass(ExtendsTestCaseClassLoader.java:128)
at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
at jsystem.treeui.suteditor.planner.SutTreeTableModel.createFullModel(SutTreeTableModel.java:220)
at jsystem.treeui.suteditor.planner.SutTreeTableModel.createFullModel(SutTreeTableModel.java:210)
at jsystem.treeui.suteditor.planner.SutTreeTableModel.createNewModel(SutTreeTableModel.java:171)
at jsystem.treeui.suteditor.planner.SutTreeDialog.buildAndShowDialog(SutTreeDialog.java:383)
at jsystem.treeui.suteditor.planner.SutTreeDialog.editSut(SutTreeDialog.java:551)
at jsystem.treeui.SutEditorManager$1.run(SutEditorManager.java:67)
after I put the webdriver-so by my self in the runner/lib folder the SUT Editor was opened without any issue.
in another words - the SUT planner will work only if the class you want to reflect on is in the Jsystem classpath (test project classpath is not good enough)

@itaiag
Copy link
Contributor Author

itaiag commented May 14, 2013

Closed due to not interesting.

@itaiag itaiag closed this as completed May 14, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant