[
http://jira.jboss.com/jira/browse/JBIDE-1395?page=comments#action_12389905 ]
Denis Golovin commented on JBIDE-1395:
--------------------------------------
ConversationJavaBean template contains text below:
package @actionPackage@;
import static org.jboss.seam.ScopeType.CONVERSATION;
import org.jboss.seam.annotations.Begin;
import org.jboss.seam.annotations.End;
import org.jboss.seam.annotations.Logger;
import org.jboss.seam.annotations.Name;
import org.jboss.seam.annotations.Scope;
import org.jboss.seam.log.Log;
@Scope(CONVERSATION)
@Name("@componentName@")
public class @beanName@ {
@Logger private Log log;
private int value;
where @beanName@ should be replaced to @interfaceName@ to have the same behavior as for
Actions and Forms
Conversation wizard creates java class with name taken from Bean name
field instead of POJO class name
------------------------------------------------------------------------------------------------------
Key: JBIDE-1395
URL:
http://jira.jboss.com/jira/browse/JBIDE-1395
Project: JBoss Tools
Issue Type: Bug
Components: Seam
Affects Versions: 2.0.0.GA
Reporter: Denis Golovin
Assigned To: Denis Golovin
--
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