Jump to content
We've recently updated our Privacy Statement, available here ×

tbuterbaugh

Members
  • Posts

    4
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Posts posted by tbuterbaugh

  1. It is failing because you have a space in the column name. To fix do this:

    Edit WEB-INF/applicationContext-adhoc-dataStrategy.xml file. Find the section below and comment out the "escapedVariableChars" property as shown: 

       <bean id="newClassicDataStrategy"
              class="com.jaspersoft.ji.adhoc.strategy.NewClassicDataStrategy"
              parent="commonDomainDataStrategy"
              scope="prototype">
            <!-- need to get to the slFactory because you don't have a schema -->
            <property name="semanticLayerFactory" ref="semanticLayerFactory"/>
            <!-- enable escaping for field names in topic that may be special to DomEL -->
          <!-- COMMENT OUT THE LINE BELOW
            <property name="escapedVariableChars" value=" .-:"/>
            END COMMENT -->
        </bean>

     

    Restart and it should work now.

     

×
×
  • Create New...