[ 
http://jira.andromda.org/browse/JSF-57?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16290#comment-16290
 ] 

Gildas Quemener commented on JSF-57:
------------------------------------

Maybe we could just change the file 
src/main/ressources/templates/jsf/utils/ControllerBase.java.vsl this way : 
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;

/**
 * Base class for all controllers
 */
public abstract class ControllerBase
{
        private static final Log logger = 
LogFactory.getLog(ControllerBase.class);


> In ControllerBase class, logger cannot be resolved
> --------------------------------------------------
>
>                 Key: JSF-57
>                 URL: http://jira.andromda.org/browse/JSF-57
>             Project: JSF cartridge
>          Issue Type: Bug
>            Reporter: Gildas Quemener
>            Assignee: Chad Brandon
>
> The generated class ControllerBase has got a logger attribute that cannot be 
> resolved at line 550 and 552.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
Enable your software for Intel(R) Active Management Technology to meet the
growing manageability and security demands of your customers. Businesses
are taking advantage of Intel(R) vPro (TM) technology - will your software 
be a part of the solution? Download the Intel(R) Manageability Checker 
today! http://p.sf.net/sfu/intel-dev2devmar

Reply via email to