Migrat  jsf to myfaces

HI,
good evening everybody.Iam facing this prblem since morning but iam unable to solve this.My problemis that iam migrating my application from jsf to myfaces
i replaced jsf-api and jsf-impl jars to myfaces-api and myfaces-impl jars
and i deleted application from tomcat work folder and also i deleted all tlds to releted to jsf from WEB-INF.And also re-install the tomcat servver.
My tomact version is 5.0 and myfaces version is 1.1.3 and also iam using tomahawk whose version is 1.1.6 and iam added startupcontextlistener in web.xml
iam getting the following problem.from tomcat log file i seen this exception i.e
java.lang.ClassNotFoundException: com.sun.faces.config.ConfigureListener
my web.xml is
i did not find ConfigureListener in myfaces-impl .I seen this class located in jsf-impl .So what should i do,i done all things ..but iam getting error is there alternate for this..
plz help i stucked since morning...
thanks in advance
venkat

I'm not saying that this is the solution you should go for right now, but I don't have any direct solution to offer.
You could try creating your own selectOnRadio component with the added styling functionality. Do a google search for "jsf 1.2 custom component" and see if this idea appeals to you. I did and turned up this, perhaps it is enough for you:
[http://technology.amis.nl/blog/6047/creating-a-custom-jsf-12-component-with-facets-resource-handling-events-and-listeners-valueexpression-and-methodexpression-attributes|http://technology.amis.nl/blog/6047/creating-a-custom-jsf-12-component-with-facets-resource-handling-events-and-listeners-valueexpression-and-methodexpression-attributes]

Similar Messages

  • Uploading file problem in JSF using myfaces-extensions.jar.

    Dear All,
    I'm new to JSF and trying to upload files using myfaces-extensions-1.0.9.jar and commons-fileupload-1.2.1.jar.
    I have upload.jsp and result.jsp and a bean named MyBean.java. after press the submit button it should navigate to result.jsp and shows some info.
    My problem is that it successfully run but when submit its not working and remain same page.
    upload.jsp:
    {<%@page contentType="text/html" pageEncoding="windows-1252"%>
    <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
    <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
    <%@ taglib uri="http://myfaces.apache.org/extensions" prefix="x"%>
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
    <f:view>
    <h:form id="MyForm" enctype="multipart/form-data" >
    <h:messages globalOnly="true" styleClass="message"/>
    <h:panelGrid columns="3" border="0" cellspacing="5">
    <h:outputLabel for="myFileId" value="File: "/>
    <x:inputFileUpload id="myFileId"
    value="#{myBean.myFile}"
    storage="file"
    required="true"/>
    <h:message for="myFileId"/>
    <h:outputLabel for="myParamId" value="Param: "/>
    <h:selectOneMenu id="myParamId"
    value="#{myBean.myParam}"
    required="true">
    <f:selectItem itemLabel="" itemValue=""/>
    <f:selectItem itemLabel="MD5" itemValue="MD5"/>
    <f:selectItem itemLabel="SHA-1" itemValue="SHA-1"/>
    <f:selectItem itemLabel="SHA-256" itemValue="SHA-256"/>
    <f:selectItem itemLabel="SHA-384" itemValue="SHA-384"/>
    <f:selectItem itemLabel="SHA-512" itemValue="SHA-512"/>
    </h:selectOneMenu>
    <h:message for="myParamId"/>
    <h:outputText value=" "/>
    <h:commandButton id = "test" value="Submit"
    action="#{myBean.processMyFile}"/>
    <h:outputText value=" "/>
    </h:panelGrid>
    </h:form>
    </f:view>
    faces-config.xml
    <?xml version='1.0' encoding='UTF-8'?>
    <!-- =========== FULL CONFIGURATION FILE ================================== -->
    <faces-config version="1.2"
    xmlns="http://java.sun.com/xml/ns/javaee"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-facesconfig_1_2.xsd">
    <managed-bean>
    <managed-bean-name>myBean</managed-bean-name>
    <managed-bean-class>
    com.devsphere.articles.jsfupload.MyBean
    </managed-bean-class>
    <managed-bean-scope>request</managed-bean-scope>
    </managed-bean>
    <navigation-rule>
    <from-view-id>/upload.jsp</from-view-id>
    <navigation-case>
    <from-outcome>OK</from-outcome>
    <to-view-id>/result.jsp</to-view-id>
    </navigation-case>
    </navigation-rule>
    </faces-config>
    Can anybody there for help me whats the problem. I'm using netbeans 6.1 with bundled tomcat 6.0 and no error is shown.

    Hey All,
    I've got my solve. Now Its working.

  • JSF and MyFaces

    I'm trying to develop a site in JSF with the Studio Creator and use an existing stylesheet.
    Problem: how to get the <div> structure into my JSF code. If i just do somethin like this:
    <f:verbatim><div class="aboutbox"></f:verbatim>
    <ui:staticText binding="#{includes$startPage.startPage_welcomeMessage}" escape="false" id="startPage_welcomeMessage" text="#{startPage.welcomeMessage}"/>
    <f:verbatim></div></f:verbatim>This doesn't work. "the element <div> is missing the end-tag </div>..
    So it seems the only way to get divs working is to use myFaces?
    Has someone succesfully used myFaces with the Studio Creator (I read that its possible to use it, but without visual designer, that doesn't bother me..)
    I'd appreciate any help or suggestions!

    Drop a LayoutPanel on your page and move the StaticText into this panel. This results in something like
    <ui:panelLayout binding="includes$startPage.layoutPanel1" id="layoutPanel1">
         <ui:staticText binding="#{includes$startPage.startPage_welcomeMessage}" escape="false" id="startPage_welcomeMessage" text="#{startPage.welcomeMessage}"/>
    </ui:panelLayout>Now change the properties of the LayoutPanel. Set styleClass to "aboutbox".
    Note: components of type LayoutPanel were rendered as <div> elements in HTML.

  • How to detect which implementation JSF 2 (Myfaces or Mojarra) used in my Primefaces project?

    Hello.
    OS: [Windows 2008 R2, Win XP], JDK: 1.7.0_76, AS: GlassFish 4.0, IDE: Netbeans 7.4, JSF2: [ Mojarra 2.2.10, Myfaces 2.2.7], Primefaces: 5.1.
    1. I create & deploy web application, it use mojarra. Everything is good, run.
    2. In Netbeans I create Library for Myfaces-<version>.jar & dependence's jar. Include the Lib to project properties. Clean-Build project. Deploy to GlassFish. Everything is good, run.
    Does Glassfish use to execute Myfaces as implementation JSF 2? Or it run your installed Mojarra?
    Any help appreciable. Best regards.

    For Mojarra see the following blog entry
    https://weblogs.java.net/blog/mriem/archive/2013/12/04/jsf-tip-51-determine-what-version-mojarra-you-are-running
    Thanks!

  • Difference in ADF, JSF, Trinidad, MyFace

    Hi,
    I need a brief explanation on ADF, JSF, Trinidad and MyFace. What are the similarities and the differences among them? More elaboration on price, license, the history, and the situation & condition to apply, IDE to work on for each product would be greatly appreciated.
    Thanks

    So Apache has 2 projects of ADF? i.e. MyFaces and Trinidad.
    Apache has 5 JSF related projects:
    - MyFaces: JSF implementation
    - Trinidad: JSF extension that is the evolution of ADF Faces 10g
    - Tomahawk: JSF extension with a small but useful component set
    - Tobago: A richer set than Tomahawk, but not as feature packed as Trinidad imho
    - Orchestra: A JSF extension focusing on the controller layer, not on component. It allows conversations, better web flows and such, but I didn't play a lot with that project so I cannot provide much insight
    And why Oracle would like grant ADF Faces extended component to Trinidad while Trinidad is free and ADF Faces is Oracle proprietary. People will start using Trinidad instead of Oracle ADF Faces and Oracle is not making any money then.
    Ah, a business model related question. There are many reasons why a company may decide to invest in open source:
    - Allows other people to contribute to the code base, without having to pay them, effectively reducing the maintenance cost
    - Look "cool" and open minded, not evil corporate-ish. This is therefore good for PR and is often perceived positively by the community, making the company more appealing as a potential employers. Also, contributors to open source projects, happen to be both the most passionate and skilled in their field most of the times, making them interesting resources for the company as well.
    - Increase the adoption level of the product, thus producing an Halo effect.
    Now the money side. If you cannot make money out of the product itself, nothing prevents you from offering the best tool integration as well. That tool can also happen to integrate other technologies that are themselves not free, like the AS or the remaining of the ADF stack for that matter. Most project managers will prefer to use the AS integrated with the tool rather than having to test and maintain both environment (the IDE and production one). Also, even if you don't make money that way, you can still sell expertise and who knows a technology better than the ones who created it? Last time I checked, Oracle Consulting was not the cheapest option around, but if they're the best ist's it worth it?
    Hmm this is would be a hard choice; richer UI over lesser browser selection and more CPU consumption. But People will choose the free one I guess. This lead us back to Why Oracle grant a free Trinidad to have "rich" UI?
    Actually, from my experience it's the opposite, Web 2.0 and Rich Web Application are buzz words in the industry and a hype can move market. Furthermore, the supported browser set difference is not that bad, it's mainly the horrible IE6 abomination that should not have ever existed in the first place. As for the CPU load on the client, well, most people don't use half of their CPU horsepower nowadays.
    Good point. How much ADF Faces 11g richer than Apache Trinidad? Free license could be a big impact. Can I conclude that the richness of Trinidad is much more than JSF? If yes, I will take Trinidad for sure. Or Is Trinidad has the same level of richness with JSF?
    Trinidad is infinitely richer than JSF 1.1 and 1.2 (the difference is a bit smaller with JSF 2.0, but that on is not really option just yet). ADF Faces 11g is much richer than Trinidad imho, but why not compare yourself:
    Trinidad: http://www.irian.at/trinidad-demo/faces/index.jspx
    ADF Faces 11g: http://jdevadf.oracle.com/adf-richclient-demo/faces/index.jspx
    Regards,
    ~ Simon

  • Migrating JSF to ADF

    Hi,
    Previously I worked on developing web applications using [JDK 1.4 + JSF 1.1 + EJB2.0 + OC4j10g AS]. Now I want to migrate my existing applications from JSF to ADF.
    Can any one provide me the steps/architecture/flow for doing the migration from JSF to ADF?
    Thanks,
    Liyakath
    Edited by: Liyakath on Mar 6, 2013 8:40 AM

    Liyakath, this is hard to answer.
    I guess you first have to tell use your milage using ADF. Then you have to decide which jdev version you want to migrate too. You have two choices here:
    1) 11gR1 with its current version 11.1.1.6.0 (11.1.11.7.0 should be out there soon?)
    2) 11gR2 with its current version 11.1.2.3.0
    The two releases will merge in 12c in the future. However, now they differ in there functionallty. 11gR2 has the full stack (SOA, BPMN...) and JSF1.2 whereas 11gR2 only comes with ADF but allows JSF 2.0. For a more detailed summary read https://blogs.oracle.com/onesizedoesntfitall/entry/which_jdeveloper_is_right_for and http://www.vesterli.com/2012/05/03/is-jdeveloper-1112-a-dead-end/ here you should read the comments too.
    Then you have to define if you only want to migrate or if you want to to a redesign which is more like a rewrite of your older applications. As we don't know where you want to go I advice you to look at http://www.oracle.com/technetwork/developer-tools/adf/learnmore/adfinsider-093342.html side and check out some of the videos.
    Timo

  • Difference between Sun RI JSF and MyFaces JSF

    Hi all,
    I am using JBoss AS and have a JSF application. By default, JBoss bundle MyFaces JSF with Jboss. I have everything working fine with MyFaces. However, I encounter problem when I tried to display the banding for dataTable using Oracle ADF. From my research, it seems ADF table's banding does not work with MyFaces so I want to test out using Sun RI JSF with Jboss. I remove MyFaces jar files and put Sun RI jar file in WEB_INF/lib directory and remove the line in web.xml
    <listener>
    <listener-class>org.apache.myfaces.webapp.StartupServletContextListener</listener-class>
    </listener>This is done following Jboss documentation. But when Tomcat starts up, it seems still look for org.apache.myfaces.webapp.StartupServletContextListener class and throw ClassNotFoundException (because I removed myfaces jars). Has anyone benn able switched to use Sun RI in JBoss AS version 4.0.5?
    Thanks a lot,
    LNgo

    Probably I should have posted this message on the Java Server Faces forums. I will repost there but if someone happens to know the answer, please help.
    Thanks,
    Lngo

  • JSF and MyFaces  (... PropertyNotFoundException: Base is null: ...)

    Hello to all,
    I am developing an educative system for it I am using JSF 1.1.01 and MyFaces 1.1.1 on Eclipse 3.1.0 and Exadel 3.0.4, but a problem appeared: everything walks well when I am developing on eclipse and exadel, but when I install the application in the server tomcat (I use jakarta-tocmat-5.5.9) leaves an error to me the type:
    javax.faces.el.PropertyNotFoundException: Base is null: Login
            at org.apache.myfaces.el.ValueBindingImpl.resolveToBaseAndProperty(ValueBindingImpl.java:455)
            at org.apache.myfaces.el.ValueBindingImpl.getType(ValueBindingImpl.java:169)
            at com.sun.faces.renderkit.html_basic.HtmlBasicInputRenderer.getConvertedValue(HtmlBasicInputRenderer.java:111)
            at javax.faces.component.UIInput.getConvertedValue(UIInput.java:713)
            at javax.faces.component.UIInput.validate(UIInput.java:638)
            at javax.faces.component.UIInput.executeValidate(UIInput.java:849)
            at javax.faces.component.UIInput.processValidators(UIInput.java:412)
            at javax.faces.component.UIForm.processValidators(UIForm.java:170)
            at javax.faces.component.UIComponentBase.processValidators(UIComponentBase.java:912)
            at javax.faces.component.UIViewRoot.processValidators(UIViewRoot.java:342)
            at org.apache.myfaces.lifecycle.LifecycleImpl.processValidations(LifecycleImpl.java:240)
            at org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:76)
            at javax.faces.webapp.FacesServlet.service(FacesServlet.java:197)
            at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
            at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
            at org.apache.myfaces.component.html.util.ExtensionsFilter.doFilter(ExtensionsFilter.java:122)
            at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
            at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
            at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
            at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
            at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
            at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
            at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
            at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
            at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
            at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:667)
            at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
            at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
            at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
            at java.lang.Thread.run(Unknown Source)Login is the Bean of the form of login to the system and now to know as it was the problem clears the labels and libreries of myfaces and with this I start correctly. I am something confused since in eclipse it works correctly and in the server jakarta-tomcat is not thus.
    thanks beforehand!

    Hello thanks to respond,
    Good, this are the code of the pages:
    web.xml
    <web-app>
         <display-name>Sistema Educativo TNAB</display-name>
         <context-param>
              <param-name>javax.faces.CONFIG_FILES</param-name>
              <param-value>
                   /WEB-INF/faces-config.xml,
                            /WEB-INF/navigation-default.xml,
              </param-value>
         </context-param>
         <context-param>
              <param-name>javax.faces.STATE_SAVING_METHOD</param-name>
              <param-value>client</param-value>
         </context-param>
         <context-param>
              <param-name>org.apache.myfaces.ALLOW_JAVASCRIPT</param-name>
              <param-value>true</param-value>
         </context-param>
         <context-param>
              <param-name>org.apache.myfaces.DETECT_JAVASCRIPT</param-name>
              <param-value>false</param-value>
         </context-param>
         <context-param>
              <param-name>org.apache.myfaces.PRETTY_HTML</param-name>
              <param-value>true</param-value>
         </context-param>
         <context-param>
              <param-name>org.apache.myfaces.AUTO_SCROLL</param-name>
              <param-value>false</param-value>
         </context-param>
         <filter>
              <filter-name>extensionsFilter</filter-name>
              <filter-class>
                   org.apache.myfaces.component.html.util.ExtensionsFilter
              </filter-class>
              <init-param>
                   <param-name>uploadMaxFileSize</param-name>
                   <param-value>100m</param-value>
              </init-param>
              <init-param>
                   <param-name>uploadThresholdSize</param-name>
                   <param-value>100k</param-value>
              </init-param>
         </filter>
         <filter>
              <filter-name>SecurityFilter</filter-name>
              <filter-class>
                   com.empowerment.sisedu.controller.session.SecurityFilter
              </filter-class>
         </filter>
         <filter-mapping>
              <filter-name>extensionsFilter</filter-name>
              <url-pattern>*.jsf</url-pattern>
         </filter-mapping>
         <filter-mapping>
              <filter-name>extensionsFilter</filter-name>
              <url-pattern>/faces/*</url-pattern>
         </filter-mapping>
         <filter-mapping>
              <filter-name>SecurityFilter</filter-name>
              <url-pattern>*.jsf</url-pattern>
         </filter-mapping>
         <servlet>
              <servlet-name>Faces Servlet</servlet-name>
              <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
              <load-on-startup>1</load-on-startup>
         </servlet>
         <servlet-mapping>
              <servlet-name>Faces Servlet</servlet-name>
              <url-pattern>*.jsf</url-pattern>
         </servlet-mapping>
         <welcome-file-list>
              <welcome-file>index.jsp</welcome-file>
         </welcome-file-list>
    </web-app>
    faces-config.xml
           <managed-bean>
              <managed-bean-name>Login</managed-bean-name>
              <managed-bean-class>
                   com.empowerment.sisedu.action.session.Login
              </managed-bean-class>
              <managed-bean-scope>request</managed-bean-scope>
         </managed-bean>
            <navigation-rule>
              <from-view-id>/pages/index.jsp</from-view-id>
              <navigation-case>
                   <from-outcome>login</from-outcome>
                   <to-view-id>/pages/session.jsp</to-view-id>
              </navigation-case>
              <navigation-case>
                   <from-outcome>error</from-outcome>
                   <to-view-id>/pages/error-index.jsp</to-view-id>
              </navigation-case>
         </navigation-rule>
    login.jsp
    <%@ taglib prefix="f" uri="http://java.sun.com/jsf/core" %>
    <%@ taglib prefix="h" uri="http://java.sun.com/jsf/html" %>
    <f:view>
         <h:form id="Formulario">
            <h:outputText value="Usuario:" />
            <h:inputText accesskey="U" id="campo_login" styleClass="inputbox"
                    size="15" value="#{Login.login}" />
            <h:outputText value="Contrasena: " />
            <h:inputSecret accesskey="C" id="campo_password" styleClass="inputbox"
                    size="15" value="#{Login.password}" />
            <h:commandButton accesskey="I"  styleClass="button" value="Ingresar"
              action="#{Login.autenticar}" />
         </h:form>
         </f:view>
    Login.java
    package com.empowerment.sisedu.action.session;
    import ....
    public class Login {
        private String login;
        private String password;
        public Login() {}
        public String getLogin() { return this.login; }
        public void setLogin(String login) { this.login = login; }
        public String getPassword() { return this.password; }
        public void setPassword(String password) { this.password = password; }
        public String autenticar() {
            String outcome = NavigationResults.ERROR;
            ErrorMessage error = new ErrorMessage();
            if (validarCamposDatosUsuario()) {
                try {
                    ControllerUtil.login(login, password);
                    outcome = NavigationResults.LOGIN;
                } catch (NoExisteException e) {
                    error.messageCustom("info", e.getMessage(), "ERROR AUTENTICACION USUARIO");
                    outcome = NavigationResults.ERROR;
                } catch (ListaVaciaException e) {
                    error.messageGeneral(e.getMessage());
                    outcome = NavigationResults.ERROR;
                } catch (FalloSesionException e) {
                    error.messageSession();
                    outcome = NavigationResults.ERROR;
                } catch (HibernateException e) {
                    error.messageGeneral(e.getMessage());
                    outcome = NavigationResults.ERROR;
                FacesUtils.resetManagedBean(BeanNames.LOGIN_BEAN);
            return outcome;
        private boolean validarCamposDatosUsuario() {
            ErrorMessage error = new ErrorMessage();
            boolean outcome = true;
            if (!ValidatorUtil.dentroLimite(this.login, 5, 20)) {
                outcome = false;
                error.messageCustom("warn", "El campo usuario tiene " + this.login.length()
                        + " letras, pero debe tener entre 5 a 20 letras.", "ERROR VALIDACION: CAMPO USUARIO");
                return outcome;
            else if (!ValidatorUtil.esLetra(this.login)) {
                outcome = false;
                error.messageCustom("warn", "El campo usuario debe ser de solamente letras.",
                        "ERROR VALIDACION: CAMPO USUARIO");
                return outcome;
            if (!ValidatorUtil.dentroLimite(this.password, 5, 20)) {
                outcome = false;
                error.messageCustom("warn", "El campo contrase��a tiene "
                        + this.password.length() + " letras, pero debe tener entre 5 a 20 letras.",
                        "ERROR VALIDACION: CAMPO CONTRASENA");
                return outcome;
            return outcome;
    }ControllerUtil.login(login, password) is the method of a class controller who validate to the user in the data base, this data base is PostgreSQL 8.0.1 and the handling with framework Hibernate 3.0....

  • 10.1.3EA to 10.1.3 migration: JSF page won't run, pls help decipher error

    Hi:
    Tweaking an application built using 10.1.3 EA to get it to run under 10.1.3 production. Lots of bits and pieces that have been worked out, but at a head-pounder now. Sorry to dump so much. If anyone sees a pointer to the problem, would be much appreciated. Here's the error info I get in place of the page I want:
    500 Internal Server Error
    javax.faces.el.EvaluationException: java.lang.IllegalArgumentException: type mismatch
         at com.sun.faces.el.ValueBindingImpl.setValue(ValueBindingImpl.java:273)
         at com.sun.faces.application.ApplicationImpl.createComponent(ApplicationImpl.java:393)
         at javax.faces.webapp.UIComponentTag.createComponent(UIComponentTag.java:1009)
         at javax.faces.webapp.UIComponentTag.createChild(UIComponentTag.java:1036)
         at javax.faces.webapp.UIComponentTag.findComponent(UIComponentTag.java:749)
         at javax.faces.webapp.UIComponentTag.doStartTag(UIComponentTag.java:429)
         at oracle.adf.view.faces.webapp.UIXComponentTag.doStartTag(UIXComponentTag.java:85)
         at rfqFormjspx._jspService(_rfqForm_jspx.java:84)
         [rfqForm.jspx]
         at com.orionserver[Oracle Containers for J2EE 10g (10.1.3.0.0) ].http.OrionHttpJspPage.service(OrionHttpJspPage.java:60)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:416)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:478)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:401)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:719)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:376)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:298)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:42)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:205)
         at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:209)
         at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:322)
         at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:130)
         at oracle.adfinternal.view.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:157)
         at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:87)
         at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:200)
         at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:117)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:198)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._invokeDoFilter(AdfFacesFilterImpl.java:367)
         at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._doFilterImpl(AdfFacesFilterImpl.java:336)
         at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl.doFilter(AdfFacesFilterImpl.java:196)
         at oracle.adf.view.faces.webapp.AdfFacesFilter.doFilter(AdfFacesFilter.java:87)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:332)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:332)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:627)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:376)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:870)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:218)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:119)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:230)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$800(ServerSocketAcceptHandler.java:33)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:831)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: java.lang.IllegalArgumentException: type mismatch
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.sun.faces.el.PropertyResolverImpl.setValue(PropertyResolverImpl.java:178)
         at oracle.adfinternal.view.faces.model.FacesPropertyResolver.setValue(FacesPropertyResolver.java:155)
         at com.sun.faces.el.impl.ArraySuffix.setValue(ArraySuffix.java:192)
         at com.sun.faces.el.impl.ComplexValue.setValue(ComplexValue.java:171)
         at com.sun.faces.el.ValueBindingImpl.setValue(ValueBindingImpl.java:234)
         ... 48 more
    Thanks.
    Johnny Lee

    O.K., figured this one out. In EA I had converted a panelPage element to a Page, but had not modified the backing bean code to set and get the new object type. EA didn't seem to mind, but 10.1.3 production picked it up. I'm guessing it has to do with the better integration among the various participants in a page that's part of the production release (and also makes the removal of page components much cleaner).
    On to the next!
    JLL

  • Migration from jsf 1.2  with spring to JSF 2.0

    Hi guys,
    I have a project written with JSF 1.2 and Spring IOC as bean container and i use Tomcat 6.20, now i see that a lot of people try jsf 2.0, my question is what exactly i need to move to JSF 2.0 , i did a little research and found out that i have to implement my own View scope if i use Spring , here is one implementation example http://cagataycivici.wordpress.com/2010/02/17/port-jsf-2-0s-viewscope-to-spring-3-0/.
    have anybody try this solution?
    so from where i have to start migration? is there any step by step document? the system is already in production and i have to evaluate the risks of migration.
    i use myfaces implementation with richfaces and primefaces . will old tags work under jsf 2.0 ? Please provide me with some information .

    so from where i have to start migration? is there any step by step document? the system is already in production and i have to evaluate the risks of migration.Do you actually NEED Jsf 2.0? The application is already working I presume, so it would seem a huge waste of time, money and effort to migrate it without a good reason to do so. If it isn't broken, don't fix it.
    I'd wait until a new application needs to be implemented and then make the choice to use JSF 2.0. A review of all the changes done in JSF 2.0 can be a good place to start to make the decision.

  • JSF, MyFaces and accessibility

    Apologies for this question which seems like it really ought to be a matter for Google - I've looked but not found much of use.
    Does anyone have any links or resources which discuss providing accessibilty when implementing a JSF/MyFaces site? I've really only just picked up JSF so my knowledge is far from in-depth; at the moment I'm looking more for a high level appraisal of how accessible JSF pages can be made (and how expensive it is to achieve that) than the details of actually how to do it.
    Essentially I'd like to know whether the adoption of JSF and MyFaces is going to lead to a major headache in this regard. Similar information regarding standards compliance would be a bonus.
    Thanks.

    My understanding is that JSF specification is compatible with accessibility guidelines but I would like to point that JSF is a specification not an implementation.
    Having said that, AJAX and most of the implementation sout there today are NOT compatible with accessibility guidelines.
    I believe that WCAG 1.0 says any javascript != accessiblity while WCAG 2.0 has backed off a bit. Point being most RIA applications are not accessible.
    Since I have never desiged an accessible site I cannot speak to all of the difficulties. Like I said you would have to look at the JSF implementation you were using for additional details, I assume core JSF is compatible with accessibility guidelines.

  • WebLogic 8.1 SP3 is crashing me! (MyFaces).

    Hi all!
              We want to migrate an existing application from Swing to Web. We have chose JSF to get better UI components. The implementation of JSF is MyFaces 1.2 (or can also maybe 1.1), but we are getting some problems mainly with Expression Language.
              <b>>> Cenario Details:</b>
              - Server WebLogic 8.1 with SP3
              - MyFaces 1.2 (we have based in some apache blank apps)
              <b>>> Cenario Problems:</b>
              - Cannot renderize JSF because the server cannot execute EL as well. My EL jar libs are:
              - jstl.jar (im not sure about the especific version)
              - standard-1.1.2.jar
              - javax.servlet.jar (need for some examples. I think is 2.4 version).
              I have made some testes into blank and simple application .war from MyFaces Apache site. If I put blank or simple app direct into WebLogic the server crash, I have put the 3 jars that i listed above.
              My web.xml head is servlet 2.4 version, sometimes I have put 2.3 version. What is recommend for my case?
              This job was working as well. I have create a blank prototype project with the same libs. (include also myfaces-api.jar and myfaces-impl.jar like blank or simple app).
              Sometime the project was working well, the faces-config.xml was redirect the actions and getting undestand what I want to do.
              But at current time Im getting problems and this exception is printting at my console and page:
              "javax.faces.FacesException: javax.servlet.ServletException"
                   at org.apache.myfaces.context.servlet.ServletExternalContextImpl.dispatch(ServletExternalContextImpl.java:425)
                   at org.apache.myfaces.application.jsp.JspViewHandlerImpl.renderView(JspViewHandlerImpl.java:234)
                   at org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:352)
                   at javax.faces.webapp.FacesServlet.service(FacesServlet.java:107)
              Im not sure what is causing this issues. When I have tried to put Tiles to MyFaces project, the server is crashing.
              <b>>>> My claim:</b>
              What is the best way to work with MyFaces working EL as well and don´t crasing the server system? Someone have configured a true successfuly MyFaces project into WebLogic 8.1 SP3 - SP5?
              Thanks all!

    Servlet 2.4 and JSP 1.2 (which includes JSP EL) are only allowed in WLS 9.x. If possible, I'd suggest upgrading if you want to run JSF.
              -- Rob
              WLS Blog http://dev2dev.bea.com/blog/rwoollen/

  • Error on using MyFaces component

    Hy all,
    I don't know if someone as already tested to work with JSF and MyFaces on its WebAS.
    In fact I've started by developping a simple JSF page
    and next I would like to add some sweet component  by using MyFaces and Tomawakh.
    For the JSF page, no problem, it rulez, but, when I <b>just</b> add "myfaces-api-1.1.3.jar" and
    "my-faces-impl-1.1.3.jar" and deploy it to my server.
    No error during deploying but when I'm trying to open a
    JSF page I get this long error :
    #1.5#000D606F6C2B0026000000270000137800041B1DE87681AB#1155715175094#com.sap.engine.services.servlets_jsp.server.jsp.JSPParser#sap.com/NewsDisplayJSFApp#com.sap.engine.services.servlets_jsp.server.jsp.JSPParser#Guest#2####2839db702cfd11db94ff000d606f6c2b#SAPEngine_Application_Thread[impl:3]_12##0#0#Error#1#/System/Server#Plain###Runtime error in compiling of the JSP file <D:/usr/sap/DEP/JC00/j2ee/cluster/server0/apps/sap.com/NewsDisplayJSFApp/servlet_jsp/newsDisplayJSF/root/NewsError.jsp> !
    The error is: java.lang.NullPointerException: null
    Exception id: [000D606F6C2B0026000000260000137800041B1DE8767EC8]#
    #1.5#000D606F6C2B0026000000280000137800041B1DE8768B06#1155715175094#com.sap.engine.services.servlets_jsp.client.RequestInfoServer#sap.com/NewsDisplayJSFApp#com.sap.engine.services.servlets_jsp.client.RequestInfoServer#Guest#2####2839db702cfd11db94ff000d606f6c2b#SAPEngine_Application_Thread[impl:3]_12##0#0#Error##Plain###Processing HTTP request to servlet [Faces Servlet] finished with error. The error is: com.sap.engine.services.servlets_jsp.server.exceptions.WebIOException: Internal error while parsing JSP page [D:/usr/sap/DEP/JC00/j2ee/cluster/server0/apps/sap.com/NewsDisplayJSFApp/servlet_jsp/newsDisplayJSF/root/NewsError.jsp].
         at com.sap.engine.services.servlets_jsp.server.jsp.JSPParser.parse(JSPParser.java:117)
         at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.getClassName(JSPServlet.java:238)
         at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.compileAndGetClassName(JSPServlet.java:429)
         at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.service(JSPServlet.java:169)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.doWork(RequestDispatcherImpl.java:316)
         at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:372)
         at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:322)
         at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:130)
         at org.ajax4jsf.framework.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:100)
         at org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:384)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:198)
         at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.runServlet(FilterChainImpl.java:117)
         at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:62)
         at org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:64)
         at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:224)
         at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:58)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:373)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Caused by: java.lang.NullPointerException
         at com.sap.engine.services.servlets_jsp.server.jsp.JSPParser.validate(JSPParser.java:235)
         at com.sap.engine.services.servlets_jsp.server.jsp.JSPParser.initParser(JSPParser.java:348)
         at com.sap.engine.services.servlets_jsp.server.jsp.JSPParser.parse(JSPParser.java:105)
         ... 30 more
    I mean, in each JSP page I'm trying to use those standard taglib :
    <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
    <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
    It crashes.
    I've try to add in my web-inf/lib some jar like : servlet_api.jar, servlet.jar, and so on but nothing seam to be working.
    I've also try to define the extensionFilter of myfaces in my web.xml but it doesn't help me
    Anyone has an idea ? I'll give reward
    Thx.

    Hy,
    try do do this:
    1) extract the JSF Tag-Lib's from the Jar-File in a folder under the WebContent folder (in my example named as "tld")
    2) Add some TagLib- Entries in the WEB.XML like this:
    <taglib>
       <taglib-uri>http://java.sun.com/jsf/core</taglib-uri>
       <taglib-location>tld/jsf_core.tld</taglib-location>
    </taglib>
      <taglib>
       <taglib-uri>http://java.sun.com/jsf/html</taglib-uri>
       <taglib-location>tld/html_basic.tld</taglib-location>
    </taglib>
    <taglib-uri> ist the URL that you use in the JSF Pages and <taglib-location> is the location of the expanded Tag-Libary.
    The example above ist based on the Sun-Faces components but it works in the same way for Myfaces oder for the Oracle ADF faces.
    Instead of the both Jar's myFaces-api and mafaces-imp I have use the myfaces-all.jar.
    I hope this informatin will help you.

  • Heap Memory Issue in weblogic 9.2 for a JSF 1.1 web application

    Hi,
    We are running a JSF application (Myfaces, facelets, tomahawk, richfaces & iBATIS) in weblogic 9.2 server on Solaris 10. This application is deployed in production and works fine under normal circumstances. But when there is a heavy user load we are facing a memory issue. The memory usage is gradually increasing and when it reaches to max, Full GC kicks in again & again which choks up all requests. We don't save anything in session scope. All our backing beans are saved in request scope hence they should be garbage collected after each request done, but this is not happening.
    We took the heap dump from production after this issue and analyzed it. After my analysis, I found all objects which are set in request object not being garbage collected and the root referers of all these objects is weblogic.servlet.internal.MuxableSocketHTTP.
    I reproduced the similar behaviour in one of our development environment using JMeter. I ran 100 concurrent users in JMeter for almost 1 hour and saw the similar behaviour. Below is the result of all weblogic objects which are still hanging in heap after test was over (I also ran manual Garbage Collector from admin server).
    1) weblogic.servlet.internal.MuxableSocketHTTP - 1774 objects - retained heap (1 GB)
    2) weblogic.servlet.internal.ServletRequestImpl - 1774 objects - retained heap (1 GB)
    My understanding is that every request made to weblogic server goes through the MuxableSocketHTTP object which creates the ServletRequestImpl to serve it. Once the request is served these objects are suppose to be removed. As a result of that whatever is saved in your request will still be hanging.
    I am not able to understand why these objects are hanging after request is done. Could anybody answer to my question. I appreciate your help in advance.
    The GC setting for weblogic server while startup is:
    -XX:MaxTenuringThreshold=15 -XX:+PrintTenuringDistribution -XX:+AggressiveHeap -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -XX:PermSize=128m -XX:MaxPermSize=128m -Xms3g -Xmx3g -XX:NewSize=512m -XX:MaxNewSize=1024m
    Thanks MaKK

    What happened with this issue? We are seeing something similar on WebLogic 9.2 MP1 in Solaris (Jdk 1.5. patch 10. 32 bit). Out of Memory's with thousands if instances of weblogic.socket.MuxableSocket hanging around.
    Our thinking was initally the Java heap, then we thought that maybe the sockets weren't being closed properly, possible in WebLogic or in LiveCycle.
    Any info would be greatly appreciated.
    Snippet of our stack trace:
    <16-Feb-2010 04:30:13 o'clock GMT> <Error> <Kernel> <BEA-000802> <ExecuteRequest failed
    java.lang.OutOfMemoryError: Java heap space.
    java.lang.OutOfMemoryError: Java heap space
    >
    javax.ejb.EJBException: EJB encountered System Exception: : java.lang.OutOfMemoryError: Java heap space
         at weblogic.ejb.container.internal.EJBRuntimeUtils.throwEJBException(EJBRuntimeUtils.java:145)
         at weblogic.ejb.container.internal.BaseLocalObject.postInvokeCleanup(BaseLocalObject.java:550)
         at weblogic.ejb.container.internal.BaseLocalObject.postInvokeCleanup(BaseLocalObject.java:496)
         at com.adobe.idp.um.businesslogic.directoryservices.DirectorySynchronizationManagerBean_f5g74_ELOImpl.synchronizeProviders(DirectorySynchronizationManagerBean_f5g74_ELOImpl.java:267)
    Joel

  • Upload myfaces problem, file property is null

    Hi,
    to upload a file in JSF using myFaces i defined the following JSF:
    <%@ taglib prefix="t" uri="http://myfaces.apache.org/tomahawk"%>
    <h:form enctype="multipart/form-data">
    <t:inputFileUpload
    id="fileupload"
    value="#{businessCaseAspectBean.upFile}"
    storage="file"/>
    <h:commandButton value="Submit"
    action="#{businessCaseAspectBean.upload}" />
    </h:form>
    - I have defined the filter in web.xml
    <!-- Extensions Filter -->
    <filter>
    <filter-name>extensionsFilter</filter-name>
    <filter-class>org.apache.myfaces.component.html.util.ExtensionsFilter</filt�er-class>
    <init-param>
    <param-name>uploadMaxFileSize</param-name>
    <param-value>100m</param-value>
    </init-param>
    <init-param>
    <param-name>uploadThresholdSize</param-name>
    <param-value>100k</param-value>
    </init-param>
    </filter>
    The filter seems to be loaded correctly - jscookmenu working for
    example ...
    The Error:
    the form is submitted, #{businessCaseAspectBean.upload} Action called
    but the #{businessCaseAspectBean.upFile} is always null / the upfile
    Setter is never called...
    i'm just getting crazy with that issue - any ideas?
    Greets,
    Fabio.
    P.S. the bean have a session scope.

    Hi Giubat i'm tryng the example then you have post to me, so i've used Jbuilder 2006 IDE and jboss 3.2.7 AS.
    In my application i've added a folder with this libraries:
    tomahawk1.1.3.jar (myfaces-extensions.jar is old, and i don't have it)
    commons-collection.jar
    commons-digester.jar
    commons-beanutils.jar
    commons-logging.jar
    commons-fileupload1.1.jar
    I'm added a JBuilder folder named JSF, with this libraries:
    jsf-api.jar
    jsf-impl.jar
    I'm added a JBuilder folder named JSTL, with this libraries:
    jstl.jar
    standard.jar
    i'm cut and past from the example, the jsp page, the bean the web.xml and the faces-config.xml.
    But when my application is running (when i'm call the first page) i've this error:
    16:48:20,370 ERROR [Engine] StandardWrapperValve[FacesServlet]: Servlet.service() for servlet FacesServlet threw exception
    java.lang.NoSuchMethodError: org.apache.myfaces.renderkit.html.util.DummyFormUtils.isWriteDummyForm(Ljavax/faces/context/FacesContext;)Z
         at org.apache.myfaces.renderkit.html.util.ExtensionsPhaseListener.writeCodeBeforeBodyEnd(ExtensionsPhaseListener.java:110)
         at org.apache.myfaces.renderkit.html.util.ExtensionsPhaseListener.getCodeBeforeBodyEnd(ExtensionsPhaseListener.java:96)
         at org.apache.myfaces.renderkit.html.util.ExtensionsPhaseListener.renderCodeBeforeBodyEnd(ExtensionsPhaseListener.java:86)
         at org.apache.myfaces.renderkit.html.util.ExtensionsPhaseListener.afterPhase(ExtensionsPhaseListener.java:66)
         at org.apache.myfaces.lifecycle.LifecycleImpl.informPhaseListenersAfter(LifecycleImpl.java:458)
         at org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:307)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:95)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
         at org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:144)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
         at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:75)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrincipalValve.java:66)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
         at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:162)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
         at org.josso.tc50.agent.SSOAgentValve.invoke(SSOAgentValve.java:289)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
         at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
         at java.lang.Thread.run(Thread.java:595)
    Any ideas, Sorry for my english and thank for your attention and patience,
    Best regard, Fabio.

Maybe you are looking for

  • Calculo do ICMS no processo de Transferencia SD/MM

    Pessoal, tenho um processo de transferencia MM/SD e o que ocorre e que na nota fiscal o valor esta saindo com preco embutido mais impostos. Ex: Alíquota de ICMS =7% Quantidade: 36 Preço Material: 143,52 Calculo Qtd x Preço material = 36 x 143,52 = 5.

  • Service order type from repair orde

    Hi, Is there any custo  to define the service order type from a sales order type. Thanks in advance for Regards

  • Query related to supplier registration

    Hi, During the supplier registration process can we rate the supplier based on the questionnaire  which they have completed and submitted, means is it possible to convert the data i recieve from the supplier in the questionnaire to numberic format an

  • Printing colors not correct when using  non printer software

    I am using a new CANON MX882. When I print using the Canon easy photo software the print turn out perfect. However when I print from Aperture or Photoshop Elements the pictures turn out with the colors blown out and overexposed. I have the lates driv

  • Group by field while selecting only highest rownum

    Need code to group by F1 but grab only the rownums with the greatest value. row number is not an actual field. sample table below and required query results below. RowNum     F1     F2 1     1     1 2     1     2 3     1     3 4     1     4 5     1