[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-837) A structured model client, FacesRendererFactory$MyEMF2DOMAdapterRoot(renderer,RendererTypeImpl) threw following exception during adapter notification

Anton Klimkovich (JIRA) jira-events at lists.jboss.org
Thu Aug 23 10:30:18 EDT 2007


A structured model client, FacesRendererFactory$MyEMF2DOMAdapterRoot(renderer,RendererTypeImpl) threw following exception during adapter notification 
------------------------------------------------------------------------------------------------------------------------------------------------------

                 Key: JBIDE-837
                 URL: http://jira.jboss.com/jira/browse/JBIDE-837
             Project: JBoss Tools
          Issue Type: Bug
    Affects Versions: 2.0.0.Beta3
            Reporter: Anton Klimkovich
         Attachments: 111.txt

JSF project 
1 Open faces-config.xml on tree tab. 
2 Create new Render Kit (RenderKit)->Renderer -> Attribute  
3 Click on Source tab 
4 Add to source <facet><facet-name>FacetName</facet-name></facet> inside <attribute></attribute>
example: 
<renderer>
   <component-family/>
   <renderer-type>renderer</renderer-type>
   <renderer-class>RClass</renderer-class>
   <attribute>
    <facet>
    <facet-name>FacetName</facet-name>
   </facet>
    <attribute-name>AtrName</attribute-name>
    <attribute-class>AtrClass</attribute-class>
   </attribute>
  </renderer>

5 Delete string <facet><facet-name>FacetName</facet-name></facet>
6 Save changes.
Exception willbe occur
Log attached.

-- 
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

        



More information about the jbosstools-issues mailing list