camel-spring-boot-examples icon indicating copy to clipboard operation
camel-spring-boot-examples copied to clipboard

add example for sapjcoclient and update readme doc

Open wangyan100 opened this issue 3 years ago • 1 comments

same as title

wangyan100 avatar Aug 07 '22 16:08 wangyan100

add example for sapjcoclient

wangyan100 avatar Aug 09 '22 14:08 wangyan100

@oscerd, @zhfeng Ready for review , thanks :-)

wangyan100 avatar Aug 23 '22 09:08 wangyan100

We have the same problem as before, we cannot include the lib and we cannot build in this way. We should remove even the other example, because we cannot have a way to include the library and build

oscerd avatar Aug 23 '22 09:08 oscerd

@oscerd If i change it as provided as below, will it be O.K solution for you?

mvn install:install-file -DgroupId=com.github -DartifactId=com.sap.conn.jco.sapjco3 -Dversion=3.0.11 -Dpackaging=jar -Dfile=lib/sapjco3.jar 
mvn install:install-file -DgroupId=com.github -DartifactId=com.sap.conn.jco.sapidoc3 -Dversion=3.0.11 -Dpackaging=jar -Dfile=lib/sapidoc3.jar 
		<dependency>
			<groupId>com.github</groupId>
			<artifactId>com.sap.conn.jco.sapjco3</artifactId>
			<version>3.0.11</version>
			<scope>provided</scope>
		</dependency>

		<dependency>
			<groupId>com.github</groupId>
			<artifactId>com.sap.conn.jco.sapidoc3</artifactId>
			<version>3.0.11</version>
			<scope>provided</scope>
		</dependency>

wangyan100 avatar Aug 23 '22 09:08 wangyan100

We need to find a way to fully build, so we need to update the modules list and check.

oscerd avatar Aug 26 '22 06:08 oscerd