--
You received this message because you are subscribed to the Google Groups "WildFly" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wildfly+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/wildfly/3cca3eab-4c62-4b57-8b6b-775872a8ef35n%40googlegroups.com.
Hello All,I have a legacy application running on JBOSS-4.2.3 with Hibernate 2.x.x and JSF-1.0 dependencies and need to migrate the application server to latest wildfly version. I would like to get thoughts on how we should approach this effort. Any references to valuable links and resources are more than welcome.
Thanks In Advance
Vishal Chhabria
--
<context-param>
<param-name>org.jboss.jbossfaces.WAR_BUNDLES_JSF_IMPL</param-name>
<param-value>true</param-value>
</context-param>
<context-param>
<param-name>javax.servlet.jsp.jstl.fmt.localizationContext</param-name>
<param-value>resources.application</param-value>
</context-param>
<context-param>
<param-name>com.sun.faces.enableMissingResourceLibraryDetection</param-name>
<param-value>true</param-value>
</context-param>
<?xml version="1.0" encoding="UTF-8"?>
<jboss-deployment-structure>
<deployment>
<dependencies>
<module name="org.apache.poi" export="true" />
<module name="org.apache.commons.lang3" export="true" />
<module name="org.apache.commons.beanutils" export="true" />
<module name="org.apache.commons.fileupload" export="true" />
<module name="net.sourceforge.jtds" export="true" />
<module name="com.mylibrary...." export="true" />
</dependencies>
</deployment>
</jboss-deployment-structure>
To view this discussion on the web visit https://groups.google.com/d/msgid/wildfly/CAJtdNN6%3Dm9RFkHcUvSfeqkC5NGT8Octkvv%3Dx5SDBN_jKcSCQ7g%40mail.gmail.com.