weblogic « PrimeFaces « JSF Q&A





1. is there a problem when migrating from apache tomcat 7.x to weblogic 10.3.3 a project with primefaces 3.0M2 involved    stackoverflow.com

For a particular reason i developed a web app in apache tomcat 7.x and now i have to deploy it in weblogic server 10.3.3, in my project i use JSF 2.0 ...

2. Strange hibernate error in weblogic(10.3.4) console    stackoverflow.com

I have followgin configuration files, and I got following exception while getting Hibernate session. Is there a problem or missing property in hibernate.cfg.xml? persistence.xml

<persistence version="2.0"
xmlns="http://java.sun.com/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="
   ...

3. Weblogic + Liferay + JSF + Ajax - servletresponse writer not flushed/closed    stackoverflow.com

We've run into strange problem recently. Our application uses Liferay + JSF2.0 + PortletFaces + Primefaces. On Tomcat/Websphere everything seems to be fine, but on Weblogic AJAX-responses getting trimmed to 8192*N ...

4. Primefaces 2.2 and weblogic 10.0    forum.primefaces.org

27 May 2011, 13:54 by manoel.menezes.jr Primefaces 2.2 and weblogic 10.0 Hello, I have just started to use primefaces 2.2 with weblogic 10.0. The problem is that when I refresh the ...

5. Maven Primefaces Weblogic 10.3    forum.primefaces.org

org.primefaces primefaces 2.2 prime-repo Prime Technology Maven Repository http://repository.prime.com.tr default

6. Problems with Weblogic server    forum.primefaces.org

Code: Faces Servlet javax.faces.webapp.FacesServlet 1 ...

7. PrimeFaces and Weblogic error    forum.primefaces.org

10 Dec 2010, 09:37 by hidayet PrimeFaces and Weblogic error Hi, i have a problem. i use primefaces in weblogic 10.3.2 server. but An error has occurred below, configuration Primefaces RC1,Mojarra ...

8. Unable to load primefaces-2.0.0.jar on Weblogic Start Up.    coderanch.com

Not sure if this post should belong in "weblogic" or "JSF" but since this is a error specific to JSF, I am posting it here. I am using Weblogic11g which comes built in with "JSF1.2". I am trying out the new JSF2.0 implementation from "Primefaces" and so I had included "primefaces-2.0.0.jar" and Mojarra's JSF2.0 JARS in my WEB-INF/lib. In my "weblogic.xml" ...

9. Primefaces setup in Weblogic    coderanch.com





10. Error using Primefaces with Weblogic 10.3.3    coderanch.com

Hi, I am getting the below error when I start weblogic. Any help is highly appreciated Dec 28, 2010 12:36:12 AM com.sun.faces.config.AnnotationScanner processClasspath SEVERE: Unable to process annotations for url, zip:/abc/tmp/_WL_user/Server/8940vf/war/WEB-INF/lib/primefaces-2.2.RC2.jar!/META-INF/faces-config.xml. Reason: java.io.FileNotFoundException: zip:/abc/tmp/_WL_user/Server/8940vf/war/WEB-INF/lib/primefaces-2.2.RC2.jar Dec 28, 2010 12:36:12 AM com.sun.faces.config.AnnotationScanner processClasspath SEVERE: java.io.FileNotFoundException: zip:/abc/tmp/_WL_user/Server/8940vf/war/WEB-INF/lib/primefaces-2.2.RC2.jar at weblogic.utils.zip.ZipURLConnection.connect(Handler.java:78) at weblogic.utils.zip.ZipURLConnection.getInputStream(Handler.java:53) at sun.net.www.protocol.jar.URLJarFile.retrieve(URLJarFile.java:195) at sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:50) at sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:70) at sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:104) at sun.net.www.protocol.jar.JarURLConnection.getJarFile(JarURLConnection.java:71) at com.sun.faces.config.AnnotationScanner.processClasspath(AnnotationScanner.java:290) at ...