[JBoss JIRA] Created: (JBIDE-2371) More than one element can be highlighted during CA working
by Tatyana Romanovich (JIRA)
More than one element can be highlighted during CA working
----------------------------------------------------------
Key: JBIDE-2371
URL: http://jira.jboss.com/jira/browse/JBIDE-2371
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor
Affects Versions: 3.0.alpha
Environment: JBoss Developer Studio
Version: 1.1.0
Build id: 200806161541-nightly
Build date: 06/16/2008 15:46
Reporter: Tatyana Romanovich
Assigned To: Maxim Areshkau
Priority: Minor
EXECUTE: Open JSF file (use JSF KickStart Project, open inputUserName.jsp) in the VPE
EXECUTE: Press and hold Ctrl key, move mouse over the #{Message.header}, then #{Message.prompt_message}, then #{user.name}
FAILURE: All elements are highlighted
EXECUTE: Hold Ctrl key and click on the #{Message.header} expression
ASSERT: CA works correctly
EXECUTE: Switch to the VPE and verify selected before expressions
FAILURE: they are highlighted still
--
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
16 years, 7 months
[JBoss JIRA] Created: (JBIDE-2399) Validation of ESB files for specific SOA-P versions
by John Graham (JIRA)
Validation of ESB files for specific SOA-P versions
---------------------------------------------------
Key: JBIDE-2399
URL: http://jira.jboss.com/jira/browse/JBIDE-2399
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: esb
Reporter: John Graham
Assigned To: John Graham
Given that the SOA-P run time will change from release to release, we need some generic way of validating ESB files in Eclipse projects for specific run time versions. This might be done at the package level (that is, when creating a deployment package), but ideally would be done "live:" as the user makes changes, warnings/errors would appear in the Eclipse Problems view. To accomplish this, we would need to set a (minimum? probably not, because backward compatibility is not supported) "SOA-P run time level" (like the JVM level) and have a validation model for checking. The idea is to avoid simple compatibility errors appearing at run time where they could have been noticed at design time.
(This is related to, but larger than, the ESB reference tracking work.)
--
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
16 years, 8 months
[JBoss JIRA] Created: (JBIDE-2190) Seam 2.0.1 EAR web project can not be started on JBoss AS 4.3
by Anton Klimkovich (JIRA)
Seam 2.0.1 EAR web project can not be started on JBoss AS 4.3
-------------------------------------------------------------
Key: JBIDE-2190
URL: http://jira.jboss.com/jira/browse/JBIDE-2190
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Seam
Affects Versions: 2.1.0.CR1
Environment: JDK 1.5.0
OS=win32, ARCH=x86, WS=win32
1.1.0.CR1
Reporter: Anton Klimkovich
Attachments: exception.txt
EXECUTE: Create Seam 2.0.1 Ear web project
ASSERT: jboss-seam.jar deployed to server
EXECUTE: Press Clean/Publish button
ASSERT: *-ejb.jar appeares in deploy directory
EXECUTE: Run project on Jboss AS 4.3
FAILURE: The project can not be started because of some exceptions in console.
Log attached. (exception.txt)
Created Seam 2.0.1 Ear web project can be started on Jboss AS 4.2
--
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
16 years, 9 months
[JBoss JIRA] Created: (JBIDE-2016) There are issues with the feature "code completion now respect "var" attributes in e.g. h:dataTable"
by Adrian Mitev (JIRA)
There are issues with the feature "code completion now respect "var" attributes in e.g. h:dataTable"
----------------------------------------------------------------------------------------------------
Key: JBIDE-2016
URL: http://jira.jboss.com/jira/browse/JBIDE-2016
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jsp/jsf/xml source editing
Environment: jboss tools nightly build 0404/2008, windows vista,
Reporter: Adrian Mitev
Attachments: pic1.jpg
Having the following code:
<h:dataTable value="#{myBean.users}" var="user">
<h:column>
<h:outputText value="#{user" />
</h:column>
</h:dataTable>
public class MyBean {
private List<User> users;
//getters and setters for users
}
public class User {
private String userName;
//getter and setter for userName
}
--------------------------
When the project is seam project and the class MyBean is annotated with @Name("myBean"), the CA in the dataTable works as expected.
When the project is seam project and the class MyBean is NOT annotated with @Name, but it's defined as managed bean in faces-config.xml there is CA only for the var of the datatable, but not for the properties of the var - see pic1.jps
--
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
16 years, 9 months