[JBoss JIRA] Created: (JBIDE-2122) Create mini-validator to ensure application.xml does not contain wrong entries
by Max Rydahl Andersen (JIRA)
Create mini-validator to ensure application.xml does not contain wrong entries
------------------------------------------------------------------------------
Key: JBIDE-2122
URL: http://jira.jboss.com/jira/browse/JBIDE-2122
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: Seam
Affects Versions: 2.1.0.beta1
Reporter: Max Rydahl Andersen
Assigned To: Alexey Kazakov
Fix For: 2.1
The thing we need to check for is application.xml should not contain <module><java> entries for for the following jars - should proably just check the initial name and ignore the version part.
<!-- Seam and EL -->
<module>
<java>jboss-seam.jar</java>
</module>
<module>
<java>el-ri.jar</java>
</module>
<!-- jBPM -->
<module>
<java>jbpm-3.1.4.jar</java>
</module>
<!-- Drools and dependencies -->
<module>
<java>drools-core-3.0.5.jar</java>
</module>
<module>
<java>drools-compiler-3.0.5.jar</java>
</module>
<module>
<java>janino-2.4.3.jar</java>
</module>
<module>
<java>antlr-2.7.6.jar</java>
</module>
<module>
<java>antlr-3.0ea8.jar</java>
</module>
<module>
<java>commons-jci-core-1.0-406301.jar</java>
</module>
<module>
<java>commons-jci-janino-2.4.3.jar</java>
</module>
<module>
<java>stringtemplate-2.3b6.jar</java>
</module>
--
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
17 years, 11 months
[JBoss JIRA] Created: (JBIDE-1720) Some bugs for <h:selectOne*> components.
by Andrei Scherbovich (JIRA)
Some bugs for <h:selectOne*> components.
----------------------------------------
Key: JBIDE-1720
URL: http://jira.jboss.com/jira/browse/JBIDE-1720
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor
Affects Versions: 2.0.0.GA
Reporter: Andrei Scherbovich
Assigned To: Maxim Areshkau
Attachments: 1.jpg
<h:selectOneRadio>
1) Attributes "dir", "disabled", "disabledClass", "enabledClass", "style", "styleClass" don't work
<h:selectOneListBox>
1) Attributes "dir", "disabled", "disabledClass", "enabledClass", "style", "styleClass" don't work
2) Bad highlighting of selected in VPE elements of this component
<h:selectOneMenu>
1) Attributes "dir", "disabled", "disabledClass", "enabledClass" don't work
2) Bad highlighting of selected in VPE elements of this component
(SEE ATTACHMENT)
--
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
17 years, 11 months
[JBoss JIRA] Created: (JBIDE-2113) Studio crush in specific conditions
by Aliaksey Nis (JIRA)
Studio crush in specific conditions
-----------------------------------
Key: JBIDE-2113
URL: http://jira.jboss.com/jira/browse/JBIDE-2113
Project: Tools (JBoss Tools)
Issue Type: Bug
Affects Versions: 2.1.0.beta1
Environment: RHEL 5.0, Linux x86
jbdevstudio-linux-gtk-1.1.0.Beta1.jar
JBoss Developer Studio
Version: 1.1beta1
Build: 200804180611-nightly
JDK 1.5_08
Reporter: Aliaksey Nis
Priority: Critical
1. Create new Seam War project.
2. Open Login.xhtml in editor.
3. Goto at any line in middle of file. Press Ctrl+Space > select any attribute > Enter.
4. Press ctrl+z, then press ctrl+s.
5. Click few times at visual and source parts, change focus to another View or Editor.
6. Close and open again Login.xhtml
7. Repeat steps 2...6.
After some cycles of this steps studio crushes. Or all jboss tooling become disabled.
We don't know, when exactly studio crushes. But repeating Content Assist + Opening .xhtml files + Closing will reproduce this crush.
Attached all logs and screenshot.
--
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
17 years, 11 months