Bug 112147 - reflection fails on dynamically created content type
Summary: reflection fails on dynamically created content type
Keywords:
Status: CLOSED EOL
Alias: None
Product: Red Hat Web Application Framework
Classification: Retired
Component: ui
Version: nightly
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: ccm-bugs-list
QA Contact: Jon Orris
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2003-12-15 11:52 UTC by Steve Etherington
Modified: 2020-03-27 16:47 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-03-27 16:47:36 UTC
Embargoed:


Attachments (Terms of Use)

Description Steve Etherington 2003-12-15 11:52:14 UTC
Description of problem:
I created a content type through the UI, but I get a reflection error
when I try to use it.

Version-Release number of selected component (if applicable):
APLAWS2 december-5

How reproducible:


Steps to Reproduce:
1. create a content type through the ui
2. try to create one at ccm/content/admin
3. 
  
Actual results:

-*-*-*- Section: Stack trace -*-*-*-
java.lang.reflect.InvocationTargetException:
com.arsdigita.persistence.PersistenceException: no such type:
com.arsdigita.cms.contenttypes.track
        at com.arsdigita.persistence.Session.create(Session.java:304)
        at com.arsdigita.domain.DomainObject.<init>(DomainObject.java:75)
        at
com.arsdigita.domain.ObservableDomainObject.<init>(ObservableDomainObject.java:66)
        at com.arsdigita.kernel.ACSObject.<init>(ACSObject.java:129)
        at
com.arsdigita.versioning.VersionedACSObject.<init>(VersionedACSObject.java:70)
        at com.arsdigita.cms.ContentItem.<init>(ContentItem.java:313)
        at com.arsdigita.cms.ContentPage.<init>(ContentPage.java:103)
        at com.arsdigita.cms.TextPage.<init>(TextPage.java:82)
        at com.arsdigita.cms.Article.<init>(Article.java:67)
        at com.arsdigita.cms.contenttypes.Article.<init>(Article.java:72)
        at java.lang.reflect.Constructor.newInstance(Native Method)
        at
com.arsdigita.cms.ui.authoring.PageCreateDynamic.createUDItem(PageCreateDynamic.java:620)
        at
com.arsdigita.cms.ui.authoring.PageCreateDynamic.process(PageCreateDynamic.java:396)
        at
com.arsdigita.bebop.FormSection.fireProcess(FormSection.java:490)
        at com.arsdigita.bebop.FormSection$4.process(FormSection.java:464)
        at
com.arsdigita.bebop.FormModel.fireFormProcess(FormModel.java:475)
        at com.arsdigita.bebop.FormModel.process(FormModel.java:342)
        at com.arsdigita.bebop.Form.process(Form.java:440)
        at com.arsdigita.bebop.MetaForm.process(MetaForm.java:160)
        at com.arsdigita.bebop.Form.respond(Form.java:281)
        at com.arsdigita.bebop.PageState.respond(PageState.java:367)
        at com.arsdigita.bebop.Page.process(Page.java:701)
        at com.arsdigita.bebop.Page.process(Page.java:683)
        at com.arsdigita.bebop.Page.buildDocument(Page.java:737)
        at
com.arsdigita.cms.dispatcher.CMSPage$1.excurse(CMSPage.java:280)
        at com.arsdigita.cms.CMSExcursion$1.excurse(CMSExcursion.java:80)
        at
com.arsdigita.kernel.KernelExcursion.run(KernelExcursion.java:57)
        at com.arsdigita.cms.CMSExcursion.run(CMSExcursion.java:75)
        at com.arsdigita.cms.dispatcher.CMSPage.dispatch(CMSPage.java:294)
        at
_packages._content_22dsection._www._admin._index__jsp._jspService(_index__jsp.java:50)


Expected results:


Additional info:

Comment 1 Richard Li 2003-12-15 14:18:08 UTC
duplicate of bug 110927?


Note You need to log in before you can comment on or make changes to this bug.