[jboss-jira] [JBoss JIRA] (JBRULES-3571) Planner examples: import filenames should be filtered by regex pattern
Geoffrey De Smet (JIRA)
jira-events at lists.jboss.org
Fri Jul 6 03:32:12 EDT 2012
Geoffrey De Smet created JBRULES-3571:
-----------------------------------------
Summary: Planner examples: import filenames should be filtered by regex pattern
Key: JBRULES-3571
URL: https://issues.jboss.org/browse/JBRULES-3571
Project: Drools
Issue Type: Enhancement
Security Level: Public (Everyone can see)
Components: drools-planner
Reporter: Geoffrey De Smet
Assignee: Geoffrey De Smet
Priority: Trivial
Especially in the machine reassignement example this is annoying, because when you click the "import" button there, it shows "assignement.*" and "model.*" files, but only model files can be succesfully imported.
The trick is to use a filefilter.
Howto:
Create the method SolutionBusiness.acceptImportFile()
which delegates to AbstractSolutionImporter.acceptInputFile().
Next, in SolverAndPersistenceFrame.ImportAction.actionPerformed(...) set a FileFilter and make it use SolutionBusiness.acceptImportFile().
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list