<?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: How to configure Nuxeo with Oracle and SQLBinaryManager in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-configure-nuxeo-with-oracle-and-sqlbinarymanager/m-p/313769#M770</link>
    <description>&lt;P&gt;No, &lt;CODE&gt;nuxeo-core-binarymanager-sql&lt;/CODE&gt; is not part of the standard Nuxeo distribution. You have to install the JAR yourself in your Nuxeo instance (in &lt;CODE&gt;nxserver/bundles&lt;/CODE&gt;).&lt;/P&gt;</description>
    <pubDate>Fri, 09 Jan 2015 10:54:40 GMT</pubDate>
    <dc:creator>Florent_Guillau</dc:creator>
    <dc:date>2015-01-09T10:54:40Z</dc:date>
    <item>
      <title>How to configure Nuxeo with Oracle and SQLBinaryManager</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-configure-nuxeo-with-oracle-and-sqlbinarymanager/m-p/313768#M769</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I'm evaluating Nuxeo 6.0 for possible future usage in my company.&lt;/P&gt;
&lt;P&gt;I already managed to set up Nuxeo with metadata stored in Oracle. This works fine, even if I get lots of type mismatch errors in server.log like &lt;CODE&gt;ERROR [localhost-startStop-1] [org.nuxeo.ecm.core.storage.sql.jdbc.JDBCMapper] SQL type mismatch for "HIERARCHY"."NAME": expected 12, database has -9 / NVARCHAR2 (2000)&lt;/CODE&gt;, but this is not my question yet.&lt;/P&gt;
&lt;P&gt;As a special requirement document data has to be stored in Oracle database, too. I found this link to SQLBinaryManager at &lt;A href="http://doc.nuxeo.com/display/NXDOC/VCS"&gt;http://doc.nuxeo.com/display/NXDOC/VCS&lt;/A&gt; bottom. I tried to install that into Nuxeo as a local package but didn't work. I assume, it is already part of default Nuxeo and only has to be activated. I continued to follow the instructions, but didn't work. Then I recognized that nuxeo.templates value is not empty but oracle and nuxeo.templates.includes value is not empty but common. So I &lt;EM&gt;append&lt;/EM&gt; special settings and ended up with &lt;CODE&gt;ERROR [localhost-startStop-1] [org.nuxeo.common.xmap.XValueFactory] Cannot load class: org.nuxeo.ecm.core.storage.sql.SQLBinaryManager&lt;/CODE&gt;.&lt;/P&gt;
&lt;P&gt;This is my (nonworking) nuxeo.conf belonging to this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;nuxeo.templates=oracle,custom
nuxeo.template.includes=common,C:/nuxeo/templates/custom/nxserver/config/default-repository-config.xml
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;and default-repository-config.xml&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;&amp;lt;?xml version="1.0"?&amp;gt;
&amp;lt;component name="default-repository-config"&amp;gt;
&amp;lt;extension target="org.nuxeo.ecm.core.storage.sql.RepositoryService" point="repository"&amp;gt;
&amp;lt;repository name="default"
factory="org.nuxeo.ecm.core.storage.sql.ra.PoolingRepositoryFactory"&amp;gt;
&amp;lt;pool minPoolSize="0" maxPoolSize="20"
blockingTimeoutMillis="100" idleTimeoutMinutes="10" /&amp;gt;
&amp;lt;clustering enabled="false" delay="1000" /&amp;gt;
&amp;lt;binaryStore path="" /&amp;gt;
&amp;lt;noDDL&amp;gt;false&amp;lt;/noDDL&amp;gt;
&amp;lt;aclOptimizations enabled="true"/&amp;gt;
&amp;lt;pathOptimizations enabled="true"/&amp;gt;
&amp;lt;idType&amp;gt;varchar&amp;lt;/idType&amp;gt;
&amp;lt;indexing&amp;gt;
&amp;lt;fulltext disabled="false"&amp;gt;
&amp;lt;index name="default"&amp;gt;
&amp;lt;!-- all props implied --&amp;gt;
&amp;lt;/index&amp;gt;
&amp;lt;index name="title"&amp;gt;
&amp;lt;field&amp;gt;dc:title&amp;lt;/field&amp;gt;
&amp;lt;/index&amp;gt;
&amp;lt;index name="description"&amp;gt;
&amp;lt;field&amp;gt;dc:description&amp;lt;/field&amp;gt;
&amp;lt;/index&amp;gt;
&amp;lt;/fulltext&amp;gt;
&amp;lt;!--
For Oracle (Oracle Text indexing parameters):
&amp;lt;fulltext analyzer="LEXER MY_LEXER"/&amp;gt;
See doc at:
&lt;A href="http://jira.nuxeo.org/browse/NXP-4035" target="test_blank"&gt;http://jira.nuxeo.org/browse/NXP-4035&lt;/A&gt;
&lt;A href="http://download.oracle.com/docs/cd/B19306_01/text.102/b14218/cdatadic.htm" target="test_blank"&gt;http://download.oracle.com/docs/cd/B19306_01/text.102/b14218/cdatadic.htm&lt;/A&gt;
--&amp;gt;
&amp;lt;/indexing&amp;gt;
&amp;lt;usersSeparator key="|" /&amp;gt;
&amp;lt;binaryManager class="org.nuxeo.ecm.core.storage.sql.SQLBinaryManager"
key="datasource=jdbc/binaries,table=binaries,cachesize=10MB" /&amp;gt;
&amp;lt;/repository&amp;gt;
&amp;lt;/extension&amp;gt;
&amp;lt;/component&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Can somebody give me a proper configuration?&lt;/P&gt;
&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jan 2015 14:32:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-configure-nuxeo-with-oracle-and-sqlbinarymanager/m-p/313768#M769</guid>
      <dc:creator>martin_</dc:creator>
      <dc:date>2015-01-08T14:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure Nuxeo with Oracle and SQLBinaryManager</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-configure-nuxeo-with-oracle-and-sqlbinarymanager/m-p/313769#M770</link>
      <description>&lt;P&gt;No, &lt;CODE&gt;nuxeo-core-binarymanager-sql&lt;/CODE&gt; is not part of the standard Nuxeo distribution. You have to install the JAR yourself in your Nuxeo instance (in &lt;CODE&gt;nxserver/bundles&lt;/CODE&gt;).&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jan 2015 10:54:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-configure-nuxeo-with-oracle-and-sqlbinarymanager/m-p/313769#M770</guid>
      <dc:creator>Florent_Guillau</dc:creator>
      <dc:date>2015-01-09T10:54:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure Nuxeo with Oracle and SQLBinaryManager</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-configure-nuxeo-with-oracle-and-sqlbinarymanager/m-p/313770#M771</link>
      <description>&lt;P&gt;Hello Florent,&lt;/P&gt;
&lt;P&gt;thanks for yuor quick response! I am only able to find java source code, no jar. I am not a java developer, nor do I have a java developing environment. A jar contains compiled java code, right? I have no idea how to create that jar from source code. Pls can you&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;give me command lines to create that jar using javac - or&lt;/LI&gt;
&lt;LI&gt;point me to where to download that jar (much easier!) - or&lt;/LI&gt;
&lt;LI&gt;put that jar as an addon to the marketplace (easiest)?&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jan 2015 12:34:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-configure-nuxeo-with-oracle-and-sqlbinarymanager/m-p/313770#M771</guid>
      <dc:creator>martin_</dc:creator>
      <dc:date>2015-01-09T12:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure Nuxeo with Oracle and SQLBinaryManager</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-configure-nuxeo-with-oracle-and-sqlbinarymanager/m-p/313771#M772</link>
      <description>&lt;P&gt;you can find almost any Nuxeo artifacts in our Nexus repository.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jan 2015 22:59:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-configure-nuxeo-with-oracle-and-sqlbinarymanager/m-p/313771#M772</guid>
      <dc:creator>Thierry_Martins</dc:creator>
      <dc:date>2015-01-14T22:59:47Z</dc:date>
    </item>
  </channel>
</rss>

