[
http://jira.jboss.com/jira/browse/JBRULES-390?page=all ]
Mark Proctor closed JBRULES-390.
--------------------------------
Fix Version/s: 3.1-m1
Resolution: Done
Actually changed it to:
ruleBase.addPackage( pkg ); // Add a package instance
ruleBase.removePackage( "org.com.sample" ); // remove a package, and all its
parts, by it's namespace
ruleBase.removeRule( "org.com.sample", "my rule" ); // remove a
specific rule from a namespace
Documentation for adding packages says its for removing packages
----------------------------------------------------------------
Key: JBRULES-390
URL:
http://jira.jboss.com/jira/browse/JBRULES-390
Project: JBoss Rules
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Documentation
Affects Versions: 3.0.3
Reporter: gregorypierce
Assigned To: Mark Proctor
Fix For: 3.1-m1
http://labs.jboss.com/file-access/default/members/jbossrules/freezone/doc...
ruleBase.addPackage( "org.com.sample" ); // remove a package, and all its
parts, by it's namespace
This should be changed to
ruleBase.addPackage( "org.com.sample" ); // add a package, and all its parts,
by it's namespace
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira