{"id":168,"date":"2007-11-06T09:46:31","date_gmt":"2007-11-06T09:46:31","guid":{"rendered":"http:\/\/localhost\/exoblog\/2007\/11\/06\/exo-jcr-17-released\/"},"modified":"2007-11-06T09:46:31","modified_gmt":"2007-11-06T09:46:31","slug":"exo-jcr-17-released","status":"publish","type":"post","link":"https:\/\/www.exoplatform.com\/blog\/exo-jcr-17-released\/","title":{"rendered":"eXo JCR 1.7 released"},"content":{"rendered":"<p>&#8211; The one of the main purpose of this release is improvement of core part of JCR implementation to make it more reliable in multi user, high concurrent environment<br \/>\nwith big arrays of data. eXo JCR was highly stress tested using dedicated multi-benchmarking framework as well as third party test tools using different<br \/>\nsize of data storage (to 12M documents of different size).<br \/>\n&#8211; To make it possible move big amount of data between repositories as well as performing backup\/restore, XML export\/import was improved with XML streaming,<br \/>\na.k.a. StAX based engine<br \/>\n&#8211; Several important proprietary features were added such as: random IO for BLOBS (extremelly useful for the FTP and CIFS transport), IPv6 support for replication and others<br \/>\n(see details below)<br \/>\n&#8211; Two new Value Storage implementations were added: (1) another type of local FS based called TreeFileValueStorage is better than Simple one for managing big<br \/>\namount of documents (it is faster for file searching operations). (2) Amazon S3 based value storage allows storing documents remotely using REST based protocol<br \/>\n&#8211; JCR WebDAV server was refactored, now it uses eXo REST framework underneath, MS Office and Open Office plugins were improved as well<br \/>\n&#8211; JCR CIFS was significantly improved and fixed, now it supports NT LN 0.12 protocol, plain text and challange\/response authentication, random IO and other important features<\/p>\n<p>You can download the eXo JCR 1.7 here:<br \/>\nhttp:\/\/forge.objectweb.org\/project\/showfiles.php?group_id=151<\/p>\n<p>Bug fixes<br \/>\n=========<br \/>\nJCR-334 Make dialogs of plugin in a separate library, from which they will be available for all applications of office.<br \/>\nJCR-333 OpenOffice plugin can&#8217;t open remote file from Search window<br \/>\nJCR-325 Repository name seems to be ignored in WebDAV URL<br \/>\nJCR-323 Remove dependency on Servlet API in WebDav service<br \/>\nJCR-309 Remove version after restore Peter Nedonosko<br \/>\nJCR-303 JDBC configuration persister on Postgres<br \/>\nJCR-296 Issue while renaming a file using WebDAV<br \/>\nJCR-293 Escape &#8220;:&#8221; character when setting the JGroups channel and IPv6 is used<br \/>\nJCR-288 String Value.getDate() format exception but content is 8601:2000-compliant<br \/>\nJCR-326 NullPointerException on system view import<br \/>\nJCR-313 Namespace mapping in export<\/p>\n<p>Changes and improvements<br \/>\n========================<\/p>\n<p>JCR-341 Indexer\/Search concurrent usage<br \/>\nJCR-308 S3 stream data optimization<br \/>\nJCR-283 Additional Search testing, refactoring<br \/>\nJCR-243 Improve of exportDocumentView method (of JCR-220 )<br \/>\nJCR-220 Change export to xml file encoding to UTF-8.<br \/>\nJCR-173 Make a value storage plugin that stores content in Amazon S3<br \/>\nJCR-339 Improve import of mix:versionable nodes.<br \/>\nJCR-332 Romove orderable states for ItemState class<br \/>\nJCR-329 Swapped ValueData new lifecycle<br \/>\nJCR-328 Be more tolerant with data inconsistancies at import<br \/>\nJCR-322 Use only target item for actions launch in SessionActionInterceptor<br \/>\nJCR-320 ItemState MOVE mockup (JCR-319)<br \/>\nJCR-317 Value storage ID<br \/>\nJCR-312 Same-Name Siblings for jcr:xmltext nodes<br \/>\nJCR-307 add jcr sql creation script for oracle (multidb)<br \/>\nJCR-305 Create RemoveAuditableAction<br \/>\nJCR-304 Query default order optimization<br \/>\nJCR-297 Remove exception stacks when using webDAV<br \/>\nJCR-295 Remove lock after JCR restart.<br \/>\nJCR-294 Copy of locked node.<br \/>\nJCR-292 Hierarchical organized BLOB value storage<br \/>\nJCR-291 NT LM 0.12 SMB dialect implementation<br \/>\nJCR-287 Import\/Export with StAX impl (BLOB operation optimized)<\/p>\n<p><strong>WebDav Service Updates<\/strong><br \/>\n* simplified configuration;<br \/>\n* using of the resources were removed;<br \/>\n* client library contains 99 tests for testing the most used cases;<br \/>\n* locking mechanism was updated. Now it contains valid timeout value;<br \/>\n* implemented chunked transfer-encoding;<br \/>\n* refactored properties working in PROPFIND, REPORT, PROPPATCH commands;<br \/>\n* PROPNAMES type of the PROPFIND included<\/p>\n<p><strong>Microsoft Office Plugin Release updates<\/strong><\/p>\n<p>* exo_jcr.msofficeplugin.common library created;<br \/>\n* proxy settings was removed from Settings dialog;<br \/>\n* small redesigning of the dialogs windows;<br \/>\n* now size value shows in the friendly format;<br \/>\n* the Sessings dialog checks on the correct input parameters;<br \/>\n* the repository name configuration included in the Settings dialog;<br \/>\n* versions of the file sorted by Creation Date;<br \/>\n* new icons and mime-types included;<\/p>\n<p><strong>Open Office Add-On release updates<\/strong><\/p>\n<p>* small redesigning of the dialogs windows;<br \/>\n* size value shows in the friendly format;<br \/>\n* the repository name configuration included in the Settings dialog;<br \/>\n* versions of the file sorted by Creation Date;<br \/>\n* search error fixed: the property jcr:data always sends to client during searching;<br \/>\n* fixrd the error while saving a non-existent file: now displays a message &#8220;Can&#8217;t save the file&#8221;;<br \/>\n* now the query displays when store file with a another name (Save As), and a file of that name is exists.<\/p>\n<p><strong>Link Producer Service Release updates<\/strong><\/p>\n<p>* Lnk Producer is an extension of the REST framework library;<br \/>\n* URL changed from http:\/\/host:port\/lnkgenerator\/.. to the http:\/\/host:port\/rest\/lnkproducer\/&#8230;<\/p>\n<p><strong>CIFS Service changes<\/strong><br \/>\n&#8211; NTLM 0.12 protocol dialect impementation added.NTLM 0.12 dialect is the newest of standart dialects.<br \/>\n&#8211; VirtualCircuits added &#8211; client-server session stability increased.<br \/>\n&#8211; java-implemented transport layer (NetBIOS) added. Server runs on nonWindoes systems now.<br \/>\n&#8211; user authentication implemented. Plain text and challange\/response mechanism.<br \/>\n&#8211; file random write ability added. Just a small files (size &lt;50Mb). File size limitation depends from common server and network productivity.<br \/>\n&#8211; server configuration updated.<\/p>\n<p>Restrictions, defects, detected faults:<br \/>\n&#8211; file write restriction &#8211; server can&#8217;t write large files. Server haven&#8217;t time to finish file save. File size limitation depends from common server and network productivity.<br \/>\n&#8211; when server runs over nonWindows systems it&#8217;s invisible in Microsoft Windows Neighbourhood.<br \/>\n&#8211; representation of and oparations over samename files are uncleare.<br \/>\n&#8211; if negotiated dialect is LanMan, there are faults with enters on server (enters from 2-3 attempt).<br \/>\n&#8211; if you have SVN installed on client, there may by shorttime hangs of clients whan you performs any operation in root folders.<\/p>\n","protected":false},"excerpt":{"rendered":"&#8211; The one of the main purpose of this release is improvement of core part of JCR implementation to make it more reliable in multi user, high concurrent environment with big arrays of data. eXo JCR was highly stress tested using dedicated multi-benchmarking framework as well as third party test tools using different size of [&hellip;]","protected":false},"author":7,"featured_media":27550,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"image","meta":[],"categories":[409],"tags":[582,703,647],"lang":"en","translations":{"en":168},"pll_sync_post":[],"_links":{"self":[{"href":"https:\/\/www.exoplatform.com\/blog\/wp-json\/wp\/v2\/posts\/168"}],"collection":[{"href":"https:\/\/www.exoplatform.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.exoplatform.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.exoplatform.com\/blog\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/www.exoplatform.com\/blog\/wp-json\/wp\/v2\/comments?post=168"}],"version-history":[{"count":0,"href":"https:\/\/www.exoplatform.com\/blog\/wp-json\/wp\/v2\/posts\/168\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.exoplatform.com\/blog\/wp-json\/wp\/v2\/media\/27550"}],"wp:attachment":[{"href":"https:\/\/www.exoplatform.com\/blog\/wp-json\/wp\/v2\/media?parent=168"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.exoplatform.com\/blog\/wp-json\/wp\/v2\/categories?post=168"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.exoplatform.com\/blog\/wp-json\/wp\/v2\/tags?post=168"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}