I have connected my oracle schema to solr. The tables and columns in my oracle schema were created with double-quotes(") and I am getting errors when using them below in the entity query portion of dataconfig.xml:
<entity name="itemsum" query="select * from Bug b where b."item" = 8 " >
The error I am getting is:
Caused by: org.xml.sax.SAXParseException: Element type "entity" must be followed by either attribute specifications, ">" or "/>".
I know it is because of the double-quote but I cannot recreate my table and columns. Any ideas would be appreciated.