You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by Bhupendra Bhardwaj <bh...@apache.org> on 2006/12/14 10:12:08 UTC

encountering build failure (Unable to instantiate POJO 'class .....)

Hi,

I am encountering this error with the build today. Anyone else seeing this
error or I am missing something=

org.apache.maven.surefire.testset.TestSetFailedException: Unable to
instantiate POJO 'class org.apache.qpid.flow.ChannelFlowTest'; nested
exception is java.lang.InstantiationException: org.apache.qpid
.flow.ChannelFlowTest
java.lang.InstantiationException: org.apache.qpid.flow.ChannelFlowTest
        at java.lang.Class.newInstance0(Unknown Source)
        at java.lang.Class.newInstance(Unknown Source)
        at org.apache.maven.surefire.testset.PojoTestSet.<init>(
PojoTestSet.java:52)
        at
org.apache.maven.surefire.junit.JUnitDirectoryTestSuite.createTestSet
(JUnitDirectoryTestS
uite.java:61)
        at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.locateTestSets
(AbstractDirecto
ryTestSuite.java:93)
        at org.apache.maven.surefire.Surefire.createSuiteFromDefinition(
Surefire.java:147)
        at org.apache.maven.surefire.Surefire.run(Surefire.java:108)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at
org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(
SurefireBooter.java:22
5)
        at org.apache.maven.surefire.booter.SurefireBooter.main(
SurefireBooter.java:747)



Regards,
Bhupendra