Hide Forgot
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
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