archetype-resources.src.main.webapp.WEB-INF.weblogic.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of liferay-portlet-icefaces-archetype
Show all versions of liferay-portlet-icefaces-archetype
Provides an archetype to create Liferay ICEfaces portlets.
The newest version!
<?xml version="1.0"?> <wls:weblogic-web-app xmlns:wls="http://xmlns.oracle.com/weblogic/weblogic-web-app" 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-app_2_5.xsd http://xmlns.oracle.com/weblogic/weblogic-web-app http://xmlns.oracle.com/weblogic/weblogic-web-app/1.4/weblogic-web-app.xsd" > <wls:container-descriptor> <wls:prefer-application-packages> <wls:package-name>com.sun.xml.bind.*</wls:package-name> <wls:package-name>org.apache.commons.fileupload.*</wls:package-name> <wls:package-name>org.apache.xerces.*</wls:package-name> </wls:prefer-application-packages> <wls:optimistic-serialization>true</wls:optimistic-serialization> <wls:show-archived-real-path-enabled>true</wls:show-archived-real-path-enabled> </wls:container-descriptor> <wls:library-ref> <wls:library-name>jsf</wls:library-name> </wls:library-ref> </wls:weblogic-web-app>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy