easysoa / EasySOA

A light, collaborative platform to make Service Oriented Architecture simple.
http://www.easysoa.org
35 stars 8 forks source link

Form generator - EasyWSDL version problem in FraSCAti 1.5 #50

Open JGuillemotte opened 13 years ago

JGuillemotte commented 13 years ago

There is a version problem with EasyWSDL when the Form generator is started in the binary release of FraSCAti 1.5 (SNAPSHOT). The form generator is build with the version 2.1 of EasyWSDL while FraSCAti, through the BPEL modules, uses the version 3.0 alpha.

Problem symptoms : The form generator component start well. When a form is generated, the input/output elements are not found.

A temporay solution is to deactivate the BPEL module to do not have the EasyWSDl 3.0 libs in FraSCAti.

An future solution is to use EasyWSDL 3.0Alpha instead of EasyWSDL 2.1 in the Form generator. However it supports only WSDL 1.

This command can be used to find where there is dependencies with EasyWSDL in FraSCAti :

find ../../frascati-1.x-dev/ -name pom.xml -exec grep "maven.petalslink.com" {} \; -print