[JBoss JIRA] Created: (JBIDE-5645) Missing requirements description for Project Examples
by Jiri Peterka (JIRA)
Missing requirements description for Project Examples
-----------------------------------------------------
Key: JBIDE-5645
URL: https://jira.jboss.org/jira/browse/JBIDE-5645
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: project-examples
Affects Versions: 3.1.0.CR1
Environment: JBDS 3.0.0 CR1, build 50, Linux 32, Sun JDK 6.0
Reporter: Jiri Peterka
Fix For: 3.1.0.CR2
There are many project examples but missing requirement information.
At least there should be detailed java and runtime information for each example to provide developers information howto make it running without lots of time spent with each example. For Example there is lot of complication when you want to run examples on SOA 5 and Sun JDK6.
Maybe some examples reorganization according to runtime would be helpful as well.
--
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, 4 months
[JBoss JIRA] Created: (JBIDE-7302) Problem with Refactor>Rename field in JSF KickStart project when "Rename getter ...", "Rename setter ..." are checked
by Snjezana Peco (JIRA)
Problem with Refactor>Rename field in JSF KickStart project when "Rename getter ...", "Rename setter ..." are checked
----------------------------------------------------------------------------------------------------------------------
Key: JBIDE-7302
URL: https://jira.jboss.org/browse/JBIDE-7302
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JSF
Affects Versions: 3.2.0.M2
Environment: JBT trunk, Windows XP, JDK 1.6.0_21
Reporter: Snjezana Peco
Assignee: Alexey Kazakov
Steps to reproduce:
- create a JSF KickStart project
- start the JBoss AS and verify that the application runs correctly
- right-click the name property and call Refactor>Rename
- rename the property to name1, check "Update References", "Rename getter ...", "Rename setter ..."
- click OK
You will get a NPE (attached is RefactorRename.log).
After fixing the NPE (the fix is trivial; the NPE was introduced a few days ago), you will face the following issues:
- the GWT Rename participants fail and are disabled (this is not a JBT problem; attached is GWTRefactorRename.log)
- hello.jsp and inputUserName.jsp contain the user.name11 value.
The problem can't be reproduced in JBDS 4.0.0.Beta1.
The problem can be reproduced using the JBT trunk with and without GWT plugins.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 4 months