0 Replies Latest reply on Aug 2, 2013 2:14 AM by shomyj

    EAP 6.1.0.GA with icefaces 3.3

    shomyj

      I am using Jboss EAP 6.1.0 GA. Trying to deploy an ear which contain jar and war. In web application, we are using icefaces 3.3.

      In web.xml, below entry made.

       

      <context-param>

             <param-name>org.jboss.jbossfaces.WAR_BUNDLES_JSF_IMPL</param-name>

             <param-value>true</param-value>

      </context-param>

       

      On deployment, below warning coming up.

       

      11:35:26,798 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015893: Encountered invalid class name 'com.sun.faces.vendor.Tomcat6InjectionProvider:org.apache.catalina.util.DefaultAnnotationProcessor' for service type 'com.sun.faces.spi.injectionprovider'

      11:35:26,798 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015893: Encountered invalid class name 'com.sun.faces.vendor.Jetty6InjectionProvider:org.mortbay.jetty.plus.annotation.InjectionCollection' for service type 'com.sun.faces.spi.injectionprovider'

      11:35:26,830 WARN  [org.jboss.as.jsf] (MSC service thread 1-7) JBAS012603: Unknown JSF version 'WAR_BUNDLES_JSF_IMPL'.  Default version 'main' will be used instead.

       

      11:35:30,030 INFO  [org.jboss.web] (ServerService Thread Pool -- 82) JBAS018210: Register web context: /SeaLiner
      11:35:30,045 INFO  [org.apache.catalina.core] (ServerService Thread Pool -- 82) JBWEB001093: The listener com.sun.faces.config.ConfigureListener is already configured for this context, the duplicate definition has been ignored
      11:35:30,109 INFO  [javax.enterprise.resource.webcontainer.jsf.config] (ServerService Thread Pool -- 82) Initializing Mojarra 2.1.19-jbossorg-1 20130304-0420 for context '/SeaLiner'
      11:35:31,544 SEVERE [javax.enterprise.resource.webcontainer.jsf.application] (ServerService Thread Pool -- 82) JSF1030: The specified InjectionProvider implementation 'org.jboss.web.jsf.integration.injection.JBossInjectionProvider' cannot be loaded.
      11:35:31,544 INFO  [javax.enterprise.resource.webcontainer.jsf.application] (ServerService Thread Pool -- 82) JSF1048: PostConstruct/PreDestroy annotations present.  ManagedBeans methods marked with these annotations will have said annotations processed.
      11:35:32,153 INFO  [org.icefaces.util.EnvConfig] (ServerService Thread Pool -- 82) ICEfaces Configuration:
      org.icefaces.render.auto: true [default]
      org.icefaces.autoid: true [default]
      org.icefaces.aria.enabled: true [default]
      org.icefaces.blockUIOnSubmit: false [default]
      org.icefaces.compressDOM: false [default]
      org.icefaces.compressResources: false [default]
      org.icefaces.compressIDs: false [default]
      org.icefaces.connectionLostRedirectURI: null [default]
      org.icefaces.diffConfig: null [default]
      org.icefaces.deltaSubmit: false [default]
      org.icefaces.focusManaged: true [default]
      org.icefaces.lazyPush: true [default]
      org.icefaces.generateHeadUpdate: false [default]
      org.icefaces.includeScrollOffsets: true [default]
      org.icefaces.reloadOnUpdateFailure: false [default]
      org.icefaces.sessionExpiredRedirectURI: null [default]
      org.icefaces.standardFormSerialization: false [default]
      org.icefaces.strictSessionTimeout: false [default]
      org.icefaces.subtreeDiff: false
      org.icefaces.windowScopeExpiration = 1000 [default]
      org.icefaces.mandatoryResourceConfiguration: none [default]
      org.icefaces.uniqueResourceURLs: true [default]
      org.icefaces.lazyWindowScope: true [default]
      org.icefaces.messagePersistence: true [default]
      org.icefaces.disableDefaultErrorPopups: false [default]
      org.icefaces.fastBusyIndicator: false [default]
      org.icefaces.replayNavigationOnReload: false [default]
      org.icefaces.resourceVersion: 3_3_0_130416 [default]
      org.icefaces.versionableTypes: */javascript */css image/* [default]
      org.icefaces.coalesceResources: false [default]

      11:35:32,231 INFO  [org.hibernate.validator.internal.util.Version] (ServerService Thread Pool -- 82) HV000001: Hibernate Validator 4.3.1.Final-redhat-1
      11:35:32,294 INFO  [org.icefaces.impl.renderkit.DOMRenderKit] (ServerService Thread Pool -- 82)
      ICEsoft Technologies Inc.
      ICEfaces 3.3.0
      Build number: 11
      Build date: 130416
      Revision: 34423

       

      Some of the config params like "com.icesoft.faces.compressResources" is set as true in web.xml, but same shown with default value in the above trace.

       

      All incefaces+jsf related jars are included in the war file. But same seems to be not working.

       

      Could anyone tell, what are the needed steps for this to get working?