1 Reply Latest reply on Dec 26, 2008 4:10 AM by hanabi

    Seam 2.1.1 and JSF 1.2_09 1.2_11 and SeamPhaseListener

    hanabi
      I have problem with Seam 2.1.1 and JSF 1.2_09 ~ 1.2_11 and SeamPhaseListener
      JSF 1.2_09 has a settign about escaping Unicode characters in JSF. I need this option as an alternative to difficult seam hacks that still do not provide the complete result.

      When I replace standard jsf libs of JBoss 4.2.2 with JSF 1.2_09, application throws Exceptions about two Seam phase listeners. Application still works but those exceptions are visible in cosole.
        • 1. Re: Seam 2.1.1 and JSF 1.2_09 1.2_11 and SeamPhaseListener
          hanabi
          when deploying - I see the following suspicious lines in teh log.


          2008-12-26 11:50:45,260 INFO  [org.jboss.deployment.EARDeployer] Init J2EE application: file:/C:/java_servers/jboss-4.2.2/server/default/deploy/informer.ear

          >>>>>>>>
          2008-12-26 11:50:45,448 WARN  [org.jboss.deployment.MainDeployer] Found non-jar deployer for jboss-seam.jar: MBeanProxyExt[jboss.ejb3:service=EJB3Deployer]

          >>>>>>>>
          2008-12-26 11:50:45,729 WARN  [org.jboss.deployment.MainDeployer] Found non-jar deployer for jboss-seam.jar: MBeanProxyExt[jboss.ejb3:service=EJB3Deployer]

          2008-12-26 11:50:45,901 INFO  [org.jboss.resource.connectionmanager.ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=jdbc/informerDS' to JNDI name 'java:jdbc/informerDS'

          it looks like "jboss-seam.jar" is deployed twice???