Bug 1024324 - Infinispan Query Guide: 4.2.2. Configure Indexing using XML
Summary: Infinispan Query Guide: 4.2.2. Configure Indexing using XML
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Data Grid 6
Classification: JBoss
Component: Documentation
Version: 6.2.0
Hardware: Unspecified
OS: Unspecified
unspecified
low
Target Milestone: GA
: 6.2.0
Assignee: Mandar Joshi
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-10-29 11:56 UTC by Anna Manukyan
Modified: 2015-09-01 02:59 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Build Name: 14318, Infinispan Query Guide-6.2-Beta-1 Build Date: 22-10-2013 18:24:19 Topic ID: 5170-477865 [Latest]
Last Closed: 2013-11-07 22:50:33 UTC
Type: Bug


Attachments (Terms of Use)

Description Anna Manukyan 2013-10-29 11:56:50 UTC
This is more like a suggestion:

In the code snippet for infinispan the 5.2 versioned namespace is used, although the documentation is for JDG 6.2. So perhaps it worth to use the infinispan 6.0 namespace, so that the code looks like:

<?xml version="1.0" encoding="UTF-8"?>
<infinispan
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xsi:schemaLocation="urn:infinispan:config:6.0 http://www.infinispan.org/schemas/infinispan-config-6.0.xsd"
      xmlns="urn:infinispan:config:6.0">
   <default>
      <indexing enabled="true" indexLocalOnly="true">
         <properties>
            <property name="default.directory_provider" value="ram" />
         </properties>
      </indexing>
   </default>
</infinispan>

Comment 2 gsheldon 2013-10-30 03:16:15 UTC
Assigning to Mandar.

Mandar, this bug relates to topic 5170.

Comment 5 Anna Manukyan 2013-10-31 12:00:53 UTC
Verified, thanks a lot!

Comment 6 Misha H. Ali 2013-11-07 22:50:33 UTC
This bug is approved and available at:

https://access.redhat.com/site/documentation/Red_Hat_JBoss_Data_Grid/


Note You need to log in before you can comment on or make changes to this bug.