<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: JMS - Connection to WebSphere in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/JMS-Connection-to-WebSphere/m-p/2209381#M8228</link>
    <description>See 
&lt;A href="https://jira.talendforge.org/browse/TDI-5376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel" rel="nofollow noopener noreferrer"&gt;https://jira.talendforge.org/browse/TDI-5376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&lt;/A&gt;</description>
    <pubDate>Wed, 13 Nov 2013 14:20:28 GMT</pubDate>
    <dc:creator>janhess</dc:creator>
    <dc:date>2013-11-13T14:20:28Z</dc:date>
    <item>
      <title>JMS - Connection to WebSphere</title>
      <link>https://community.qlik.com/t5/Talend-Studio/JMS-Connection-to-WebSphere/m-p/2209375#M8222</link>
      <description>hi, 
&lt;BR /&gt;I'm trying to send a message to WebSphere JMS. Important: not to WebSphere MQ but to "WebSphere Default messaging provider" which is built in to WebSphere Application Server 6.1 
&lt;BR /&gt;As it is an existing Queue I have no choice to use MQ instead. 
&lt;BR /&gt;I've searched on talendforge and even all over the web for hours now and tried all possibile configurations I could imagine but I didn't manage - so now I'm stuck! 
&lt;BR /&gt;I've tried with tMOMOutput. There is only WebSphere MQ offered as MQ Server, tried it anyway. 
&lt;BR /&gt;My hope was tJMSOutput, but I don't know if "websphere-connector-1_5.jar" is the module to configure for me. Also I'm not sure what to specify as contextprovider and how to corretly build the server URL. 
&lt;BR /&gt;Does anybody have a hint for me how to configure JMS or where to find appropriate information? 
&lt;BR /&gt;regards, 
&lt;BR /&gt;blackfox</description>
      <pubDate>Sat, 16 Nov 2024 13:04:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/JMS-Connection-to-WebSphere/m-p/2209375#M8222</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2024-11-16T13:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: JMS - Connection to WebSphere</title>
      <link>https://community.qlik.com/t5/Talend-Studio/JMS-Connection-to-WebSphere/m-p/2209376#M8223</link>
      <description>I think I am one step further now - probably. 
&lt;BR /&gt;I've found this: 
&lt;A href="http://www-01.ibm.com/support/docview.wss?uid=swg24012804" rel="nofollow noopener noreferrer"&gt;http://www-01.ibm.com/support/docview.wss?uid=swg24012804&lt;/A&gt; 
&lt;BR /&gt;installed it and loaded the librarys from the resulting libfolder (sibc.jms.jar, sibc.jndi.jar, sibc.orb.jar) with a tLibraryLoad for each of them. 
&lt;BR /&gt;My tJMSOutput-configuration is as following: 
&lt;BR /&gt;- Modulliste: sibc.jms.jar 
&lt;BR /&gt;- Context Provider: "com.ibm.websphere.naming.WsnInitialContextFactory" 
&lt;BR /&gt;- "iiop:localhost:7276" (tried without port, or "corbaloc:iiop:localhost" as well) 
&lt;BR /&gt;- Connection Factory JNDI Name and the following according to my queue-settings in WAS-Configuration 
&lt;BR /&gt;When executing the job I get the following exception: 
&lt;BR /&gt;Exception in component tJMSOutput_1 
&lt;BR /&gt;javax.naming.NamingException: Failed to initialize the ORB 
&lt;BR /&gt; at com.ibm.ws.naming.util.Helpers.getOrb(Helpers.java:314) 
&lt;BR /&gt; at com.ibm.ws.naming.util.WsnInitCtxFactory.getInitialContextInternal(WsnInitCtxFactory.java:384) 
&lt;BR /&gt; at com.ibm.ws.naming.util.WsnInitCtx.getContext(WsnInitCtx.java:113) 
&lt;BR /&gt; at com.ibm.ws.naming.util.WsnInitCtx.getContextIfNull(WsnInitCtx.java:428) 
&lt;BR /&gt; at com.ibm.ws.naming.util.WsnInitCtx.lookup(WsnInitCtx.java:144) 
&lt;BR /&gt; at javax.naming.InitialContext.lookup(InitialContext.java:392) 
&lt;BR /&gt; at lvsimport.wakeupadapteraufruf_neu_0_1.WakeupAdapterAufruf_neu.tFixedFlowInput_1Process(WakeupAdapterAufruf_neu.java:442) 
&lt;BR /&gt; at lvsimport.wakeupadapteraufruf_neu_0_1.WakeupAdapterAufruf_neu.tLibraryLoad_3Process(WakeupAdapterAufruf_neu.java:821) 
&lt;BR /&gt; at lvsimport.wakeupadapteraufruf_neu_0_1.WakeupAdapterAufruf_neu.tLibraryLoad_2Process(WakeupAdapterAufruf_neu.java:733) 
&lt;BR /&gt; at lvsimport.wakeupadapteraufruf_neu_0_1.WakeupAdapterAufruf_neu.tLibraryLoad_1Process(WakeupAdapterAufruf_neu.java:645) 
&lt;BR /&gt; at lvsimport.wakeupadapteraufruf_neu_0_1.WakeupAdapterAufruf_neu.runJobInTOS(WakeupAdapterAufruf_neu.java:1004) 
&lt;BR /&gt; at lvsimport.wakeupadapteraufruf_neu_0_1.WakeupAdapterAufruf_neu.main(WakeupAdapterAufruf_neu.java:875) 
&lt;BR /&gt;Caused by: java.lang.ClassCastException: com.sun.corba.se.impl.orb.ORBImpl cannot be cast to com.ibm.CORBA.iiop.ORB 
&lt;BR /&gt; at com.ibm.ws.orb.GlobalORBFactory.init(GlobalORBFactory.java:85) 
&lt;BR /&gt; at com.ibm.ejs.oa.EJSORBImpl.initializeORB(EJSORBImpl.java:174) 
&lt;BR /&gt; at com.ibm.ejs.oa.EJSClientORBImpl.&amp;lt;init&amp;gt;(EJSClientORBImpl.java:97) 
&lt;BR /&gt; at com.ibm.ejs.oa.EJSClientORBImpl.&amp;lt;init&amp;gt;(EJSClientORBImpl.java:73) 
&lt;BR /&gt; at com.ibm.ejs.oa.EJSORB.init(EJSORB.java:386) 
&lt;BR /&gt; at com.ibm.ws.naming.util.Helpers.getOrb(Helpers.java:305) 
&lt;BR /&gt; ... 11 more 
&lt;BR /&gt;So this is the point I got stuck now &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;</description>
      <pubDate>Thu, 24 Feb 2011 13:28:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/JMS-Connection-to-WebSphere/m-p/2209376#M8223</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2011-02-24T13:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: JMS - Connection to WebSphere</title>
      <link>https://community.qlik.com/t5/Talend-Studio/JMS-Connection-to-WebSphere/m-p/2209377#M8224</link>
      <description>I couldn't get further with this &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;BR /&gt;can someone say if it should be possible to put a JMS-message to a websphere jms-queue at all? I even don't know if my approach from post 2 is the correct one. If nobody has a hint for me, it seems I have to find a (ugly?) workaround &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;blackfox</description>
      <pubDate>Thu, 03 Mar 2011 09:02:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/JMS-Connection-to-WebSphere/m-p/2209377#M8224</guid>
      <dc:creator>blackfox</dc:creator>
      <dc:date>2011-03-03T09:02:48Z</dc:date>
    </item>
    <item>
      <title>Re: JMS - Connection to WebSphere</title>
      <link>https://community.qlik.com/t5/Talend-Studio/JMS-Connection-to-WebSphere/m-p/2209378#M8225</link>
      <description>Today I found some time to give this a last try - and I solved it :-)
&lt;BR /&gt;For all others who may find this having the same problem, here is what I had to do
&lt;BR /&gt;- you have to load lots of librarys, in my case eight
&lt;BR /&gt; - com.ibm.ws.emf_2.1.0.jar
&lt;BR /&gt; - com.ibm.ws.runtime_6.1.0.jar
&lt;BR /&gt; - com.ibm.ws.sib.server_2.0.0.jar
&lt;BR /&gt; - com.ibm.ws.sib.utils_2.0.0.jar
&lt;BR /&gt; - com.ibm.ws.wccm_6.1.0.jar
&lt;BR /&gt; - com.ibm.ws.webservices.thinclient_6.1.0.jar
&lt;BR /&gt; - ibmorb.jar
&lt;BR /&gt; - iwsorbutil.jar
&lt;BR /&gt;- load some properties like "org.omg.CORBA.ORBClass=com.ibm.CORBA.iiop.ORB" ==&amp;gt; put it in a file, e.g. "orb.properties" and load it with a tLibraryLoad
&lt;BR /&gt;- tJMSOutput:
&lt;BR /&gt; - ContextProvider: "com.ibm.websphere.naming.WsnInitialContextFactory"
&lt;BR /&gt; - server url: "corbaloc:iiop:localhost" - (replace host)
&lt;BR /&gt; - connection factory jndi name: this tells his own tale - the 
&lt;U&gt;jndi name&lt;/U&gt; of the queueconnectionfactory
&lt;BR /&gt; - to: the queuename. 
&lt;U&gt;Attention: not the jndi-queuename but the connection-queuename&lt;/U&gt; - have a closer look to the configuration of the queue in the was adminconsole for it
&lt;BR /&gt;so - this works, but one little question:
&lt;BR /&gt;Is it possible to load a bunch of librarys in any way? (using one component for all of them or setting classpath or something like this) The job looks a bit confusing with all this tLibraryLoads...
&lt;BR /&gt;-- Edit --
&lt;BR /&gt;moved this question and another to a new topic 14746</description>
      <pubDate>Thu, 17 Mar 2011 09:56:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/JMS-Connection-to-WebSphere/m-p/2209378#M8225</guid>
      <dc:creator>blackfox</dc:creator>
      <dc:date>2011-03-17T09:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: JMS - Connection to WebSphere</title>
      <link>https://community.qlik.com/t5/Talend-Studio/JMS-Connection-to-WebSphere/m-p/2209379#M8226</link>
      <description>i added &lt;BR /&gt;"com.ibm.jaxws.thinclient_7.0.0.jar"&lt;BR /&gt;"com.ibm.ws.admin.client_7.0.0.jar"&lt;BR /&gt;"com.ibm.ws.jpa.thinclient_7.0.0.jar"&lt;BR /&gt;"com.ibm.ws.orb_7.0.0.jar"&lt;BR /&gt;"com.ibm.ws.messagingClient.jar"&lt;BR /&gt;"com.ibm.ws.webservices.thinclient_7.0.0.jar"&lt;BR /&gt;"com.ibm.ws.ejb.thinclient_7.0.0.jar"&lt;BR /&gt;"iwsorbutil.jar"&lt;BR /&gt;and follwed the instruction above (last post), so connection works...&lt;BR /&gt;but i got this error:&lt;BR /&gt;"Exception in component tJMSOutput_1&lt;BR /&gt;java.lang.ClassCastException: com.ibm.ws.sib.api.jms.impl.JmsQueueImpl cannot be cast to javax.jms.ConnectionFactory"&lt;BR /&gt;any suggestions ?&lt;BR /&gt;Richard</description>
      <pubDate>Wed, 27 Jun 2012 15:24:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/JMS-Connection-to-WebSphere/m-p/2209379#M8226</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-06-27T15:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: JMS - Connection to WebSphere</title>
      <link>https://community.qlik.com/t5/Talend-Studio/JMS-Connection-to-WebSphere/m-p/2209380#M8227</link>
      <description>I am trying to use the tMomOutput to write to a WebSphere MQ but I am missing the following jar file 
&lt;BR /&gt;"websphere-connector-1_5.jar" . Can anyone direct me how to find this file, I have tried findjar.com which I consider a very comprehensive jar finder and I am still unable to find it.</description>
      <pubDate>Wed, 13 Nov 2013 14:03:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/JMS-Connection-to-WebSphere/m-p/2209380#M8227</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-13T14:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: JMS - Connection to WebSphere</title>
      <link>https://community.qlik.com/t5/Talend-Studio/JMS-Connection-to-WebSphere/m-p/2209381#M8228</link>
      <description>See 
&lt;A href="https://jira.talendforge.org/browse/TDI-5376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel" rel="nofollow noopener noreferrer"&gt;https://jira.talendforge.org/browse/TDI-5376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&lt;/A&gt;</description>
      <pubDate>Wed, 13 Nov 2013 14:20:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/JMS-Connection-to-WebSphere/m-p/2209381#M8228</guid>
      <dc:creator>janhess</dc:creator>
      <dc:date>2013-11-13T14:20:28Z</dc:date>
    </item>
  </channel>
</rss>

