Skip to main content

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

Oisin Hurley wrote:
I reproduce this issue today, it seems to be a critical problem, the current SCA in STP was developed base on the Tuscany which version is old, but now the format of SCDL file has been changed , so it can not be loaded.

Let's file a bugzilla here, if we don't have one already :) Jain, the steps
we want to take here is to build a new all-in-one plugin for the Tuscany
runtime jars, and use that as the basis for testing.
I notice from the error message that the exception name is

org.apache.tuscany.services.maven.TuscanyDependencyException

which hints that there is something to do with maven happening,
maybe the Tuscany runtime guys have put some kind of dependency
on maven? It looks like they are trying to resolve the axis2 jar,
which makes me think they may be doing some runtime capability
resolution magic, and using maven to do it :)

What I would suggest is a two-pronged approach: get yourself
onto the tuscany-dev list and see what they are up to in the runtime - if you say that you are helping to build out some functionality in STP they will be happy to help; secondly we'll
be happy to help out on this list as much as we can!

The Tuscany lists are at
http://incubator.apache.org/tuscany/mailing-lists.html

 best regards
   Oisin


I'll be happy to help.

If you're still using Tuscany M2, it's from Nov 2006... a little too old :). The SCDL syntax has changed quite a bit since last year.

I'd recommend to use our 0.91 release (July 2007) available at http://incubator.apache.org/tuscany/sca-java-releases.html.

If you want to try the very latest, try our 0.99 RC1 at http://people.apache.org/~antelder/tuscany/0.99-RC1. We're in the middle of testing it, and except for minor glitches in some samples it seems to be OK.

You can post questions or issues to tuscany-dev@xxxxxxxxxxxxx.

--
Jean-Sebastien



Back to the top