[JBoss JIRA] Created: (JBIDE-3980) Incorrect work of "Add struts capabilities" wizard.
by Aliaksey Nis (JIRA)
Incorrect work of "Add struts capabilities" wizard.
---------------------------------------------------
Key: JBIDE-3980
URL: https://jira.jboss.org/jira/browse/JBIDE-3980
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: struts/shale
Affects Versions: 3.0.0.GA
Environment: WindowsXP SP2
JBoss Tools
Version: 3.0.0.GA
Build id: JBossTools-ALL-win32-3.0.0.GA-R200903040656-H10
JRE 1.5_08
Reporter: Aliaksey Nis
Attachments: StrutsAndServer.txt
EXECUTE: Create Struts 1.2 Kickstart project. Target runtime and server - AS 4.2.3GA.
EXECUTE: After server startup. Right click on project in Package Explorer. JBoss Tools > Remove Struts capabilities. Enable "Dynamic Web project" chackbox.
EXECUTE: Right click on project in Package Explorer. JBoss Tools > Add Struts capabilities.
EXECUTE: In last step select AS 4.2.3GA runtime and enable checkbox with target server.
EXECUTE: Run server from server view.
FAILURE: Exceptions appears in Console log during project deployment. Project cannot be started on server.
Problem is in "target server" checkbox at last step of "Add Struts capabilities" wizard. Seems that project deployed to started server before finishing all "Add Struts capabilities" tasks.
In Add JSF capabilities wizard in same situation
--
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
16 years, 10 months
[JBoss JIRA] Created: (JBIDE-2318) Case Sensitive Code Completion in JSF page editor
by Andy Gibson (JIRA)
Case Sensitive Code Completion in JSF page editor
-------------------------------------------------
Key: JBIDE-2318
URL: http://jira.jboss.com/jira/browse/JBIDE-2318
Project: Tools (JBoss Tools)
Issue Type: Bug
Affects Versions: 2.1.1
Environment: JBDS 1.1.0 CR 1, JBoss Tools 2.1.1 GA (tested Both), Windows XP, Eclipse-Europa-Winter, brand new project
Reporter: Andy Gibson
There are some issues with case sensitivity in the code completion for Seam items. I'll attach a movie demonstrating this, but essentially, if you try code completion with :
<h:outputText value="#{paramv"/> (lower case 'v' at the end)
Then the value #{paramValues} will appear in the code suggestions.
However, if you have :
<h:outputText value="#{conversatione"/> (lower case 'e' at the end)
Then #{conversationEntries} does NOT appear, but it will appear if I make the trailing 'e' an upper case 'E'.
The conversationEntries and paramValues are available in a newly created project if you want to try and re-produce the problem.
If I create a bean called "myBean" and type :
<h:outputText value="#{myb"/>
Then myBean does not appear but if you type ;
<h:outputText value="#{myB"/>
Then myBean does appear.
The problem also extends into methods / attributes on the bean, so #{conversation.changeflush does not return anything.
--
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, 10 months