You can download sam-agent-5.6.0.jar in this page.
Open Source
sam-agent-5.6.0.jar file has the following types.
LICENSE.txt META-INF/MANIFEST.MF META-INF/maven/org.talend.esb/sam-agent/pom.properties META-INF/maven/org.talend.esb/sam-agent/pom.xml META-INF/spring/sam-feature-service.xml META-INF/tesb/agent-context.xml META-INF/tesb/agent-osgi.xml META-INF/tesb/sample-filters-context.xml org.talend.esb.sam.agent.activator.AgentActivator.class org.talend.esb.sam.agent.collector.EventCollector.class org.talend.esb.sam.agent.eventproducer.EventProducerInterceptor.class org.talend.esb.sam.agent.eventproducer.MessageToEventMapper.class org.talend.esb.sam.agent.feature.EventFeature.class org.talend.esb.sam.agent.feature.EventFeatureImpl.class org.talend.esb.sam.agent.flowidprocessor.FlowIdProducerIn.class org.talend.esb.sam.agent.flowidprocessor.FlowIdProducerOut.class org.talend.esb.sam.agent.flowidprocessor.FlowIdProtocolHeaderCodec.class org.talend.esb.sam.agent.flowidprocessor.FlowIdSoapCodec.class org.talend.esb.sam.agent.lifecycle.AbstractListenerImpl.class org.talend.esb.sam.agent.lifecycle.ClientListenerImpl.class org.talend.esb.sam.agent.lifecycle.ServiceListenerImpl.class org.talend.esb.sam.agent.message.CorrelationIdHelper.class org.talend.esb.sam.agent.message.CustomInfo.class org.talend.esb.sam.agent.message.FlowIdHelper.class org.talend.esb.sam.agent.serviceclient.EventMapper.class org.talend.esb.sam.agent.serviceclient.MonitoringServiceWrapper.class org.talend.esb.sam.agent.util.Converter.class org.talend.esb.sam.agent.wiretap.WireTapIn.class org.talend.esb.sam.agent.wiretap.WireTapInputStream.class org.talend.esb.sam.agent.wiretap.WireTapOut.class org.talend.esb.sam.agent.wiretap.WriterOutputStream.class
sam-agent-5.6.0.pom file content.
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.talend.esb</groupId> <artifactId>sam-agent</artifactId> <packaging>bundle</packaging> <parent> <groupId>org.talend.esb</groupId> <artifactId>sam-parent</artifactId> <version>5.6.0</version> </parent> <name>Talend ESB :: SAM :: Agent</name> <dependencies> <dependency> <groupId>org.talend.esb</groupId> <artifactId>sam-common</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-frontend-jaxws</artifactId> <version>${cxf.version}</version> </dependency> <dependency> <groupId>org.osgi</groupId> <artifactId>org.osgi.core</artifactId> <version>${osgi.core.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.osgi</groupId> <artifactId>org.osgi.compendium</artifactId> <version>${osgi.compendium.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> <version>${spring.version}</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-test</artifactId> <version>${spring.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-tools-common</artifactId> <version>${cxf.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-local</artifactId> <version>${cxf.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <configuration> <instructions> <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName> <Export-Package> {local-packages}, META-INF.tesb </Export-Package> <Bundle-Activator>org.talend.esb.sam.agent.activator.AgentActivator</Bundle-Activator> <Import-Package> * ,org.springframework.beans.factory.config ,org.springframework.scheduling.annotation ,org.springframework.scheduling.config ,org.springframework.scheduling.concurrent </Import-Package> <_failok>true</_failok> <_nouses>true</_nouses> </instructions> </configuration> </plugin> <plugin> <groupId>org.apache.cxf</groupId> <artifactId>cxf-codegen-plugin</artifactId> <executions> <execution> <id>generate-test-sources</id> <phase>generate-test-sources</phase> <configuration> <wsdlOptions> <wsdlOption> <wsdl>${basedir}/src/test/resources/wsdl/CustomerService.wsdl</wsdl> <bindingFiles> <bindingFile>${basedir}/src/test/resources/wsdl/binding.xml</bindingFile> </bindingFiles> </wsdlOption> </wsdlOptions> <testSourceRoot>${basedir}/target/generated/src/test/java</testSourceRoot> </configuration> <goals> <goal>wsdl2java</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>build-helper-maven-plugin</artifactId> <executions> <execution> <id>attach-artifacts</id> <phase>package</phase> <goals> <goal>attach-artifact</goal> </goals> <configuration> <artifacts> <artifact> <file>etc/org.talend.esb.sam.agent.cfg</file> <type>cfg</type> <classifier>org.talend.esb.sam.agent</classifier> </artifact> </artifacts> </configuration> </execution> </executions> </plugin> </plugins> </build> </project>
<dependency> <groupId>org.talend.esb</groupId> <artifactId>sam-agent</artifactId> <version>5.6.0</version> </dependency>
If you think the following sam-agent-5.6.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download sam-agent-5.6.0.jar file