You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by Jean-Sebastien Delfino <js...@apache.org> on 2007/02/21 21:34:30 UTC

Moved testing/sca/itest/wsdl module out of the stable profile

I moved the testing/sca/itest/wsdl module out of the "stable" profile, 
to reflect the fact these integration tests currently fail and break the 
stable build.

They can still be built with mvn -Pintegration and come back to the 
"stable" profile as soon as they pass again.

-- 
Jean-Sebastien


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


Re: Moved testing/sca/itest/wsdl module out of the stable profile

Posted by Jean-Sebastien Delfino <js...@apache.org>.
ant elder wrote:
> They work for me, what problem do you see?
>
>   ...ant
>
> On 2/21/07, Jean-Sebastien Delfino <js...@apache.org> wrote:
>>
>> I moved the testing/sca/itest/wsdl module out of the "stable" profile,
>> to reflect the fact these integration tests currently fail and break the
>> stable build.
>>
>> They can still be built with mvn -Pintegration and come back to the
>> "stable" profile as soon as they pass again.
>>
>> -- 
>> Jean-Sebastien
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
>> For additional commands, e-mail: tuscany-dev-help@ws.apache.org
>>
>>
>

Running org.apache.tuscany.sca.itest.WSDLTestCase
log4j:WARN No appenders could be found for logger 
(org.apache.axiom.om.util.StAXUtils).
log4j:WARN Please initialize the log4j system properly.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.436 sec
Running org.apache.tuscany.sca.itest.SDOWSDLTestCase
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 2.045 
sec <<< FAILURE!
testClient1a2a3a4a(org.apache.tuscany.sca.itest.SDOWSDLTestCase)  Time 
elapsed: 2.01 sec  <<< ERROR!
java.lang.IllegalStateException: java.lang.NullPointerException
        at org.apache.tuscany.api.SCAContainer.start(SCAContainer.java:146)
        at org.apache.tuscany.test.SCATestCase.setUp(SCATestCase.java:45)
        at 
org.apache.tuscany.sca.itest.SDOWSDLTestCase.setUp(SDOWSDLTestCase.java:69)
        at junit.framework.TestCase.runBare(TestCase.java:125)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.framework.TestResult.run(TestResult.java:109)
        at junit.framework.TestCase.run(TestCase.java:118)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at 
org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:210)
        at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:135)
        at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:122)
        at org.apache.maven.surefire.Surefire.run(Surefire.java:129)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at 
org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:225)
        at 
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:747)
Caused by: java.lang.NullPointerException
        at 
org.apache.tuscany.core.builder.ConnectorImpl.connect(ConnectorImpl.java:205)
        at 
org.apache.tuscany.core.builder.ConnectorImpl.connect(ConnectorImpl.java:432)
        at 
org.apache.tuscany.core.builder.ConnectorImpl.connect(ConnectorImpl.java:339)
        at 
org.apache.tuscany.core.builder.ConnectorImpl.handleService(ConnectorImpl.java:546)
        at 
org.apache.tuscany.core.builder.ConnectorImpl.connect(ConnectorImpl.java:92)
        at 
org.apache.tuscany.spi.extension.CompositeComponentExtension.prepare(CompositeComponentExtension.java:363)
        at 
org.apache.tuscany.core.deployer.DeployerImpl.deploy(DeployerImpl.java:108)
        at 
org.apache.tuscany.core.launcher.LauncherImpl.bootApplication(LauncherImpl.java:215)
        at 
org.apache.tuscany.core.bootstrap.DefaultSCAContainer.startup(DefaultSCAContainer.java:110)
        at org.apache.tuscany.api.SCAContainer.start(SCAContainer.java:144)
        ... 23 more

-- 
Jean-Sebastien


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


Re: Moved testing/sca/itest/wsdl module out of the stable profile

Posted by Luciano Resende <lu...@gmail.com>.
I was getting this, probably same as Sebastien....

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.tuscany.sca.itest.WSDLTestCase
log4j:WARN No appenders could be found for logger (
org.apache.axiom.om.util.StAXUtils).
log4j:WARN Please initialize the log4j system properly.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.544 sec
Running org.apache.tuscany.sca.itest.SDOWSDLTestCase
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 2.023 sec
<<< FAILURE!
testClient1a2a3a4a(org.apache.tuscany.sca.itest.SDOWSDLTestCase)  Time
elapsed: 1.993 sec  <<< ERROR!
java.lang.IllegalStateException: java.lang.NullPointerException
        at org.apache.tuscany.api.SCAContainer.start(SCAContainer.java:145)
        at org.apache.tuscany.test.SCATestCase.setUp(SCATestCase.java:45)
        at org.apache.tuscany.sca.itest.SDOWSDLTestCase.setUp(
SDOWSDLTestCase.java:69)
        at junit.framework.TestCase.runBare(TestCase.java:125)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.framework.TestResult.run(TestResult.java:109)
        at junit.framework.TestCase.run(TestCase.java:118)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(
NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(
DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.apache.maven.surefire.junit.JUnitTestSet.execute(
JUnitTestSet.java:210)
        at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(
AbstractDirectoryTestSuite.java:135)
        at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(
AbstractDirectoryTestSuite.java:122)
        at org.apache.maven.surefire.Surefire.run(Surefire.java:129)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(
NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(
DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at
org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(
SurefireBooter.java:288)
        at org.apache.maven.surefire.booter.SurefireBooter.main(
SurefireBooter.java:816)
Caused by: java.lang.NullPointerException
        at org.apache.tuscany.core.builder.ConnectorImpl.connect(
ConnectorImpl.java:205)
        at org.apache.tuscany.core.builder.ConnectorImpl.connect(
ConnectorImpl.java:432)
        at org.apache.tuscany.core.builder.ConnectorImpl.connect(
ConnectorImpl.java:339)
        at org.apache.tuscany.core.builder.ConnectorImpl.handleService(
ConnectorImpl.java:546)
        at org.apache.tuscany.core.builder.ConnectorImpl.connect(
ConnectorImpl.java:92)
        at
org.apache.tuscany.spi.extension.CompositeComponentExtension.prepare(
CompositeComponentExtension.java:363)
        at org.apache.tuscany.core.deployer.DeployerImpl.deploy(
DeployerImpl.java:108)
        at org.apache.tuscany.core.launcher.LauncherImpl.bootApplication(
LauncherImpl.java:215)
        at org.apache.tuscany.core.bootstrap.DefaultSCAContainer.startup(
DefaultSCAContainer.java:107)
        at org.apache.tuscany.api.SCAContainer.start(SCAContainer.java:143)
        ... 23 more
        ... 23 more


Results :

Tests in error:
  testClient1a2a3a4a(org.apache.tuscany.sca.itest.SDOWSDLTestCase)


On 2/21/07, ant elder <an...@gmail.com> wrote:
>
> They work for me, what problem do you see?
>
>    ...ant
>
> On 2/21/07, Jean-Sebastien Delfino <js...@apache.org> wrote:
> >
> > I moved the testing/sca/itest/wsdl module out of the "stable" profile,
> > to reflect the fact these integration tests currently fail and break the
> > stable build.
> >
> > They can still be built with mvn -Pintegration and come back to the
> > "stable" profile as soon as they pass again.
> >
> > --
> > Jean-Sebastien
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
> > For additional commands, e-mail: tuscany-dev-help@ws.apache.org
> >
> >
>



-- 
Luciano Resende
http://people.apache.org/~lresende

Re: Moved testing/sca/itest/wsdl module out of the stable profile

Posted by ant elder <an...@gmail.com>.
They work for me, what problem do you see?

   ...ant

On 2/21/07, Jean-Sebastien Delfino <js...@apache.org> wrote:
>
> I moved the testing/sca/itest/wsdl module out of the "stable" profile,
> to reflect the fact these integration tests currently fail and break the
> stable build.
>
> They can still be built with mvn -Pintegration and come back to the
> "stable" profile as soon as they pass again.
>
> --
> Jean-Sebastien
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: tuscany-dev-help@ws.apache.org
>
>