Bug 117208
| Summary: | Category.getChildrenByURL(String path) : wrong parameter name __FILTERPARAMS__parentID | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Web Application Framework | Reporter: | durnez <vdurnez> |
| Component: | other | Assignee: | ccm-bugs-list |
| Status: | CLOSED DUPLICATE | QA Contact: | Jon Orris <jorris> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6.0 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2006-02-21 19:01:43 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
This was fixed as part of bug 112439; see comment 13. (http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=112439#c13) *** This bug has been marked as a duplicate of 112439 *** Changed to 'CLOSED' state since 'RESOLVED' has been deprecated. |
Description of problem: When i want to preview an item (attached to root category), i have an exception. com.arsdigita.persistence.PersistenceException: (root cause: com.redhat.persistence.engine.rdbms.RDBMSEngine$2: ORA-01008: not all variables bound ) at com.arsdigita.persistence.PersistenceException.newInstance(PersistenceException.java:137) at com.arsdigita.persistence.PersistenceException.newInstance(PersistenceException.java:109) at com.arsdigita.persistence.DataQueryImpl.next(DataQueryImpl.java:458) at com.arsdigita.categorization.Category.getChildrenByURL(Category.java:2041) at com.arsdigita.cms.dispatcher.CategoryItemResolverImpl.getItem(CategoryItemResolverImpl.java:191) Version-Release number of selected component (if applicable): How reproducible: always (CMS 6.0.1) Steps to Reproduce: 1. preview an item attached to root category. Actual results: exception (see above) Expected results: item preview Additional info: Solution is to replace (line 2037) da.setParameter("__FILTERPARAMS__parentID", child.getID()); by da.setParameter("parentID", child.getID());