Bug 1012734
| Summary: | ordermgmt/app demo does not work | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Fuse Service Works 6 | Reporter: | Jiri Pechanec <jpechane> |
| Component: | Examples | Assignee: | Nick Cross <ncross> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Jiri Sedlacek <jsedlace> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.0.0 GA | CC: | atangrin, oskutka, soa-p-jira |
| Target Milestone: | ER4 | ||
| Target Release: | 6.0.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | Type: | Bug | |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
This issue blocks almost all RTGov QS The test client runs as expected in the rtgov product branch. So I believe this is as a result of the productisation changes - possibly tests are normally disabled by default, and therefore the supporting switchyard test classes were not included in the list of dependencies. Reassigning to prod team. Should be fixed in the next ER4. Tests are no longer disabled Verified in ER4 04-Oct-2013 04:44 |
The ordermgmt/app cannot be executed. The are at least two issues 1) The pom files disable tests. OrderClient is in test directory so when a user runs mvn exec:java then he gets CNFE 2) If manually overriden and tests are built then there are missing dependencies as there is another CNFE at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.codehaus.mojo.exec.ExecJavaMojo$1.run(ExecJavaMojo.java:297) at java.lang.Thread.run(Thread.java:724) Caused by: java.lang.NoClassDefFoundError: org/switchyard/component/test/mixins/http/HTTPMixIn at org.overlord.rtgov.quickstarts.demos.orders.OrdersClient.main(OrdersClient.java:51) ... 6 more Caused by: java.lang.ClassNotFoundException: org.switchyard.component.test.mixins.http.HTTPMixIn at java.net.URLClassLoader$1.run(URLClassLoader.java:366) at java.net.URLClassLoader$1.run(URLClassLoader.java:355) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:354) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ... 7 more