Try now Demo en
  • en
  • fr
  • de
  • Solutions
    • Use cases
      • Modern IntranetBuild strong internal culture & sense of belonging
      • Collaboration PlatformEfficient teamwork and project collaboration
      • Social NetworkEngage users & recognize contributions
      • Knowledge hubCentralize, organize and share company knowledge
      • Application PortalUnified access to business applications and information
    • Switch to eXo
      • Microsoft 365 AlternativeAn open-source digital workplace alternative to M365
      • Migrate to eXo PlatformA guided, secure migration path from your existing tools to eXo
  • Product
    • Overview
      • Platform overviewExplore core capabilities
      • Why eXoKey differentiators
      • InternationalisationMultilingual environments
      • MobileBranded mobile applications
    • Platform
      • No CodeTailor to your needs without code
      • IntegrationsConnectors & extension capabilities
      • Controlled AIGoverned, extensible AI
    • Technology
      • ArchitectureArchitecture & technology
      • SecuritySecurity measures
      • Open sourceComponents & licensing
  • Offers
    • EnterprisePrivate cloud or on-premise deployments
    • eXo HubsReady-to-use SaaS edition for teams
    • Compare EditionsCompare editions and choose the right fit
    • OEM EditionFor software vendors & service providers
    • ServicesDiscover eXo professional services
  • Resources
    • Resource center
      • Case studies
      • White Papers
      • Datasheets
      • Videos
    • FAQsAbout the software, the community and our offers
      • Platform & Use Cases
      • AI & Responsible AI
      • Deployment, Security & Compliance
      • Open-source, Pricing & Services
    • From The Blog
      • eXo Platform 7.1 is released
      • Digital sovereignty: when public organizations move from words to action
      • 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
    • REST APIs & DocumentationAll REST APIs available in eXo Platform
  • Company
    • About us
    • Customers
    • Partners
    • Contact us
    • Newsroom
  • Menu mobile
    • Enterprise Offers
    • Blog
    • About us
    • Resource center
    • Careers
    • Contact us
    • Try eXo
Use cases
  • Modern Intranet Build strong internal culture & sense of belonging
  • Collaboration Platform Efficient teamwork and project collaboration
  • Social Network Engage users & recognize contributions
  • Knowledge hub Centralize, organize and share company knowledge
  • Application Portal Unified access to business applications and information
Switch to eXo
  • Microsoft 365 Alternative An open-source digital workplace alternative to M365
  • Migrate to eXo Platform A guided, secure migration path from your existing tools to eXo
Overview
  • Platform overview Explore core capabilities
  • Why eXo Key differentiators
  • Internationalisation Multilingual environments
  • Mobile Branded mobile applications
Platform
  • No Code Tailor to your needs without code
  • Integrations Connectors & extension capabilities
  • Controlled AI Governed, extensible AI
Technology
  • Architecture Architecture & technology
  • Security Security measures
  • Open source Components & licensing
Enterprise Private cloud or on-premise deployments
eXo Hubs Ready-to-use SaaS edition for teams
Compare Editions Compare editions and choose the right fit
OEM Edition For software vendors & service providers
Services Discover eXo professional services
Resource center
  • Case studies
  • White Papers
  • Datasheets
  • Videos
FAQs About the software, the community and our offers
  • Platform & Use Cases
  • AI & Responsible AI
  • Deployment, Security & Compliance
  • Open-source, Pricing & Services
From The Blog
  • eXo Platform 7.1 is released
  • Digital sovereignty: when public organizations move from words to action
  • 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
REST APIs & Documentation All REST APIs available in eXo Platform
About us
Customers
Partners
Contact us
Newsroom
Enterprise Offers
Blog
About us
Resource center
Careers
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
    • Internationalisation
    • Mobile
    • No Code
    • Architecture
    • Integrations
    • Security
    • Open Source
  • Uses cases
    • Employee Portal
    • Knowledge management
    • Entreprise Social Network
    • Employee Engagement
    • Community Management
    • Extranet
  • Guides
    • What is a digital workplace?
    • Intranet guide
    • What is an extranet?
    • Employee engagement
    • Collaboration guide
    • Teamwork guide
    • Internal Communication guide
  • Enterprise
    • Product offer
    • Services Offer
    • Customers
    • About us
  • Resources
    • FAQs
    • Resource Center
    • Intranet Portal
    • What Is a Collaboration Software?
    • Talent Management
    • Employee Connection
    • Employee Intranet
    • Improve internal communication
    • eXo Tribe
  • Terms and Conditions
  • Legal
  • Privacy Policy
  • Accessibility
  • Contact us
  • Sitemap
  • Facebook
  • Twitter
  • LinkedIn
wpDiscuz