[Users] How to include a Shared Library into a Service Unit

Dungnghe hoangtuhl at yahoo.com
Wed Mar 16 10:58:38 CET 2011


In my opinion, the best way is to use Maven by just add a dependency to Pom Files, that will add library to your SE that you do not need to deploy and configurate this anymore. :
an example when you want to add a share library mysql to you SE, add this dependency to your Pom files:
		
Code:
<dependency>
			<groupId>mysql</groupId>
			<artifactId>mysql-connector-java</artifactId>
			<version>5.1.10</version>
		</dependency>


Some library that not exist in internet so you muss copy by hand to your .m2 directory




-------------------- 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=31006#31006

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






More information about the Users mailing list