Fresh Start Project SwitchYard problems
mauroa85 Jan 3, 2014 6:23 AMHi,
after i have finished labs i started a new SY project.
The objective is simple to have some service comunicating with some other instance of a server in my machine...
I saw an example of order-service and inventory-service in diferente SY projects that works for me and i just need to replicate the order-service one
invoking and external reference(insted of that i call my web server that is running in onother instace) using soap like the
Exemple.(Later on i will use JBPM )
so the problems that ia have encontered are:
SY tells me that i can not add transformers.
the imports of switchyard like" import org.switchyard.component... can not be resolved"
as the Anotations as @Inject and @Reference can not be resolved
Maven Error
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project com.example.switchyard:LnkExt:1.0.0-SNAPSHOT (c:\jbdevworkspace\LnkExt\pom.xml) has 8 errors
[ERROR] 'dependencies.dependency.version' for org.switchyard.components:switchyard-component-bean:jar is missing. @ line 13, column 17
[ERROR] 'dependencies.dependency.version' for org.switchyard.components:switchyard-component-soap:jar is missing. @ line 17, column 17
[ERROR] 'dependencies.dependency.version' for org.switchyard:switchyard-api:jar is missing. @ line 21, column 17
[ERROR] 'dependencies.dependency.version' for org.switchyard:switchyard-transform:jar is missing. @ line 25, column 17
[ERROR] 'dependencies.dependency.version' for org.switchyard:switchyard-validate:jar is missing. @ line 29, column 17
[ERROR] 'dependencies.dependency.version' for org.switchyard:switchyard-plugin:jar is missing. @ line 33, column 17
[ERROR] 'dependencies.dependency.version' for org.switchyard:switchyard-test:jar is missing. @ line 37, column 17
[ERROR] 'dependencies.dependency.version' for org.switchyard.components:switchyard-component-test-mixin-cdi:jar is missing. @ line 42, column 17
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following arti
cles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
is something wrong what my maven(using 3.1.1) what i missing here? .
I am new at this, and what i can not figurered it out is what im doing wrong,
I think i follow the same "steps" as in the Labs here, and what im trying to do is not more complex than quickstarts
Thanks in advance.
-
example.7z.zip 27.7 KB
-
configeclipse.txt.zip 93.0 KB
-
LnkExt.7z.zip 12.2 KB