Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-13101

NPE when mapping nested entity that is not @Indexed but has @Field

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Done
    • Major
    • 12.1.5.Final, 13.0.0.Dev02
    • 12.1.4.Final
    • Indexing
    • None

    Description

      This comes from the C# testsuite, a cache is created with the following template:

        <distributed-cache name="queryCache">
         <indexing>
           <indexed-entities>
      <indexed-entity>sample_bank_account.User</indexed-entity>
      <indexed-entity>sample_bank_account.Transaction</indexed-entity>
      </indexed-entities>
      </indexing>
      </distributed-cache>

      protobuf schema bank.proto is attached.
      When trying to put an entry into the cache with the protobuf marshaller an exception is raised. See attach exeception.log

      same test works in 11.0.9

      Attachments

        1. bank.proto
          3 kB
        2. exception.log
          16 kB

        Activity

          People

            gfernand@redhat.com Gustavo Fernandes (Inactive)
            vrigamon@redhat.com Vittorio Rigamonti
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: