|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
AndroMDA/JIRA Created: (JSF-22) Controllers with same nameControllers with same name
-------------------------- Key: JSF-22 URL: http://jira.andromda.org/browse/JSF-22 Project: JSF cartridge Type: Bug Reporter: Walter Itamar Mourão Assigned to: Chad Brandon The JSF cartridge generates FACES-CONFIG file with many equal "managed-bean-name" when the controllers have the same name but different package names. ... <!-- controllers --> <managed-bean> <managed-bean-name>controller</managed-bean-name> <managed-bean-class>com.arcadian.jcog.web.cadastro.jogo.ControllerImpl</managed-bean-class> <managed-bean-scope>application</managed-bean-scope> </managed-bean> <managed-bean> <managed-bean-name>controller</managed-bean-name> <managed-bean-class>com.arcadian.jcog.web.cadastro.bv.ControllerImpl</managed-bean-class> <managed-bean-scope>application</managed-bean-scope> </managed-bean> <managed-bean> <managed-bean-name>controller</managed-bean-name> <managed-bean-class>com.arcadian.jcog.web.cadastro.br.ControllerImpl</managed-bean-class> <managed-bean-scope>application</managed-bean-scope> </managed-bean> ... -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.andromda.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 |
|
|
AndroMDA/JIRA Commented: (JSF-22) Controllers with same name [ http://jira.andromda.org/browse/JSF-22?page=comments#action_13220 ]
Walter Itamar Mourão commented on JSF-22: ----------------------------------------- The same kind of problem happens with front end session objects ( <<FrontEndSessionObject>> ) with the same name. > Controllers with same name > -------------------------- > > Key: JSF-22 > URL: http://jira.andromda.org/browse/JSF-22 > Project: JSF cartridge > Type: Bug > Reporter: Walter Itamar Mourão > Assignee: Chad Brandon > > The JSF cartridge generates FACES-CONFIG file with many equal "managed-bean-name" when the controllers have the same name but different package names. > ... > <!-- controllers --> > <managed-bean> > <managed-bean-name>controller</managed-bean-name> > <managed-bean-class>com.arcadian.jcog.web.cadastro.jogo.ControllerImpl</managed-bean-class> > <managed-bean-scope>application</managed-bean-scope> > </managed-bean> > <managed-bean> > <managed-bean-name>controller</managed-bean-name> > <managed-bean-class>com.arcadian.jcog.web.cadastro.bv.ControllerImpl</managed-bean-class> > <managed-bean-scope>application</managed-bean-scope> > </managed-bean> > <managed-bean> > <managed-bean-name>controller</managed-bean-name> > <managed-bean-class>com.arcadian.jcog.web.cadastro.br.ControllerImpl</managed-bean-class> > <managed-bean-scope>application</managed-bean-scope> > </managed-bean> > ... -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.andromda.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 |
|
|
AndroMDA/JIRA Commented: (JSF-22) Controllers with same name [ http://jira.andromda.org/browse/JSF-22?page=comments#action_15440 ]
Gabriele Contini commented on JSF-22: ------------------------------------- there are also problems when <<FrontEndSessionObject>> have the same name of an UseCase. > Controllers with same name > -------------------------- > > Key: JSF-22 > URL: http://jira.andromda.org/browse/JSF-22 > Project: JSF cartridge > Type: Bug > Reporter: Walter Itamar Mourão > Assignee: Chad Brandon > > The JSF cartridge generates FACES-CONFIG file with many equal "managed-bean-name" when the controllers have the same name but different package names. > ... > <!-- controllers --> > <managed-bean> > <managed-bean-name>controller</managed-bean-name> > <managed-bean-class>com.arcadian.jcog.web.cadastro.jogo.ControllerImpl</managed-bean-class> > <managed-bean-scope>application</managed-bean-scope> > </managed-bean> > <managed-bean> > <managed-bean-name>controller</managed-bean-name> > <managed-bean-class>com.arcadian.jcog.web.cadastro.bv.ControllerImpl</managed-bean-class> > <managed-bean-scope>application</managed-bean-scope> > </managed-bean> > <managed-bean> > <managed-bean-name>controller</managed-bean-name> > <managed-bean-class>com.arcadian.jcog.web.cadastro.br.ControllerImpl</managed-bean-class> > <managed-bean-scope>application</managed-bean-scope> > </managed-bean> > ... -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.andromda.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone |
| Free Forum Powered by Nabble | Forum Help |