[JBoss JIRA] Created: (JBIDE-2555) Moving Seam component yields persistent, incorrect validation error
by Tim Otten (JIRA)
Moving Seam component yields persistent, incorrect validation error
-------------------------------------------------------------------
Key: JBIDE-2555
URL: https://jira.jboss.org/jira/browse/JBIDE-2555
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Seam
Affects Versions: 2.1.0.CR1
Environment: JBoss Developer Studio 1.1.0.CR1
Seam 2.0.2.SP1
Ubuntu Feisty
Reporter: Tim Otten
When moving a Seam component from one Java package to another Java package, the Seam validator erroneously reports the error "Duplicate component name." Cleaning the project does not remove the error. Eclipse must be restarted.
Steps to reproduce:
1. Create a new EAR-based project
2. Generate an entity, entityhome, etc.
3. Move one of the Seam components to a new Java package, e.g.
3.a. In the "Package Explorer" tab, locate the entity's home component.
3.b. Right-click -> Refactor -> Move
3.c. Designate a new package
3.d. Click "OK"
4. Clean/Rebuild project
4.a. In the Eclipse menu bar, choose Project -> Clean
4.b. Choose any/all applicable projects
4.c. Enable "Start a build immediately"
4.d. Click "OK"
5. In the "Problems" tab, an error appears twice: "Duplicate component name"
After repeated attempts to clean/build the project(s), the error message persists.
The error can be removed by:
6. Close Eclipse
7. Open Eclipse
8. Clean/Rebuild project
At this point, the error message goes away. The project will now build and deploy, and the refactored component functions appropriately.
(Note: I'm using the current stable release of JBoss Developer Studio 1.1.0.CR1 with JBoss Tools 2.1.0.CR1. I've checked the list of open tickets and the release notes for JBoss Tools 2.1.1 and 2.1.2 -- I couldn't identify any related issues.)
--
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
17 years, 2 months
[JBoss JIRA] Created: (JBIDE-3675) make md5sum files easier to use
by Nick Boldt (JIRA)
make md5sum files easier to use
-------------------------------
Key: JBIDE-3675
URL: https://jira.jboss.org/jira/browse/JBIDE-3675
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Affects Versions: 3.0.0.GA
Reporter: Nick Boldt
Priority: Minor
The current *.zip.MD5 files contain ONLY the m5dsum, and no EOL character.
8414b9bcdb4ed46639e4fa3d9f36731e
So, to check a sum, users must do this:
$ md5sum JBossTools-ALL-linux-gtk-3.0.0.CR2-R200901280154.zip
8414b9bcdb4ed46639e4fa3d9f36731e JBossTools-ALL-linux-gtk-3.0.0.CR2-R200901280154.zip
then manually compare the generated hash with the published one.
If they contained both the hash and the filename, then users could run this:
$ cat JBossTools-ALL-linux-gtk-3.0.0.CR2-R200901280154.zip.MD5
8414b9bcdb4ed46639e4fa3d9f36731e JBossTools-ALL-linux-gtk-3.0.0.CR2-R200901280154.zip
$ md5sum -c JBossTools-ALL-linux-gtk-3.0.0.CR2-R200901280154.zip.MD5
JBossTools-ALL-linux-gtk-3.0.0.CR2-R200901280154.zip: OK
and would know immediately if the hash matched, without having to manually diff them.
--
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
17 years, 2 months
[JBoss JIRA] Created: (JBIDE-3671) CA for absolute paths
by Yura Zhishko (JIRA)
CA for absolute paths
---------------------
Key: JBIDE-3671
URL: https://jira.jboss.org/jira/browse/JBIDE-3671
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: jsp/jsf/xml source editing
Affects Versions: 3.0.0.CR2
Reporter: Yura Zhishko
Assignee: Alexey Kazakov
1) Create (or import) any project with the same structure (see screenshot-1)
2) Insert, for example, h:graphicImage component:
<h:graphicImage value="(cursor)"/>
3) Call CA in a place between double quotes
RESULT: I have access only to relative paths (/images, /pages) (see screenshot-1), but I want to have access to absolute path (e. g. images), which can I get if I print this folder in a value attribute:
<h:graphicImage value="images/ "/>
--
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
17 years, 2 months