]
Aliaksey Nis closed JBIDE-4263.
-------------------------------
Verified in jbdevstudio-eap-win32-2.1.0.M1-N200905190437-H189
Seam component renaming: New name of component is inserted in first
position in java source file.
-------------------------------------------------------------------------------------------------
Key: JBIDE-4263
URL:
https://jira.jboss.org/jira/browse/JBIDE-4263
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Seam
Affects Versions: 3.1.0.M1
Reporter: Alexey Kazakov
Assignee: Viacheslav Kabanovich
Fix For: 3.1.0.M1
1. Create Seam Project (New Seam Project Wizard)
2. Open components.xml. Add <component
class="org.domain.<project_name>.session.Authenticator"
name="authenticator"/>
3. Open Authenticator.java. Remove @Name("authenticator")
4. Open Seam Components View. Right click on "authenticator" component
->Rename Component
5. Enter new name, press finish.
6. New name of component is inserted in first position in Authenticator.java:
"new name"package org.domain.seamtest.session;
import org.jboss.seam.annotations.In;
import org.jboss.seam.annotations.Logger;
...
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: