<?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: [resolved] Sending email in a java bean - not finding javax.mail in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Sending-email-in-a-java-bean-not-finding-javax-mail/m-p/2229792#M20634</link>
    <description>I finally found by myself : right click on the bean in the Repository view and select "Edit bean libraries". 
&lt;BR /&gt;Just surprised Talend didn't tell me this option
&lt;BR /&gt;Loko</description>
    <pubDate>Tue, 07 Mar 2017 09:15:16 GMT</pubDate>
    <dc:creator>Loko</dc:creator>
    <dc:date>2017-03-07T09:15:16Z</dc:date>
    <item>
      <title>[resolved] Sending email in a java bean - not finding javax.mail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Sending-email-in-a-java-bean-not-finding-javax-mail/m-p/2229788#M20630</link>
      <description>Hello&lt;BR /&gt;I'm writing a bean in the code/beans section, to have a function sending emails that will be called by a cProcessor in my route. (I don't waant to use cMail).&lt;BR /&gt;When I do "import javax.mail.*" it says it can't find it. But in the Studio/plugins directory I can see the javax.mail_1.4.0.v201005080615.jar file. &lt;BR /&gt;How can I import it in my java code ? &lt;BR /&gt;Thank you&lt;BR /&gt;Loko</description>
      <pubDate>Sat, 16 Nov 2024 10:03:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Sending-email-in-a-java-bean-not-finding-javax-mail/m-p/2229788#M20630</guid>
      <dc:creator>Loko</dc:creator>
      <dc:date>2024-11-16T10:03:11Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Sending email in a java bean - not finding javax.mail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Sending-email-in-a-java-bean-not-finding-javax-mail/m-p/2229789#M20631</link>
      <description>Studio/plugins contains Plugin dependencies, not a component one. Add required jars via cConfig component</description>
      <pubDate>Thu, 23 Feb 2017 08:25:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Sending-email-in-a-java-bean-not-finding-javax-mail/m-p/2229789#M20631</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-23T08:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Sending email in a java bean - not finding javax.mail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Sending-email-in-a-java-bean-not-finding-javax-mail/m-p/2229790#M20632</link>
      <description>Hello aleXx 
&lt;BR /&gt;This would work, but does not suit our needs. We're writing generic java libraries in a bean that will be used in hundreds of routes, we can't add a cConfig in all thoses routes and then modify them all at will, we need a centralized solution for easier maintainance. 
&lt;BR /&gt;For instance, in my bean, I can easily import java.util, java.security, java.text, java.time etc ... How can I know the list of all libraries available for import ? and how can I add one to be imported in a bean ? 
&lt;BR /&gt;An other strange issue : in a bean, if I write "import org.apache." the autocompletion does not suggest "org.apache.camel". If I write this it gets red underlined as faulty but it works anyway. 
&lt;BR /&gt;In my java code, same issue, "Message mymessage = .... " shows an error on "Message" not recognized as a type, but it works.</description>
      <pubDate>Thu, 23 Feb 2017 09:03:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Sending-email-in-a-java-bean-not-finding-javax-mail/m-p/2229790#M20632</guid>
      <dc:creator>Loko</dc:creator>
      <dc:date>2017-02-23T09:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Sending email in a java bean - not finding javax.mail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Sending-email-in-a-java-bean-not-finding-javax-mail/m-p/2229791#M20633</link>
      <description>Where is the list of the included java libraries that we can import into a bean without having to use a cConfig ? (such as java.utils.* etc ..) ? &lt;BR /&gt;How can we add some libraries at the same level, that will always be available to all routes and all beans ? &lt;BR /&gt;Subsidiary question : why isn't "org.apache.camel" recognized in the java bean editor, while it do compile and work ? &lt;BR /&gt;Thank you.&lt;BR /&gt;Loko</description>
      <pubDate>Wed, 01 Mar 2017 13:39:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Sending-email-in-a-java-bean-not-finding-javax-mail/m-p/2229791#M20633</guid>
      <dc:creator>Loko</dc:creator>
      <dc:date>2017-03-01T13:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Sending email in a java bean - not finding javax.mail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Sending-email-in-a-java-bean-not-finding-javax-mail/m-p/2229792#M20634</link>
      <description>I finally found by myself : right click on the bean in the Repository view and select "Edit bean libraries". 
&lt;BR /&gt;Just surprised Talend didn't tell me this option
&lt;BR /&gt;Loko</description>
      <pubDate>Tue, 07 Mar 2017 09:15:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Sending-email-in-a-java-bean-not-finding-javax-mail/m-p/2229792#M20634</guid>
      <dc:creator>Loko</dc:creator>
      <dc:date>2017-03-07T09:15:16Z</dc:date>
    </item>
  </channel>
</rss>

