[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-1124) hibernate tools code completion are no longer available in hbm.xml editing

Max Andersen (JIRA) jira-events at lists.jboss.org
Fri Oct 19 11:30:07 EDT 2007


    [ http://jira.jboss.com/jira/browse/JBIDE-1124?page=comments#action_12383465 ] 
            
Max Andersen commented on JBIDE-1124:
-------------------------------------

1) There should not be any EL content assistance in hbm.xml files 

2) HBMXMLStructuredTextViewerConfiguration is used - see it's plugin.xml where there is the following:
<sourceViewerConfiguration
            target="org.hibernate.eclipse.mapper.hbmxmlsource"
            class="org.hibernate.eclipse.mapper.editors.HBMXMLStructuredTextViewerConfiguration"
            />
      
This will work with WTP xml editors and worked before

3) http://www.hibernate.org/hib_docs/tools/viewlets/hbmxml_editing.htm shows hbm.xml completion in hibernate tools (which works when it is installed standalone)

> hibernate tools code completion are no longer available in hbm.xml editing
> --------------------------------------------------------------------------
>
>                 Key: JBIDE-1124
>                 URL: http://jira.jboss.com/jira/browse/JBIDE-1124
>             Project: JBoss Tools
>          Issue Type: Bug
>          Components: Hibernate
>            Reporter: Max Andersen
>         Assigned To: Victor Rubezhny
>             Fix For: 2.0.0.CR1
>
>
> EXECUTE: open a hbm.xml file with our structured xml editor
> ASSERT: code completion is available for classes in e.g <class name="
> This worked before, but now it seems like it is no longer picking up the hibernate tools provided extensions in the xml source editor part.

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