Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[stp-dev] Issue with ...soas.deploy.runtime.tuscany

Title: Issue with ...soas.deploy.runtime.tuscany

All,

The tuscany runtime discovery mechanism only works with tuscany 1.0 (not 1.1 - 1.2).
This is due to a specific jar name being expected when searching the directory tree.
There are two options to fix this:
Add additional runtime entries and version handlers for 1.1 and 1.2 (the code could quite easily be refactored so that a common base was used), or alternately make the runtime version handler a generic 1.x handler.

One of these must be done because currently the only runtime that can be used is the 1.0 runtime which Apache themselves describe as being "superceded" : http://incubator.apache.org/tuscany/sca-java-10-incubating.html

Ciao,
Mark Walker,
Technical Architect (Tools),
Avaya UK,
Cardiff

"It takes less time to do a thing right than to explain why you did it wrong."
-- H. W. Longfellow.


Back to the top