[Users] Error during SCA/SU/SA build using Maven2

meljai mohammed.eljai at ebmwebsourcing.com
Wed Mar 16 10:55:27 CET 2011


Hello,

These missing dependencies are not required to run the example.
So you can exclus them in the pom.xml of the Su-SCA-calculator-supply maven project.
For that, put


Code:

<dependency>
			<groupId>org.ow2.petals</groupId>
			<artifactId>petals-se-sca</artifactId>
			<version>1.0</version>
			<scope>provided</scope>
			<type>jbi-component</type>
			<exclusions>
				<exclusion>
					<groupId>org.ow2.frascati.factory</groupId>
					<artifactId>frascati-af-core-custom</artifactId>
				</exclusion>
				<exclusion>
					<groupId>org.eclipse.stp</groupId>
					<artifactId>sca-custom</artifactId>
				</exclusion>
				<exclusion>
					<groupId>org.eclipse.stp.sca-custom.domainmodel</groupId>
					<artifactId>frascati</artifactId>
				</exclusion>
			</exclusions>
</dependency>




instead of 


Code:

<dependency>
			<groupId>org.ow2.petals</groupId>
			<artifactId>petals-se-sca</artifactId>
			<version>1.0</version>
			<scope>provided</scope>
			<type>jbi-component</type>
</dependency>




Another thing, the SCA service engine used in the tutorial is not compatible with Petals platform 3.x.
To run it, you must use the PEtALS Quickstart 3.0. It's not the version that we preconize currently, but it's needed to run the sample.

Hope that help you,

Mohammed.




-------------------- m2f --------------------

Subscribe/Unsubscribe emails notifications.

Response to this email will be posted on the Petals forum.
Please delete the existing text before responding :)

Read the topic online:
http://forum.petalslink.com/viewtopic.php?p=30727#30727

-------------------- m2f --------------------


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://forum-list.petalslink.org/pipermail/users/attachments/20110316/930c3071/attachment.htm>


More information about the Users mailing list