[JBoss JIRA] Assigned: (JBIDE-548) After adding Facet with equal to Attribute name Attribute disappeares from faces-config tree.
by Denis Golovin (JIRA)
[ http://jira.jboss.com/jira/browse/JBIDE-548?page=all ]
Denis Golovin reassigned JBIDE-548:
-----------------------------------
Assignee: Viacheslav Kabanovich
> After adding Facet with equal to Attribute name Attribute disappeares from faces-config tree.
> ---------------------------------------------------------------------------------------------
>
> Key: JBIDE-548
> URL: http://jira.jboss.com/jira/browse/JBIDE-548
> Project: JBoss Tools
> Issue Type: Bug
> Affects Versions: ExadelStudioPro4
> Environment: Windows XP
> RedHatDeveloperStudio build-346
> Reporter: Anton Klimkovich
> Assigned To: Viacheslav Kabanovich
> Priority: Minor
> Attachments: faces-config source.png, faces-config tree.png
>
>
> JSF project
> 1 Open faces-config.xml on tree tab.
> 2 Create new Render Kit (RenderKit)->Renderer -> Attribute (EqualName - name of attribute)
> 3 Click on Source tab
> 4 Add to source to <render kit > string: <facet><facet-name>EqualName</facet-name></facet>
> 5 Click to Tree tab
> There is no any error message about equal name of Facet and Attribute. Also after adding facet with equal to attribute name Attribute disappeares from faces-config tree.
> It's reprodused not only for Renderers attributes.
> ScreenShoots 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
18 years, 8 months
[JBoss JIRA] Assigned: (JBIDE-545) Exadel not using EFS properly - creates errors not finding linked resources with struts-config
by Denis Golovin (JIRA)
[ http://jira.jboss.com/jira/browse/JBIDE-545?page=all ]
Denis Golovin reassigned JBIDE-545:
-----------------------------------
Assignee: Viacheslav Kabanovich
> Exadel not using EFS properly - creates errors not finding linked resources with struts-config
> ----------------------------------------------------------------------------------------------
>
> Key: JBIDE-545
> URL: http://jira.jboss.com/jira/browse/JBIDE-545
> Project: JBoss Tools
> Issue Type: Bug
> Affects Versions: ExadelStudioPro4
> Environment: Eclipse 3.2.1
> Reporter: Stek Finch
> Assigned To: Viacheslav Kabanovich
>
> ExadelStudio appears to bypass the Eclipse file system (at least when validating the struts-config) so as to not find link resources.
> I setup /StrutsHello/WebContent/pages/greeting.jsp to be a linked resource
> <link>
> <name>WebContent/pages/greeting.jsp</name>
> <type>1</type>
> <location>C:/dev/tmp/greeting.jsp</location>
> </link>
> This file is referenced in my struts-config like this
> <forward name="sayHello" path="/pages/greeting.jsp"/>
> ExadelStudio marks that with an error "Forward sayHello of Action /greeting path attribute reference to non-existent page"
> This is incocorrect, this file is there, albeit a linked resource. When I run the webapp in Eclipse+Exadel, the page does work as it should - so WST or something must be using the EFS properly unlike the part of Exadel validating the struts-config.
--
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
18 years, 8 months
[JBoss JIRA] Assigned: (JBIDE-547) AWT Eventthread is started during RHDS startup
by Denis Golovin (JIRA)
[ http://jira.jboss.com/jira/browse/JBIDE-547?page=all ]
Denis Golovin reassigned JBIDE-547:
-----------------------------------
Assignee: Viacheslav Kabanovich
> AWT Eventthread is started during RHDS startup
> ----------------------------------------------
>
> Key: JBIDE-547
> URL: http://jira.jboss.com/jira/browse/JBIDE-547
> Project: JBoss Tools
> Issue Type: Bug
> Affects Versions: ExadelStudioPro4
> Reporter: Max Andersen
> Assigned To: Viacheslav Kabanovich
> Priority: Critical
>
> Because of this line:
> private static JPanel dummy = new JPanel();
> in org.jboss.tools.common.model.util.IconUtil the AWT EventThread is started up which result in 2 unecessary things:
> 1) The AWT-thread is running for monitoring various (non-used i supposed) events
> 2) if your resolution changes NullPointerExceptions occur like this:
> Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
> at sun.awt.Win32GraphicsEnvironment.displayChanged(Win32GraphicsEnvironment.java:109)
> at sun.awt.windows.WToolkit$4.run(WToolkit.java:698)
> at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
> at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
> at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
> at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
> at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
> at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
> at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
> Why is a Dummy panel even needed just for creating images ?!
--
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
18 years, 8 months