[JBoss JIRA] Created: (JBIDE-4824) adjust to proper usage of w3c dom and the changes in upcoming WTP 3.2
by Max Rydahl Andersen (JIRA)
adjust to proper usage of w3c dom and the changes in upcoming WTP 3.2
---------------------------------------------------------------------
Key: JBIDE-4824
URL: https://jira.jboss.org/jira/browse/JBIDE-4824
Project: Tools (JBoss Tools)
Issue Type: Task
Components: Hibernate
Affects Versions: 3.1.0.M4
Reporter: Max Rydahl Andersen
Assignee: Vitali Yemialyanchyk
Not sure how much this affects us but the following were posted to WTP-DEV mailing list:
"In an effort to become more compliant with the W3C DOM specification, we are planning to make changes that may require action on your behalf. The current behavior of the WTP implementation of org.w3c.dom.Element returns null for getAttribute(String) and getAttributeNS(String) if the attribute value is not specified. After the change, calls to these methods will return an empty string if the attribute value is not specified. This change is required to comply with the interface, and will correct various NullPointerExceptions when EMF is used with our DOM implementation and the EMF code is undeniably correct.
What is required?
If your code was depending on the DOM returning null to indicate a missing attribute, the code should be changed to hasAttribute(String) or hasAttributeNS(String) before obtaining the value.
When will this change be implemented?
During Milestone 3 of WTP 3.2.
Where can I find more information?
https://bugs.eclipse.org/bugs/show_bug.cgi?id=272378"
We had some code in th reveng.xml editing which I believe depended on this kind of behavior. Best to adjust to the spec so we work on both versions.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 10 months
[JBoss JIRA] Created: (JBIDE-4155) Allow publish on build
by Chris Bredesen (JIRA)
Allow publish on build
----------------------
Key: JBIDE-4155
URL: https://jira.jboss.org/jira/browse/JBIDE-4155
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: UpStream
Affects Versions: 3.0.0.GA
Reporter: Chris Bredesen
Priority: Minor
As a developer using JBoss Tools to publish projects to JBoss Application Server, I'd like to be able to turn off automatic publishing and publish only when the project is built. When the automatic publish interval is long enough to not be distracting, it is too slow for rapid turnaround. When it's short enough to create rapid turnaround, it often blocks other actions such as building or re-saving a view file. Allowing the user to control this and simply hook the publish to a [manual] build would solve both problems.
See forum reference for details.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 10 months
[JBoss JIRA] Created: (JBIDE-3373) f:facet processing for xhtml pages using JSF tags
by Yura Zhishko (JIRA)
f:facet processing for xhtml pages using JSF tags
-------------------------------------------------
Key: JBIDE-3373
URL: https://jira.jboss.org/jira/browse/JBIDE-3373
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor core
Affects Versions: 3.0.0.cr1
Reporter: Yura Zhishko
Assignee: Maxim Areshkau
Insert next source example code into the page:
<h:panelGrid
columns="2" border="5" width="250"
rules="all" frame="above"
cellpadding="4" cellspacing="6"
bgcolor="silver"
style="COLOR: #ff0080; BACKGROUND-COLOR: #ffff00; TEXT-DECORATION: underline; FONT-STYLE: italic; FONT-WEIGHT: bold; FONT-SIZE: xx-large; FONT-FAMILY: 'Arial Black';"
styleClass=""
captionClass="myStyle0"
columnClasses="" rowClasses=""
headerClass="" footerClass="" >
<f:facet name="footer">
<p>sdlfsd</p>
<p>dsfjal</p>
<input type="button">fsdadf</input>
gkhadjksfg
</f:facet>
<h:outputText value="begin"/>
</h:panelGrid>
VPE doesn't render usuall html tags and simple text, but browsers do it. <f:facet> can content only one UIComponent for JSF components.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 10 months