Giter VIP home page Giter VIP logo

docs-connectors's Introduction

Contributions Welcome

Before creating a pull request review the following:

When you submit your pull request, you are asked to sign a contributor license agreement (CLA) if we don’t have one on file for you.

docs-connectors's People

Contributors

acurci-at-mulesoft avatar amitfernandes avatar cheungaryk avatar devdanco avatar dhirsch1 avatar dmerlob avatar dukesphere avatar elzamora avatar emariotti3 avatar emileemoorevt avatar fermujica avatar george-hoffer avatar hannanelson avatar hlouis-mulesoft avatar juldiazmule avatar kevintroller avatar luanamulesoft avatar mcherem avatar patrik-patinak avatar santiagogq avatar sarathecoubian avatar sathya0 avatar sebaelizalde avatar sejal-salesforce avatar sleslie23 avatar sms-dchen avatar sorin-sv-mulesoft avatar valkyrie69 avatar wwarner-salesforce avatar xidex avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

docs-connectors's Issues

Documentation of Kafka 3.0 conector

I'm able to connect with Azure Event Hub only with kafka 3.0 connector, but the offset are not correct started getting the consumer group info form the server, starting aways in 0 offset.

I need the documentation of 3.0 connector, but the values on configuration etc is from 4.0 connector

Zuora Connector

We are using Mulesoft Zuora Connector 3.2.0.20191114132 with Anypoint 6. While most of the operations works just fine, I am facing issue with Operation 'Get Export File Content' and I am getting 405 Not supported. I am doing following:

  1. Create Export using Operation "Create" and type "Export"
  2. Find export using operation "Find" and check status of Export. Once Export is ready,
  3. Get content using "Get Export File Content".
    First two operations works just fine. But in 3rd, I get 405 Not supported.

JMS Performance documentation needs better clarity

Isn't this statement "When consuming messages from a queue, the default connector behavior is to receive messages in all the cluster's nodes, not just the primary node." contradicting to the statement written just above it i.e "For applications running in clusters, consider the primary node and how the connector behaves. When the app runs in a cluster, the On New Message source default behavior receives messages only in the primary node, no matter what kind of destination the app consumes." ?

Document :https://docs.mulesoft.com/jms-connector/1.8/jms-performance

test

this is just a test and will be closed afterwards. Ignore

W-13589088 Database Connector Data Types Examples - Parameter Types | How to write as **Expression or Bean reference**

None of the docs below helps to understand how to write an Expression or Bean reference for the Parameter Types, when using for example the Insert operation of the Database Connector

I had tried the right definition:

[{'key': "ID", 'type': "LONGNVARCHAR"}]

The XML:

	<db:insert doc:name="Insert" doc:id="4ee50969-884b-4eb7-93e0-adca25229683" 
		config-ref="Database_Config_Oracle"
		queryTimeoutUnit="DAYS" 
		autoGenerateKeys="true" 
		parameterTypes="#[[{'key': &quot;ID&quot;, 'type': &quot;LONGNVARCHAR&quot;}]]">
		<db:sql><![CDATA[#[ vars.db.query ]]]></db:sql>
		<db:input-parameters><![CDATA[#[vars.db.inputParameters]]]></db:input-parameters>
		<db:auto-generated-keys-column-names />
	</db:insert>

The error using the example is:

""java.lang.IllegalStateException - No read or write handler for type
java.lang.IllegalStateException: No read or write handler for type
	at org.mule.weave.v2.module.pojo.reader.PropertyDefinition._type$lzycompute(PropertyDefinition.scala:44)
	at org.mule.weave.v2.module.pojo.reader.PropertyDefinition._type(PropertyDefinition.scala:35)
	at org.mule.weave.v2.module.pojo.reader.PropertyDefinition.classType(PropertyDefinition.scala:70)
	at org.mule.weave.v2.module.pojo.writer.entry.BeanPropertyEntry.entryType(BeanPropertyEntry.scala:24)
	at org.mule.weave.v2.module.pojo.writer.WriterEntry.putValue(WriterEntry.scala:18)
	at org.mule.weave.v2.module.pojo.writer.WriterEntry.putValue$(WriterEntry.scala:11)
	at org.mule.weave.v2.module.pojo.writer.entry.BeanPropertyEntry.putValue(BeanPropertyEntry.scala:19)
	at org.mule.weave.v2.module.pojo.writer.JavaWriter.write(JavaWriter.scala:62)
	at org.mule.weave.v2.module.pojo.writer.JavaWriter.writeSimpleJavaValue(JavaWriter.scala:419)
	at org.mule.weave.v2.module.pojo.writer.JavaWriter.doWriteValue(JavaWriter.scala:268)
	at org.mule.weave.v2.module.writer.WriterWithAttributes.internalWriteValue(WriterWithAttributes.scala:35)
	at org.mule.weave.v2.module.writer.WriterWithAttributes.internalWriteValue$(WriterWithAttributes.scala:34)
	at org.mule.weave.v2.module.pojo.writer.JavaWriter.internalWriteValue(JavaWriter.scala:44)
	at org.mule.weave.v2.module.writer.WriterWithAttributes.writeAttributesAndValue(WriterWithAttributes.scala:30)
	at org.mule.weave.v2.module.writer.WriterWithAttributes.writeAttributesAndValue$(WriterWithAttributes.scala:15)
	at org.mule.weave.v2.module.pojo.writer.JavaWriter.writeAttributesAndValue(JavaWriter.scala:44)
	at org.mule.weave.v2.module.pojo.writer.JavaWriter.doWriteValue(JavaWriter.scala:241)
	at org.mule.weave.v2.module.writer.Writer.writeValue(Writer.scala:65)
	at org.mule.weave.v2.module.writer.Writer.writeValue$(Writer.scala:46)
	at org.mule.weave.v2.module.pojo.writer.JavaWriter.writeValue(JavaWriter.scala:44)
	at org.mule.weave.v2.module.pojo.writer.JavaWriter.doWriteValue(JavaWriter.scala:216)
	at org.mule.weave.v2.module.writer.Writer.writeValue(Writer.scala:65)
	at org.mule.weave.v2.module.writer.Writer.writeValue$(Writer.scala:46)
	at org.mule.weave.v2.module.pojo.writer.JavaWriter.writeValue(JavaWriter.scala:44)
	at org.mule.weave.v2.module.java.JavaInvocationHelper$.transformToJavaCollection(JavaInvokeFunction.scala:105)
	at org.mule.weave.v2.el.utils.DataTypeHelper$.transformToJava(DataTypeHelper.scala:166)
	at org.mule.weave.v2.el.utils.DataTypeHelper$.transformToJavaDataType(DataTypeHelper.scala:153)
	at org.mule.weave.v2.el.utils.DataTypeHelper$.toJavaValue(DataTypeHelper.scala:104)
	at org.mule.weave.v2.el.WeaveExpressionLanguageSession.evaluate(WeaveExpressionLanguageSession.scala:253)
	at org.mule.weave.v2.el.WeaveExpressionLanguageSession.$anonfun$evaluate$4(WeaveExpressionLanguageSession.scala:135)
	at org.mule.weave.v2.el.WeaveExpressionLanguageSession.doEvaluate(WeaveExpressionLanguageSession.scala:268)
	at org.mule.weave.v2.el.WeaveExpressionLanguageSession.evaluate(WeaveExpressionLanguageSession.scala:134)
	at org.mule.runtime.core.internal.el.dataweave.DataWeaveExpressionLanguageAdaptor$1.evaluate(DataWeaveExpressionLanguageAdaptor.java:321)
	at org.mule.runtime.core.internal.el.DefaultExpressionManagerSession.evaluate(DefaultExpressionManagerSession.java:117)
	at org.mule.runtime.core.privileged.util.attribute.ExpressionAttributeEvaluatorDelegate.resolveExpressionWithSession(ExpressionAttributeEvaluatorDelegate.java:68)
	at org.mule.runtime.core.privileged.util.attribute.ExpressionAttributeEvaluatorDelegate.resolve(ExpressionAttributeEvaluatorDelegate.java:56)
	at org.mule.runtime.core.privileged.util.AttributeEvaluator.resolveTypedValue(AttributeEvaluator.java:107)
	at org.mule.runtime.module.extension.internal.runtime.resolver.ExpressionValueResolver.resolveTypedValue(ExpressionValueResolver.java:115)
	at org.mule.runtime.module.extension.internal.runtime.resolver.ExpressionValueResolver.resolve(ExpressionValueResolver.java:99)
	at org.mule.runtime.module.extension.internal.runtime.resolver.TypeSafeValueResolverWrapper.lambda$initialise$0(TypeSafeValueResolverWrapper.java:69)
	at org.mule.runtime.module.extension.internal.runtime.resolver.TypeSafeValueResolverWrapper.resolve(TypeSafeValueResolverWrapper.java:52)
	at org.mule.runtime.module.extension.internal.runtime.resolver.TypeSafeExpressionValueResolver.resolve(TypeSafeExpressionValueResolver.java:73)
	at org.mule.runtime.module.extension.internal.runtime.resolver.ResolverUtils.resolveRecursively(ResolverUtils.java:92)
	at org.mule.runtime.module.extension.internal.runtime.resolver.ResolverSet.resolve(ResolverSet.java:113)
	at org.mule.runtime.module.extension.internal.runtime.operation.ComponentMessageProcessor.getResolutionResult(ComponentMessageProcessor.java:1258)
	at org.mule.runtime.module.extension.internal.runtime.operation.ComponentMessageProcessor.addContextToEvent(ComponentMessageProcessor.java:762)
	at org.mule.runtime.module.extension.internal.runtime.operation.ComponentMessageProcessor.lambda$null$5(ComponentMessageProcessor.java:354)
	at reactor.core.publisher.FluxMapFuseable$MapFuseableConditionalSubscriber.onNext(FluxMapFuseable.java:273)
	at reactor.core.publisher.FluxPeekFuseable$PeekFuseableConditionalSubscriber.onNext(FluxPeekFuseable.java:496)
	at org.mule.runtime.core.privileged.processor.chain.AbstractMessageProcessorChain$2.onNext(AbstractMessageProcessorChain.java:490)
	at org.mule.runtime.core.privileged.processor.chain.AbstractMessageProcessorChain$2.onNext(AbstractMessageProcessorChain.java:485)
	at reactor.core.publisher.FluxHide$SuppressFuseableSubscriber.onNext(FluxHide.java:127)
	at reactor.core.publisher.FluxPeekFuseable$PeekFuseableSubscriber.onNext(FluxPeekFuseable.java:204)
	at reactor.core.publisher.FluxOnAssembly$OnAssemblySubscriber.onNext(FluxOnAssembly.java:351)
	at reactor.core.publisher.FluxSubscribeOnValue$ScheduledScalar.run(FluxSubscribeOnValue.java:178)
	at reactor.core.scheduler.SchedulerTask.call(SchedulerTask.java:50)
	at reactor.core.scheduler.SchedulerTask.call(SchedulerTask.java:27)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.mule.service.scheduler.internal.AbstractRunnableFutureDecorator.doRun(AbstractRunnableFutureDecorator.java:151)
	at org.mule.service.scheduler.internal.RunnableFutureDecorator.run(RunnableFutureDecorator.java:54)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748), while writing Java at 
1| [{'key': "ID", 'type': "LONGNVARCHAR"}]
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^.
1| [{'key': "ID", 'type': "LONGNVARCHAR"}]
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Trace:
  at anonymous::main (line: 1, column: 2)" evaluating expression: "[{'key': "ID", 'type': "LONGNVARCHAR"}]"."

How can we know the right way to write this Expression or Bean reference ?

185223685-4efef3a3-e39c-4705-bc10-8747bf1c3eae_image_print_studio_parameter-types_database_connector-mule

wrong affirmation on "List Files Using the File Connector" section

The second item of the first section inside File List page says that

The file’s attributes section carries the file’s metadata (such as name, creation time, and size).

Shouldn't it be the below affirmation?

The message attributes section carries the file’s metadata (such as name, creation time, and size).

The message inside the array returned by this operation the one which has attributes.

MQTT3 configuration error

When trying to use the MQTT3 module I get the following error:

Caused by: org.mule.runtime.api.exception.MuleRuntimeException: Could not create an implicit configuration 'config' for the extension 'MQTT3'

This knowledge article suggest the module should not contain to capitalize letters and should be renamed to Mqtt3

Problem with Spring module 1.3.7, anypoint studio Version: 7.14.0, mule 4

Hello i tried to upgrade spring module from 1.3.6 to 1.3.7 but kept giving me error within the xml file, i report here the log
[INFO] About to fetch required dependencies for artifact: 3e862200-926a-11ed-8785-0050568c761c:3e862200-926a-11ed-8785-0050568c761c:pom:4.5.0-20220622. This may take a while... [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 12.900 s [INFO] Finished at: 2023-01-12T12:14:14+01:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.mule.tools.maven:mule-maven-plugin:3.8.0:process-classes (default-process-classes) on project es1: Execution default-process-classes of goal org.mule.tools.maven:mule-maven-plugin:3.8.0:process-classes failed: There was '1' error while parsing the given file 'es1.xml'. [ERROR] Full list: [ERROR] org.xml.sax.SAXParseException; lineNumber: 18; columnNumber: 40; cvc-complex-type.2.4.a: Invalid content was found starting with element '{"http://www.mulesoft.org/schema/mule/spring":delegate-security-providers}'. One of '{"http://www.mulesoft.org/schema/mule/core":annotations, "http://www.mulesoft.org/schema/mule/spring":delegate-security-provider}' is expected. [ERROR] -> [Help 1] [ERROR]

I tried to correct namespace in the xml and checked all the dependecies in the pom, but they're all ok,
if i rollback to version 1.3.6 everything will run again, i think there is some conflict within the xsi location in the xml file, hope to not saying bs.

Missing dependencies for ActiveMQ Artemis

https://github.com/mulesoft/docs-connectors/blob/latest/modules/ROOT/pages/jms/jms-connector.adoc

on the last paragraph the maven dependency to activemq-kahadb-store seems to be a duplicate / copy-and-paste error from the previous paragraph. it would be more sensible if there was a reference to the activemq artemis dependency, like this:

<!-- https://mvnrepository.com/artifact/org.apache.activemq/artemis-jms-client-all -->
<dependency>
    <groupId>org.apache.activemq</groupId>
    <artifactId>artemis-jms-client-all</artifactId>
    <version>2.2.0</version>
</dependency>

(I am unsure however, if that would be the correct one.)

JCo initialization failed with java.lang.ExceptionInInitializerError: Illegal JCo archive "sapjco3-3.1.8.jar". It is not allowed to rename or repackage the original archive "sapjco3.jar".

I am getting this below Exception while trying to use JCO in my application : JCo initialization failed with java.lang.ExceptionInInitializerError: Illegal JCo archive "sapjco3-3.1.8.jar". It is not allowed to rename or repackage the original archive "sapjco3.jar".

These are the below code which i am suing:

com.sap.conn.jco sapjco3 3.1.8 org.apache.maven.plugins maven-dependency-plugin package copy true com.sap.conn.jco sapjco3 3.1.8 jar ${project.build.directory}/repository/com/sap/conn/jco/sapjco3/3.1.8 sapjco3.jar

and installed sapjco3 using this command :mvn install:install-file -Dfile="C:\Users\I555870\Documents\jco\sapjco3.jar" -DgroupId="com.sap.conn.jco" -DartifactId="sapjco3" -Dversion="3.1.8" -Dpackaging="jar"

JCoDestinationManager.getDestination(btpDestination)

but still getting this error :

JCo initialization failed with java.lang.ExceptionInInitializerError: Illegal JCo archive "sapjco3-3.1.8.jar". It is not allowed to rename or repackage the original archive "sapjco3.jar".

Outdated information regarding Workday Connector "Test Connection"

The information regarding "Test Connection" for Workday Connector ( under "Configure a Global Element" #5) is outdated and only applies to version 11 or less. It doesn't work for version 11 and above

https://docs.mulesoft.com/workday-connector/15.0/workday-connector-studio
https://github.com/mulesoft/docs-connectors/blob/latest/workday/15.0/modules/ROOT/pages/workday-connector-studio.adoc

The correct information is:

  • Grant the user account access to Performance_Management service and Get_Degrees operation.( Connector version 11.0 and later )
  • For earlier versions, grant the Identity_Management and Get_Workday_Account_Signons ( Older Connector versions )

Source: https://help.mulesoft.com/s/article/Workday-Connector-Test-Connectivity-Error-It-Was-Impossible-to-Connect-to-the-Workday-Instance

WebSocket Connector -Documentation needs correction

there is a small correction needed on WebSocket connector Documentation -
https://github.com/mulesoft/docs-connectors/blob/latest/websockets/1.0/modules/ROOT/pages/index.adoc#advantages-of-full-duplex-communication
Point 2. The server processes the request and sends a response back. The connection ends after the client receives the request.
Correction needed as -
The server processes the request and sends a response back. The connection ends after the client receives the response.

let me know If i can contribute on this

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.