[JBoss JIRA] Created: (JBIDE-4055) Bad warning for "Class not found" in Smooks Editor.
by Aliaksey Nis (JIRA)
Bad warning for "Class not found" in Smooks Editor.
---------------------------------------------------
Key: JBIDE-4055
URL: https://jira.jboss.org/jira/browse/JBIDE-4055
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: smooks
Affects Versions: 3.1.0
Environment: WindowsXP SP2
JBoss Tools
Version: 3.1.0
Build id: JBossTools-ALL-win32-3.1.0.Alpha1-N200903181801-H41
JRE 1.5_08
Reporter: Aliaksey Nis
Priority: Optional
EXECUTE: Create Smooks configuration file XML-to-Java.
EXECUTE: Graph view. Press "target select" link. Choose Java. Press "Add class" button.
EXECUTE: Select Authenticate - sun.text.ICUBinary. Press Finish.
FAILURE: Look at screenshot. Bad warning in title appears. I think it will be better if warning will be more informative.
--
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
14 years, 7 months
[JBoss JIRA] Created: (JBIDE-3974) Use the shortes unique selector path instead of the full selector path
by Maurice Zeijen (JIRA)
Use the shortes unique selector path instead of the full selector path
----------------------------------------------------------------------
Key: JBIDE-3974
URL: https://jira.jboss.org/jira/browse/JBIDE-3974
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: smooks
Affects Versions: 3.0.0.CR2
Reporter: Maurice Zeijen
Currently the graph editor uses the full selector path. Always using the full selector path may seem the safest path but it can have serious performance implications for Smooks. A binding with a short selector is resolved faster then one with a long selector. It would be better if the graph editor would use the shortest unique selector path.
Example:
<order>
<customer>
<id>432</id>
</customer>
<order-items>
<order-item>
<id>111</id>
<quantity>2</quantity>
<price>8.90</price>
</order-item>
</order-items>
</order>
If you would bind the 'id' element of order-item to some bean then currently the following path would be generated by the graph editor: order order-items order-item id
If the graph editor would generate the shortest unique path, then it would be: order-item id
--
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
14 years, 7 months
[JBoss JIRA] Created: (JBIDE-1965) display links from tiles definitions on stuts diagram (like from jsp pages)
by Alex Titov (JIRA)
display links from tiles definitions on stuts diagram (like from jsp pages)
---------------------------------------------------------------------------
Key: JBIDE-1965
URL: http://jira.jboss.com/jira/browse/JBIDE-1965
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: struts/shale
Affects Versions: 2.0.1
Reporter: Alex Titov
Priority: Minor
Stuts plugin can display links from jsp page to actions and other jsp pages on diagram. That is grate! But if you use tiles plugin you don't work with jsp pages directly. Instead you work with tiles definition. For example
<definition name="..." path="/WEB-INF/jsp/template.jsp">
<put name="content" value="/WEB-INF/graph.jsp"></put>
</definition>
Both template.jsp and graph.jsp are jsp pages and have links but struts plugin does not understand this. So links from these pages are not displayed in struts diagram.
Also it would be nice if there were way to select jsp page for "value" attribute in "put" element in tiles editor (like for "path" attribute in "definition" element).
--
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
14 years, 7 months