I have a JSF 2.0 project with PrimeFaces 3.0.0.M3 on Glassfish. When I run it, I get the following exception:
The following error shows up in my Glassfish log when attempting to access my app: Caused by: org.jruby.exceptions.RaiseException: (NameError) method \'to_yaml\' not defi开发者_如何学编程ned in Objec
I\'m trying to get开发者_如何学C OracleConnection from glassfish by this lines: EntityManager em = getEntityManager();
Is it possible to redirect users from www.domain.com to domain.com? I\'m running GlassFish 3.1.1 with JSF/EJB app in root context (/).
I\'m attempting to set up a simple logging test with JavaMail in Java EE 6, using the jar files provided with Glassfish 3.1.There seems to be a wealth of questions out there on this subject, but I hav
Below 开发者_开发问答is my Liferay path: C:\\glassfish3\\glassfish\\domains\\liferay\\applications
I\'m migrating from .net to java and I\'m not yet used in java application deployment. I\'m used in deploying console base application that acts as a stand alone application , a mixed of tcp and udp s
I have installed Glassfish 3.1.1. Open Source Ed. Server for my development purpose and Eclipse Indigo as my IDE. The add-on(s) i have installed in eclipse are Glassfish Server Tools and Spring 3 Tool
I have a JavaEE application that needs to access a file in order to obtain certain informations about the installation.
From a webapp deployed in a Glassfish app server, I have to find some metrics to allow monitoring. Inside the webapp, is there others tools/libraries which allow me to gather such metrics ?