Benson, When you set up the project in eclipse. When you typed 'mvn install -Pfastinstall -fn', there was an error in the corba setup. At the time, I had thought that I needed to put the CORBA plugin into eclipse, so I pulled it down from online, but that was not the error. You actually needed to run the command that I just listed twice, for whatever reason. I think that that might fix your problem.
Ryan On Mon, Apr 25, 2011 at 5:32 PM, Benson Margulies <bimargul...@gmail.com>wrote: > More detail: > > Failed tests: > > > testFixedBindingGeneration(org.apache.cxf.tools.corba.processors.WSDLToCorbaBindingTest): > expected:<[fixed_1]> but was:<[any]> > > > testCORBABindingGeneration(org.apache.cxf.tools.corba.processors.WSDLToCorbaBindingTest): > expected:<{http://cxf.apache.org/bindings/corba}any> but > was:<{http://cxf.apache.org/bindings/corba}string> > > Tests in error: > > > testSequenceType(org.apache.cxf.tools.corba.processors.WSDLToCorbaBindingTest): > org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl cannot be cast to > org.apache.cxf.binding.corba.wsdl.Fixed > > > > On Mon, Apr 25, 2011 at 6:22 PM, Benson Margulies <bimargul...@gmail.com> > wrote: > > [ERROR] > > [ERROR] Please refer to > > /Users/benson/asf/cxf/tools/corba/target/surefire-reports for the > > individual test results. > > [ERROR] -> [Help 1] > > [ERROR] > > [ERROR] To see the full stack trace of the errors, re-run Maven with > > the -e switch. > > [ERROR] Re-run Maven using the -X switch to enable full debug logging. > > [ERROR] > > [ERROR] For more information about the errors and possible solutions, > > please read the following articles: > > [ERROR] [Help 1] > > http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException > > [ERROR] > > [ERROR] After correcting the problems, you can resume the build with the > command > > [ERROR] mvn <goals> -rf :cxf-tools-corba > > >