Hi,

By reading the code (org.apache.tuscany.core.implementation.composite.AbstractCompositeContext.getInboundWire), the exception can not be thrown unless "org.apache.tuscany.core.implementation.composite.ReferenceImpl" is not an instance of "org.apache.tuscany.spi.component.Reference" which is against the fact that ReferenceImpl implements Reference. One possibility is that the two classes are loaded by two different classloaders. I guess we need the test case to debug.

Thanks,
Raymond


----- Original Message ----- From: "Hasan Muhammad" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Sunday, January 07, 2007 9:32 PM
Subject: Re: Using ITest Plugin framework for bindings testcase and tomcat produces Init.eager() error


Hi Jim,

Thanks for the help.. I am able to go furthur but i think i am stuck in a
design issue. I dont know what is wrong in the following scenario. I have
two composites that are war files and are being deployed on tomcat using the cargo plugin. I have a client jar file which contains the testcase. So i am trying to do a simple ping test to the two composites over WS bindings. I am
not sure if this is correct.. But my client jar file has a scdl which
specifies a reference to the service offered by one composite. When i run
the testcase, it gives me the following error. I tried to attach my testcase
dir as a zip but the mail got rejected as spam.

Test set: org.apache.tuscany.sca.itest.WSBindingsITest
-------------------------------------------------------------------------------
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.11 sec <<<
FAILURE!
testOneHopPing(org.apache.tuscany.sca.itest.WSBindingsITest) Time elapsed:
0.016 sec  <<< ERROR!
org.osoa.sca.ServiceRuntimeException: Invalid service type [
org.apache.tuscany.core.implementation.composite.ReferenceImpl ]
   at
org.apache.tuscany.core.implementation.composite.AbstractCompositeContext.getInboundWire
(AbstractCompositeContext.java:110)
   at
org.apache.tuscany.core.implementation.composite.AbstractCompositeContext.locateService(
AbstractCompositeContext.java:72)
   at org.apache.tuscany.sca.itest.WSBindingsITest.setUp(
WSBindingsITest.java:50)
   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:64)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(
DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:615)
   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.tuscany.sca.plugin.itest.TuscanyITestMojo.run(
TuscanyITestMojo.java:122)
   at org.apache.tuscany.sca.plugin.itest.TuscanyITestMojo.runSurefire(
TuscanyITestMojo.java :88)
   at org.apache.tuscany.sca.plugin.itest.TuscanyITestMojo.execute(
TuscanyITestMojo.java:77)
   at org.apache.maven.plugin.DefaultPluginManager.executeMojo(
DefaultPluginManager.java:412)
   at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals (
DefaultLifecycleExecutor.java:534)
   at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle
(DefaultLifecycleExecutor.java:475)
   at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal (
DefaultLifecycleExecutor.java:454)
   at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures
(DefaultLifecycleExecutor.java:306)
   at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments (
DefaultLifecycleExecutor.java:273)
   at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(
DefaultLifecycleExecutor.java:140)
   at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322)
   at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115)
   at org.apache.maven.cli.MavenCli.main(MavenCli.java:256)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke (
NativeMethodAccessorImpl.java:64)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(
DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:615)
   at org.codehaus.classworlds.Launcher.launchEnhanced (Launcher.java:315)
   at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
   at org.codehaus.classworlds.Launcher.main(Launcher.java :375)


On 1/8/07, Hasan Muhammad <[EMAIL PROTECTED]> wrote:

Hi Jim,

Thanks for the help.. I am able to go furthur but i think i am stuck in a
design issue. I dont know what is wrong in the following scenario. I have
two composites that are war files and are being deployed on tomcat using the cargo plugin. I have a client jar file which contains the testcase. So i am trying to do a simple ping test to the two composites over WS bindings. I am
not sure if this is correct.. But my client jar file has a scdl which
specifies a reference to the service offered by one composite. When i run
the testcase, it gives me the following error. I have also attached my
testcase zip.

Test set: org.apache.tuscany.sca.itest.WSBindingsITest

-------------------------------------------------------------------------------
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.11 sec
<<< FAILURE!
testOneHopPing(org.apache.tuscany.sca.itest.WSBindingsITest)  Time
elapsed: 0.016 sec  <<< ERROR!
org.osoa.sca.ServiceRuntimeException: Invalid service type [
org.apache.tuscany.core.implementation.composite.ReferenceImpl ]
    at
org.apache.tuscany.core.implementation.composite.AbstractCompositeContext.getInboundWire
(AbstractCompositeContext.java:110)
    at
org.apache.tuscany.core.implementation.composite.AbstractCompositeContext.locateService(
AbstractCompositeContext.java:72)
    at org.apache.tuscany.sca.itest.WSBindingsITest.setUp(
WSBindingsITest.java:50)
    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:64)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(
DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:615)
    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.tuscany.sca.plugin.itest.TuscanyITestMojo.run(
TuscanyITestMojo.java:122)
    at org.apache.tuscany.sca.plugin.itest.TuscanyITestMojo.runSurefire(
TuscanyITestMojo.java :88)
    at org.apache.tuscany.sca.plugin.itest.TuscanyITestMojo.execute(
TuscanyITestMojo.java:77)
    at org.apache.maven.plugin.DefaultPluginManager.executeMojo(
DefaultPluginManager.java:412)
    at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals (
DefaultLifecycleExecutor.java:534)
    at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle
(DefaultLifecycleExecutor.java:475)
    at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal (
DefaultLifecycleExecutor.java:454)
    at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures
(DefaultLifecycleExecutor.java:306)
    at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments (
DefaultLifecycleExecutor.java:273)
    at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(
DefaultLifecycleExecutor.java:140)
    at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322)
    at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115)
    at org.apache.maven.cli.MavenCli.main(MavenCli.java:256)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (
NativeMethodAccessorImpl.java:64)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(
DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:615)
    at org.codehaus.classworlds.Launcher.launchEnhanced (Launcher.java
:315)
    at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
    at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java
:430)
    at org.codehaus.classworlds.Launcher.main(Launcher.java :375)

On 1/7/07, Jim Marino <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> Somewhere your main system scdl is out of date.
> ModuleScopeObjectFactory has been renamed to
> CompositeScopeObjectFactory. You will need to update the scdl.
>
> Jim
>
> On Jan 7, 2007, at 3:56 PM, Hasan Muhammad wrote:
>
> > Actually i checked furthur.. That class does not even exist in the
> > revision
> > that i have which is 493223.. Any help ?
> >
> > On 1/7/07, Hasan Muhammad < [EMAIL PROTECTED]> wrote:
> >>
> >> Ok.. I did a clean and reran the whole thing.. I am past that
> >> error now..
> >> Thanks Jim.. Now i am getting a missingResourceException Caused by:
> >> java.lang.ClassNotFoundException:
> >> org.apache.tuscany.core.component.scope.ModuleScopeObjectFactory .. > >> A
> >> m i
> >> missing something to be included as extentions in my pom file for
> >> the war
> >> file..
> >>
> >> regards Hasan
> >>
> >> [INFO] [cargo:start {execution: start-container}]
> >> [INFO] [talledLocalContainer] Tomcat 5.5.20 starting...
> >> [INFO] [CopyingLocalDeployer] Deploying
> >> [C:\SDO2\Tuscany\java\testing\sca\itest\
> >> bindingsTest\bindingscomposite\target\bindingscomposite-
> >> SNAPSHOT.war] to
> >> [C:\SDO
> >> 2\Tuscany\java\testing\sca\itest\bindingsTest\bindingsclient\target
> >> \tomcat5x\web
> >>
> >> apps]...
> >> [INFO] [CopyingLocalDeployer] Deploying
> >> [C:\SDO2\Tuscany\java\testing\sca\itest\
> >> bindingsTest\bindingsutility\target\bindingsutility-SNAPSHOT.war] to
> >> [C:\SDO2\Tu
> >> scany\java\testing\sca\itest\bindingsTest\bindingsclient\target
> >> \tomcat5x\webapps
> >>
> >> ]...
> >> [INFO] [talledLocalContainer] Tomcat 5.5.20 started on port [8080]
> >> [WARNING] Component returned which is not the same manager. Ignored.
> >> component=o
> >> [EMAIL PROTECTED]
> >> e
> >> [INFO] [tuscany-itest:start {execution: start}]
> >> [INFO] Starting Tuscany...
> >> [INFO] file:/C:/Documents and
> >> Settings/Administrator/.m2/repository/org/apache/t
> >> uscany/sca/services/databinding/databinding-sdo/1.0-incubator-
> >> SNAPSHOT/databindi
> >>
> >> ng-sdo-1.0-incubator-SNAPSHOT.jar
> >> [INFO] file:/C:/Documents and
> >> Settings/Administrator/.m2/repository/org/apache/t
> >> uscany/sca/services/bindings/axis2/1.0-incubator-SNAPSHOT/axis2-
> >> 1.0-incubator-SN
> >> APSHOT.jar
> >> org.apache.tuscany.spi.loader.MissingResourceException: Missing
> >> resource
> >>         at org.apache.tuscany.spi.loader.LoaderUtil.loadClass(
> >> LoaderUtil.java:73
> >> )
> >>         at
> >> org.apache.tuscany.core.implementation.system.loader.SystemImplementa
> >> tionLoader.load(SystemImplementationLoader.java:58)
> >>         at
> >> org.apache.tuscany.core.implementation.system.loader.SystemImplementa
> >> tionLoader.load(SystemImplementationLoader.java :43)
> >>         at org.apache.tuscany.core.loader.LoaderRegistryImpl.load
> >> (LoaderRegistry
> >> Impl.java:84)
> >>         at
> >> org.apache.tuscany.core.loader.ComponentLoader.loadImplementation(Com
> >> ponentLoader.java:199)
> >>         at org.apache.tuscany.core.loader.ComponentLoader.load(
> >> ComponentLoader.j
> >> ava:111)
> >>         at org.apache.tuscany.core.loader.ComponentLoader.load (
> >> ComponentLoader.j
> >> ava:80)
> >>         at org.apache.tuscany.core.loader.LoaderRegistryImpl.load
> >> (LoaderRegistry
> >> Impl.java:84)
> >>         at
> >> org.apache.tuscany.core.implementation.composite.CompositeLoader.load
> >> (CompositeLoader.java:91)
> >>         at
> >> org.apache.tuscany.core.implementation.composite.CompositeLoader.load
> >> (CompositeLoader.java:65)
> >>         at org.apache.tuscany.core.loader.LoaderRegistryImpl.load
> >> (LoaderRegistry
> >> Impl.java:84)
> >>         at org.apache.tuscany.core.loader.LoaderRegistryImpl.load
> >> (LoaderRegistry
> >> Impl.java:102)
> >>         at
> >> org.apache.tuscany.core.implementation.system.loader.SystemCompositeC
> >> omponentTypeLoader.loadFromSidefile(
> >> SystemCompositeComponentTypeLoader.java:68)
> >>         at
> >> org.apache.tuscany.core.implementation.system.loader.SystemCompositeC
> >> omponentTypeLoader.load(SystemCompositeComponentTypeLoader.java :59)
> >>         at
> >> org.apache.tuscany.core.implementation.system.loader.SystemCompositeC
> >> omponentTypeLoader.load (SystemCompositeComponentTypeLoader.java:38)
> >>         at
> >> org.apache.tuscany.core.loader.LoaderRegistryImpl.loadComponentType > >> (
> >> L
> >> oaderRegistryImpl.java:156)
> >>         at org.apache.tuscany.core.deployer.DeployerImpl.load(
> >> DeployerImpl.java:
> >> 117)
> >>         at org.apache.tuscany.core.deployer.DeployerImpl.deploy(
> >> DeployerImpl.jav
> >> a:88)
> >>         at
> >> org.apache.tuscany.core.runtime.AbstractRuntime.deploySystemScdl(Abst
> >> ractRuntime.java:122)
> >>         at
> >> org.apache.tuscany.sca.plugin.itest.MavenEmbeddedRuntime.initialize(M
> >> avenEmbeddedRuntime.java:109)
> >>         at
> >> org.apache.tuscany.sca.plugin.itest.TuscanyStartMojo.execute
> >> (TuscanyS
> >> tartMojo.java:296)
> >>         at org.apache.maven.plugin.DefaultPluginManager.executeMojo
> >> (DefaultPlugi
> >> nManager.java:412)
> >>         at
> >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defa
> >> ultLifecycleExecutor.java:534)
> >>         at
> >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLi
> >> fecycle(DefaultLifecycleExecutor.java :475)
> >>         at
> >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal
> >> (Defau
> >> ltLifecycleExecutor.java:454)
> >>         at
> >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHan
> >> dleFailures( DefaultLifecycleExecutor.java :306)
> >>         at
> >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegmen
> >> ts(DefaultLifecycleExecutor.java:273)
> >>         at
> >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLi
> >> fecycleExecutor.java:140)
> >>         at org.apache.maven.DefaultMaven.doExecute
> >> (DefaultMaven.java:322)
> >>         at org.apache.maven.DefaultMaven.execute(DefaultMaven.java :
> >> 115)
> >>         at org.apache.maven.cli.MavenCli.main (MavenCli.java:256)
> >>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
> >> Method)
> >>         at sun.reflect.NativeMethodAccessorImpl.invoke
> >> (NativeMethodAccessorImpl.
> >> java:64)
> >>         at sun.reflect.DelegatingMethodAccessorImpl.invoke
> >> (DelegatingMethodAcces
> >> sorImpl.java:43)
> >>         at java.lang.reflect.Method.invoke (Method.java:615)
> >>         at org.codehaus.classworlds.Launcher.launchEnhanced
> >> (Launcher.java
> >> :315)
> >>         at org.codehaus.classworlds.Launcher.launch (Launcher.java:
> >> 255)
> >>         at org.codehaus.classworlds.Launcher.mainWithExitCode(
> >> Launcher.java:430)
> >>
> >>         at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
> >> Caused by: java.lang.ClassNotFoundException :
> >> org.apache.tuscany.core.component.s
> >> cope.ModuleScopeObjectFactory
> >>         at java.lang.Class.forName(Class.java:164)
> >>         at org.apache.tuscany.spi.loader.LoaderUtil.loadClass (
> >> LoaderUtil.java:71
> >> )
> >>         ... 38 more
> >>
> >> On 1/7/07, Jim Marino <[EMAIL PROTECTED]> wrote:
> >> >
> >> > Hi,
> >> >
> >> > I looks as if you need to build the spec/sca project as it is
> >> out of
> >> > sync in your local repository. @Init was changed to no longer have
> >> > the "eager" attribute, which has been replaced by a new > >> > annotation,
> >> > @EagerInit.
> >> >
> >> > Jim
> >> >
> >> > On Jan 7, 2007, at 3:17 PM, Hasan Muhammad wrote:
> >> >
> >> > > Hi,
> >> > >
> >> > > I am trying to develop a bindings test case to be run from the
> >> > > itest plugin
> >> > > framework. So i am using tomcat to deploy by wars. I am
> >> getting the
> >> > > following error when running the testcases from revision
> >> r493223. I
> >> > > know
> >> > > others have been getting a NullPointerException.. Can anyone
> >> please
> >> > > help.
> >> > >
> >> > > regards Hasan
> >> > >
> >> > > [INFO] [talledLocalContainer] Tomcat 5.5.20 started on port
> >> [8080]
> >> > > [INFO] [tuscany-itest:start {execution: start}]
> >> > > [INFO] Starting Tuscany...
> >> > > [INFO] file:/C:/Documents and
> >> > > Settings/Administrator/.m2/repository/org/apache/t
> >> > > uscany/sca/services/databinding/databinding-sdo/1.0-incubator-
> >> > > SNAPSHOT/databindi
> >> > > ng-sdo-1.0-incubator-SNAPSHOT.jar
> >> > > [INFO] file:/C:/Documents and
> >> > > Settings/Administrator/.m2/repository/org/apache/t
> >> > > uscany/sca/services/bindings/axis2/1.0-incubator-SNAPSHOT/axis2-
> >> > > 1.0-incubator-SN
> >> > > APSHOT.jar
> >> > > [INFO]
> >> > >
> >> ---------------------------------------------------------------------
> >> -
> >> > > --
> >> > > [ERROR] FATAL ERROR
> >> > > [INFO]
> >> > >
> >> ---------------------------------------------------------------------
> >> -
> >> > > --
> >> > > [INFO] org/osoa/sca/annotations/Init.eager()Z
> >> > > [INFO]
> >> > >
> >> ---------------------------------------------------------------------
> >> -
> >> >
> >> > > --
> >> > > [INFO] Trace
> >> > > java.lang.NoSuchMethodError: org/osoa/sca/annotations/
> >> Init.eager()Z
> >> > >        at org.apache.tuscany.core
> >> > > .implementation.processor.InitProcessor.visitM
> >> > > ethod(InitProcessor.java :61)
> >> > >        at
> >> > >
> >> org.apache.tuscany.core.implementation.IntrospectionRegistryImpl.intr
> >> > > ospect(IntrospectionRegistryImpl.java :90)
> >> > >        at
> >> > >
> >> org.apache.tuscany.core.implementation.system.loader.SystemComponentT
> >> > > ypeLoader.loadByIntrospection(SystemComponentTypeLoader.java > >> > > :90)
> >> > >        at
> >> > >
> >> org.apache.tuscany.core.implementation.system.loader.SystemComponentT
> >> > > ypeLoader.load(SystemComponentTypeLoader.java :73)
> >> > >        at
> >> > >
> >> org.apache.tuscany.core.implementation.system.loader.SystemComponentT
> >> > > ypeLoader.load(SystemComponentTypeLoader.java:45)
> >> > >        at
> >> > >
> >> org.apache.tuscany.core.loader.LoaderRegistryImpl.loadComponentType > >> (
> >> L
> >> > > oaderRegistryImpl.java:169)
> >> > >        at
> >> > >
> >> org.apache.tuscany.core.implementation.system.loader.SystemImplementa
> >> > > tionLoader.load(SystemImplementationLoader.java:60)
> >> > >        at
> >> > >
> >> org.apache.tuscany.core.implementation.system.loader.SystemImplementa
> >> > > tionLoader.load(SystemImplementationLoader.java:43)
> >> > >        at org.apache.tuscany.core.loader.LoaderRegistryImpl.load
> >> > > (LoaderRegistry
> >> > > Impl.java:97)
> >> > >        at
> >> > >
> >> org.apache.tuscany.core.loader.ComponentLoader.loadImplementation(Com
> >> > > ponentLoader.java:199)
> >> > >        at org.apache.tuscany.core.loader.ComponentLoader.load (
> >> > > ComponentLoader.j
> >> > > ava:111)
> >> > >        at org.apache.tuscany.core.loader.ComponentLoader.load(
> >> > > ComponentLoader.j
> >> > > ava:80)
> >> > >        at org.apache.tuscany.core.loader.LoaderRegistryImpl.load
> >> > > (LoaderRegistry
> >> > > Impl.java:97)
> >> > >        at
> >> > >
> >> org.apache.tuscany.core.implementation.composite.CompositeLoader.load
> >> > > (CompositeLoader.java:91)
> >> > >        at
> >> > >
> >> org.apache.tuscany.core.implementation.composite.CompositeLoader.load
> >> > > (CompositeLoader.java:65)
> >> > >        at org.apache.tuscany.core.loader.LoaderRegistryImpl.load
> >> > > (LoaderRegistry
> >> > > Impl.java:97)
> >> > >        at org.apache.tuscany.core.loader.LoaderRegistryImpl.load
> >> > > (LoaderRegistry
> >> > > Impl.java:115)
> >> > >        at
> >> > >
> >> org.apache.tuscany.core.implementation.system.loader.SystemCompositeC
> >> > > omponentTypeLoader.loadFromSidefile
> >> > > (SystemCompositeComponentTypeLoader.java
> >> > > :68)
> >> > >        at
> >> > >
> >> org.apache.tuscany.core.implementation.system.loader.SystemCompositeC
> >> > > omponentTypeLoader.load
> >> (SystemCompositeComponentTypeLoader.java:59)
> >> > >        at
> >> > >
> >> org.apache.tuscany.core.implementation.system.loader.SystemCompositeC
> >> > > omponentTypeLoader.load
> >> (SystemCompositeComponentTypeLoader.java :38)
> >> > >        at
> >> > >
> >> org.apache.tuscany.core.loader.LoaderRegistryImpl.loadComponentType(L
> >> > > oaderRegistryImpl.java:169)
> >> > >        at org.apache.tuscany.core.deployer.DeployerImpl.load(
> >> > > DeployerImpl.java:
> >> > > 117)
> >> > >        at org.apache.tuscany.core.deployer.DeployerImpl.deploy(
> >> > > DeployerImpl.jav
> >> > > a:88)
> >> > >        at
> >> > > org.apache.tuscany.core.runtime.AbstractRuntime.deploySystemScdl
> >> > > (Abst
> >> > > ractRuntime.java:122)
> >> > >        at
> >> > >
> >> org.apache.tuscany.sca.plugin.itest.MavenEmbeddedRuntime.initialize > >> (
> >> M
> >> > > avenEmbeddedRuntime.java :109)
> >> > >        at
> >> org.apache.tuscany.sca.plugin.itest.TuscanyStartMojo.execute
> >> > > (TuscanyS
> >> > > tartMojo.java :296)
> >> > >        at
> >> org.apache.maven.plugin.DefaultPluginManager.executeMojo
> >> > > (DefaultPlugi
> >> > >
> >> > > nManager.java:412)
> >> > >        at
> >> > > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals
> >> > > (Defa
> >> > > ultLifecycleExecutor.java:534)
> >> > >        at
> >> > >
> >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLi
> >> > > fecycle(DefaultLifecycleExecutor.java:475)
> >> > >        at
> >> > > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal
> >> > > (Defau
> >> > > ltLifecycleExecutor.java:454)
> >> > >        at
> >> > >
> >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHan
> >> > > dleFailures(DefaultLifecycleExecutor.java:306)
> >> > >        at
> >> > >
> >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegmen
> >> > > ts( DefaultLifecycleExecutor.java:273)
> >> > >        at
> >> > > org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute
> >> (DefaultLi
> >> > > fecycleExecutor.java:140)
> >> > >        at org.apache.maven.DefaultMaven.doExecute
> >> (DefaultMaven.java:
> >> > > 322)
> >> > >        at org.apache.maven.DefaultMaven.execute
> >> (DefaultMaven.java :115)
> >> > >        at org.apache.maven.cli.MavenCli.main (MavenCli.java:256)
> >> > >        at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native
> >> Method)
> >> > >        at sun.reflect.NativeMethodAccessorImpl.invoke
> >> > > (NativeMethodAccessorImpl.
> >> > > java:64)
> >> > >        at sun.reflect.DelegatingMethodAccessorImpl.invoke
> >> > > (DelegatingMethodAcces
> >> > > sorImpl.java:43)
> >> > >        at java.lang.reflect.Method.invoke(Method.java:615)
> >> > >        at org.codehaus.classworlds.Launcher.launchEnhanced
> >> > > ( Launcher.java
> >> > > :315)
> >> > >        at org.codehaus.classworlds.Launcher.launch
> >> (Launcher.java:255)
> >> > >        at org.codehaus.classworlds.Launcher.mainWithExitCode
> >> > > (Launcher.java
> >> > > :430)
> >> > >
> >> > >        at org.codehaus.classworlds.Launcher.main(Launcher.java:
> >> 375)
> >> >
> >> >
> >> >
> >> ---------------------------------------------------------------------
> >> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> >> > For additional commands, e-mail: [EMAIL PROTECTED]
> >> >
> >> >
> >>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to