[jbosstools-issues] [JBoss JIRA] Resolved: (JBIDE-2489) New Seam Conversation Wizard generates java file with wrong class name.
Alexey Kazakov (JIRA)
jira-events at lists.jboss.org
Wed Jul 9 14:41:36 EDT 2008
[ http://jira.jboss.com/jira/browse/JBIDE-2489?page=all ]
Alexey Kazakov resolved JBIDE-2489.
-----------------------------------
Resolution: Done
There is a bug in sea-gen 2.0.0.
It uses @beanName@ as class name for POJO for war projects. But it should use @interfaceName@ as Action, Form,... does.
This bug has been fixed since 2.0.1.
So I've fixed our code too. But it doesn't work for seam-gen 2.0.0 anymore.
> New Seam Conversation Wizard generates java file with wrong class name.
> -----------------------------------------------------------------------
>
> Key: JBIDE-2489
> URL: http://jira.jboss.com/jira/browse/JBIDE-2489
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: Seam
> Affects Versions: 3.0.0.alpha
> Reporter: Anton Klimkovich
> Assigned To: Alexey Kazakov
> Fix For: 3.0.0.alpha
>
>
> EXECUTE: Create Seam 2.0.2 War web project
> EXECUTE: New -> Seam Conversation
> ASSERT: New Seam Conversation Wizard appeares
> EXECUTE: Input Seam Component Name (newConversation for example) and press Finish button
> FAILURE: New Seam Conversation Wizard generates java file with wrong class name. (public class NewConversation { } )
--
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
More information about the jbosstools-issues
mailing list