[
https://issues.jboss.org/browse/JBRULES-3571?page=com.atlassian.jira.plug...
]
Geoffrey De Smet updated JBRULES-3571:
--------------------------------------
Summary: Planner examples: import files should be filtered by files that can be
imported (was: Planner examples: import filenames should be filtered by filenames that
can be imported)
Planner examples: import files should be filtered by files that can
be imported
-------------------------------------------------------------------------------
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
Labels: starter
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