users@glassfish.java.net

Re: Problems with GFv3 and OSGI Web bundle

From: <glassfish_at_javadesktop.org>
Date: Wed, 17 Mar 2010 10:00:19 PDT

Hello one more time,

so here is the extra web.xml conf:

 <context-param>
        <param-name>com.icesoft.faces.concurrentDOMViews</param-name>
        <param-value>true</param-value>
    </context-param>

    <context-param>
        <param-name>com.icesoft.faces.synchronousUpdate</param-name>
        <param-value>false</param-value>
    </context-param>
<servlet>
        <servlet-name>Resource Servlet</servlet-name>
        <servlet-class>com.icesoft.faces.webapp.ResourceServlet</servlet-class>
        <load-on-startup>1</load-on-startup>
    </servlet>

    <servlet-mapping>
        <servlet-name>Resource Servlet</servlet-name>
        <url-pattern>/xmlhttp/*</url-pattern>
    </servlet-mapping>


than faces-config stuff:

 <factory>
        <partial-view-context-factory>
            com.icesoft.faces.context.CompatDOMPartialViewContextFactory
        </partial-view-context-factory>
    </factory>

    <render-kit>
        <render-kit-class>com.icesoft.faces.component.CompatDOMRenderKit</render-kit-class>
    </render-kit>

And this dependency makes deployer really angry, because some TLD or smth like that inside:

<dependency>
            <groupId>org.icefaces</groupId>
            <artifactId>icepush</artifactId>
            <version>2.0-A2</version>
</dependency>


Thank you in advance!

With best regards,
Michael Shtelma
[Message sent by forum member 'smikesh']

http://forums.java.net/jive/thread.jspa?messageID=392393