TDI-33490: tMicrosoftMQOutput component gives compilation errors in
studio & doesn't work on 64 bit machine https://jira.talendforge.org/browse/TDI-33490 Note: Change the msmq.jar name to MsmqTalend-1.0.0.jar
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<!-- #################################################### -->
|
||||
|
||||
<!-- modification 1: config -->
|
||||
<property name="jar.name" value="msmq.jar" />
|
||||
<property name="jar.name" value="MsmqTalend-1.0.0.jar" />
|
||||
<property name="component.name" value="tMicrosoftMQInput" />
|
||||
<property name="author.name" value="ytao" />
|
||||
|
||||
|
||||
@@ -58,7 +58,7 @@
|
||||
<ADVANCED_PARAMETERS/>
|
||||
<CODEGENERATION>
|
||||
<IMPORTS>
|
||||
<IMPORT MODULE="msmq.jar" UrlPath="platform:/plugin/org.talend.libraries.microsoft/lib/msmq.jar" NAME="msmq" REQUIRED="true"/>
|
||||
<IMPORT MODULE="MsmqTalend-1.0.0.jar" NAME="MsmqTalend" REQUIRED="true"/>
|
||||
</IMPORTS>
|
||||
</CODEGENERATION>
|
||||
<RETURNS/>
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
<ADVANCED_PARAMETERS/>
|
||||
<CODEGENERATION>
|
||||
<IMPORTS>
|
||||
<IMPORT MODULE="msmq.jar" UrlPath="platform:/plugin/org.talend.libraries.microsoft/lib/msmq.jar" NAME="msmq" REQUIRED="true"/>
|
||||
<IMPORT MODULE="MsmqTalend-1.0.0.jar" NAME="MsmqTalend" REQUIRED="true"/>
|
||||
</IMPORTS>
|
||||
</CODEGENERATION>
|
||||
<RETURNS/>
|
||||
|
||||
Reference in New Issue
Block a user