PDA

View Full Version : xaction not showing in UI



JPBowden
02-23-2007, 12:43 PM
Is there anything in an xaction or properties file that would prevent the xaction from showing in the UI? Today I added a new xaction to my working 1.2.0.470-RC3 environment but it doesn't show in the UI. The server log shows the xaction file being picked up, and I don't see any errors relating to the xaction. I can run it successfully by manually entering the url in the browser (http://bi.redroller.com/pentaho/ViewAction?solution=RedRoller&path=Reporting&action=TimeLine.xaction).


2007-02-23 12:08:43,900 INFO [org.pentaho.repository.filebased.solution.SolutionRepository] SOLUTION-REPOSITORY: Adding action to solution repository TimeLine.xaction
2007-02-23 12:08:43,900 DEBUG [org.pentaho.repository.filebased.solution.SolutionRepository] SOLUTION-REPOSITORY: SolutionRepository.DEBUG_FILE_PATH - getFile path=/opt/pentaho-solutions/RedRoller/Reporting/TimeLine.xaction
2007-02-23 12:08:43,914 DEBUG [org.pentaho.repository.filebased.solution.SolutionRepository] SOLUTION-REPOSITORY: Adding variable source request to parameter CUSTOMER_ID
2007-02-23 12:08:43,915 DEBUG [org.pentaho.repository.filebased.solution.SolutionRepository] SOLUTION-REPOSITORY: Adding default value of "" to parameter CUSTOMER_ID

JPBowden
02-26-2007, 09:56 AM
Found it. In my playing around I had removed the

<result-type>rule</result-type>

line from the xaction. Putting it back solved the problem.