Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[stp-dev] SCA Java support in STP

Hi all.

I had a few questions after going through the article http://wiki.eclipse.org/index.php/SCA_Java_support_in_STP.  Any inputs would be very useful


1. What is the use case we would like to illustrate/ solve here.  Is the goal  similar to  the Calculator sample in http://incubator.apache.org/tuscany/sca-java-user-guide.html.

2. I followed the instructions given in http://wiki.eclipse.org/index.php/SCA_Java_support_in_STP.  However for both bindings I get the following error :
org.apache.tuscany.spi.loader.UnrecognizedElementException: {http://incubator.apache.org/tuscany/xmlns/binding/rmi/1.0-incubator-M2}binding.rmi [{http://incubator.apache.org/tuscany/xmlns/binding/rmi/1.0-incubator-M2}binding.rmi]
Context stack trace: [application]
    at org.apache.tuscany.core.loader.LoaderRegistryImpl.load(LoaderRegistryImpl.java:90)
.................
   
    Users also have reported this error :http://dev.eclipse.org/newslists/news.eclipse.stp/msg00103.html

    However when i add the jars in Tuscany kit location/lib and Tuscany kit location/contrib it goes ahead but throws another exception :
Exception in thread "main" org.apache.tuscany.services.maven.TuscanyDependencyException: Unable to resolve artifact: org.apache.tuscany.sca.services.bindings:axis2:1.0-incubator-M2:jar [org.apache.tuscany.sca.services.bindings:axis2:1.0-incubator-M2:jar]
    at org.apache.tuscany.services.maven.MavenArtifactRepository.resolve(MavenArtifactRepository.java:72)
.......

So what am i missing ?

regards,
chandra





Yahoo! oneSearch: Finally, mobile search that gives answers, not web links.

Back to the top