Try now Demo en
  • en
  • fr
  • de
  • Solutions
    • Use cases
      • Modern IntranetBuild strong internal culture & sense of belonging
      • Collaboration PlatformEfficient project management & teamwork
      • Social NetworkEngage users & recognize contributions
      • Knowledge managementCentralize & share your company knowledge
      • Employee PortalEngage your community
    • Industries
      • Public Sector
      • Networks
      • Education
      • Enterprises
  • Product
    • Overview
      • Digital workplaceFeatures & capabilities
      • Why eXoKey differentiators
      • InternationalisationMultilingual environments
      • MobileBranded mobile applications
    • Platform
      • No CodeTailor to your needs without code
      • IntegrationsAvailable connectors & extension capabilities
    • Technology
      • ArchitectureAn overview of eXo Platform technology
      • SecurityeXo Platform security measures
      • Open sourceComponents & licensing
  • Offers
    • EnterpriseMore than 250 users
    • ProfessionalLess than 250 users
    • OEM EditionFor software vendors & service providers
    • ServicesDiscover eXo professional services
  • Resources
    • Resource center
      • Case studies
      • White Papers
      • Datasheets
      • Videos
    • Migration guide
      • Alternative to Microsoft 365
      • Alternative to Sharepoint
      • Alternative to Workplace from Meta
    • From The Blog
      • eXo Platform 7.0 is released
      • eXo Platform Community Edition 7.0 is released
      • Cloud Vs On-premise Digital Workplace: Which one is right for your business?
  • Community
    • CommunityJoin our online community platform
    • DownloadLaunch eXo platform in your infrastructure
    • Source codeSource code on github
    • FAQsAbout the software, the community and our offers
    • REST APIs & DocumentationAll REST APIs available in eXo Platform
  • Company
    • About us
    • Customers
    • Partners
    • Contact us
    • Newsroom
  • Menu mobile
    • Pricing
    • About us
    • Careers
    • Resource center
    • Blog
    • Contact us
    • Try eXo
Use cases
  • Modern Intranet Build strong internal culture & sense of belonging
  • Collaboration Platform Efficient project management & teamwork
  • Social Network Engage users & recognize contributions
  • Knowledge management Centralize & share your company knowledge
  • Employee Portal Engage your community
Industries
  • Public Sector
  • Networks
  • Education
  • Enterprises
Overview
  • Digital workplace Features & capabilities
  • Why eXo Key differentiators
  • Internationalisation Multilingual environments
  • Mobile Branded mobile applications
Platform
  • No Code Tailor to your needs without code
  • Integrations Available connectors & extension capabilities
Technology
  • Architecture An overview of eXo Platform technology
  • Security eXo Platform security measures
  • Open source Components & licensing
Enterprise More than 250 users
Professional Less than 250 users
OEM Edition For software vendors & service providers
Services Discover eXo professional services
Resource center
  • Case studies
  • White Papers
  • Datasheets
  • Videos
Migration guide
  • Alternative to Microsoft 365
  • Alternative to Sharepoint
  • Alternative to Workplace from Meta
From The Blog
  • eXo Platform 7.0 is released
  • eXo Platform Community Edition 7.0 is released
  • Cloud Vs On-premise Digital Workplace: Which one is right for your business?
Community Join our online community platform
Download Launch eXo platform in your infrastructure
Source code Source code on github
FAQs About the software, the community and our offers
REST APIs & Documentation All REST APIs available in eXo Platform
About us
Customers
Partners
Contact us
Newsroom
Pricing
About us
Careers
Resource center
Blog
Contact us
Try eXo
  1. Accueil
  2. workplace
  3. eXo JCR 1.7 released

eXo JCR 1.7 released

– 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 data storage (to 12M documents of different size).
– 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,
a.k.a. StAX based engine
– 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
(see details below)
– Two new Value Storage implementations were added: (1) another type of local FS based called TreeFileValueStorage is better than Simple one for managing big
amount of documents (it is faster for file searching operations). (2) Amazon S3 based value storage allows storing documents remotely using REST based protocol
– JCR WebDAV server was refactored, now it uses eXo REST framework underneath, MS Office and Open Office plugins were improved as well
– 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

You can download the eXo JCR 1.7 here:
http://forge.objectweb.org/project/showfiles.php?group_id=151

Bug fixes
=========
JCR-334 Make dialogs of plugin in a separate library, from which they will be available for all applications of office.
JCR-333 OpenOffice plugin can’t open remote file from Search window
JCR-325 Repository name seems to be ignored in WebDAV URL
JCR-323 Remove dependency on Servlet API in WebDav service
JCR-309 Remove version after restore Peter Nedonosko
JCR-303 JDBC configuration persister on Postgres
JCR-296 Issue while renaming a file using WebDAV
JCR-293 Escape “:” character when setting the JGroups channel and IPv6 is used
JCR-288 String Value.getDate() format exception but content is 8601:2000-compliant
JCR-326 NullPointerException on system view import
JCR-313 Namespace mapping in export

Changes and improvements
========================

JCR-341 Indexer/Search concurrent usage
JCR-308 S3 stream data optimization
JCR-283 Additional Search testing, refactoring
JCR-243 Improve of exportDocumentView method (of JCR-220 )
JCR-220 Change export to xml file encoding to UTF-8.
JCR-173 Make a value storage plugin that stores content in Amazon S3
JCR-339 Improve import of mix:versionable nodes.
JCR-332 Romove orderable states for ItemState class
JCR-329 Swapped ValueData new lifecycle
JCR-328 Be more tolerant with data inconsistancies at import
JCR-322 Use only target item for actions launch in SessionActionInterceptor
JCR-320 ItemState MOVE mockup (JCR-319)
JCR-317 Value storage ID
JCR-312 Same-Name Siblings for jcr:xmltext nodes
JCR-307 add jcr sql creation script for oracle (multidb)
JCR-305 Create RemoveAuditableAction
JCR-304 Query default order optimization
JCR-297 Remove exception stacks when using webDAV
JCR-295 Remove lock after JCR restart.
JCR-294 Copy of locked node.
JCR-292 Hierarchical organized BLOB value storage
JCR-291 NT LM 0.12 SMB dialect implementation
JCR-287 Import/Export with StAX impl (BLOB operation optimized)

WebDav Service Updates
* simplified configuration;
* using of the resources were removed;
* client library contains 99 tests for testing the most used cases;
* locking mechanism was updated. Now it contains valid timeout value;
* implemented chunked transfer-encoding;
* refactored properties working in PROPFIND, REPORT, PROPPATCH commands;
* PROPNAMES type of the PROPFIND included

Microsoft Office Plugin Release updates

* exo_jcr.msofficeplugin.common library created;
* proxy settings was removed from Settings dialog;
* small redesigning of the dialogs windows;
* now size value shows in the friendly format;
* the Sessings dialog checks on the correct input parameters;
* the repository name configuration included in the Settings dialog;
* versions of the file sorted by Creation Date;
* new icons and mime-types included;

Open Office Add-On release updates

* small redesigning of the dialogs windows;
* size value shows in the friendly format;
* the repository name configuration included in the Settings dialog;
* versions of the file sorted by Creation Date;
* search error fixed: the property jcr:data always sends to client during searching;
* fixrd the error while saving a non-existent file: now displays a message “Can’t save the file”;
* now the query displays when store file with a another name (Save As), and a file of that name is exists.

Link Producer Service Release updates

* Lnk Producer is an extension of the REST framework library;
* URL changed from http://host:port/lnkgenerator/.. to the http://host:port/rest/lnkproducer/…

CIFS Service changes
– NTLM 0.12 protocol dialect impementation added.NTLM 0.12 dialect is the newest of standart dialects.
– VirtualCircuits added – client-server session stability increased.
– java-implemented transport layer (NetBIOS) added. Server runs on nonWindoes systems now.
– user authentication implemented. Plain text and challange/response mechanism.
– file random write ability added. Just a small files (size <50Mb). File size limitation depends from common server and network productivity.
– server configuration updated.

Restrictions, defects, detected faults:
– file write restriction – server can’t write large files. Server haven’t time to finish file save. File size limitation depends from common server and network productivity.
– when server runs over nonWindows systems it’s invisible in Microsoft Windows Neighbourhood.
– representation of and oparations over samename files are uncleare.
– if negotiated dialect is LanMan, there are faults with enters on server (enters from 2-3 attempt).
– if you have SVN installed on client, there may by shorttime hangs of clients whan you performs any operation in root folders.

Brahim Jaouane

I am a Digital Marketing specialist specialized in SEO at eXo Platform. Passionate about new technologies and Digital Marketing. With 10 years' experience, I support companies in their digital communication strategies and implement the tools necessary for their success. My approach combines the use of different traffic acquisition levers and an optimization of the user experience to convert visitors into customers. After various digital experiences in communication agencies as well as in B2B company, I have a wide range of skills and I am able to manage the digital marketing strategy of small and medium-sized companies.

Full-featured digital workplace with everything your employees need to work efficiently, smartly integrated for a compelling employee experience

  • Product
    • Software tour
    • Communication
    • Collaboration
    • Knowledge
    • Productivity
    • Open Source
    • Integrations
    • Security
  • Uses cases
    • Digital Workplace
    • Intranet software
    • Collaboration software
    • Knowledge management software
    • Entreprise Social Network
    • Employee Engagement platform
  • Roles
    • Internal Communications
    • Human Resources
    • Information Technology
  • Company
    • Product offer
    • Services Offer
    • Customers
    • Partners
    • About us
  • Resources
    • FAQs
    • Resource Center
    • Collaboration guide
    • What is a Digital workplace?
    • What is an intranet?
    • Employee engagement
  • Terms and Conditions
  • Legal
  • Privacy Policy
  • Accessibility
  • Contact us
  • Sitemap
  • Facebook
  • Twitter
  • LinkedIn
wpDiscuz