Bug 1024324

Summary: Infinispan Query Guide: 4.2.2. Configure Indexing using XML
Product: [JBoss] JBoss Data Grid 6 Reporter: Anna Manukyan <amanukya>
Component: DocumentationAssignee: Mandar Joshi <majoshi>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: low Docs Contact:
Priority: unspecified    
Version: 6.2.0CC: jdg-bugs, pyaduvan
Target Milestone: GA   
Target Release: 6.2.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
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
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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/