Top "Glassfish-3" questions

GlassFish is an open source, production-ready, Java EE-compatible application server.

How should I log uncaught exceptions in my RESTful JAX-RS web service?

I have a RESTful web service running under Glassfish 3.1.2 using Jersey and Jackson: @Stateless @LocalBean @Produces(MediaType.APPLICATION_JSON) @Consumes(…

java rest jersey jackson glassfish-3
How to use 3rd party libraries in glassfish?

I need to connect to a MongoDB instance from my EJB3 application, running on glassfish 3.0.1. The Mongo project provides a …

mongodb glassfish java-ee-6 glassfish-3
How to get rid of WARNING: PWC4011: Unable to set request character encoding to UTF-8

This is on GlassFish 3.1, using PrimeFaces over Mojarra and salted with MyFaces CODI. On just about every request the following …

jsf-2 primefaces glassfish-3 mojarra
Glassfish 3.1 CREDENTIAL_ERROR in Eclipse

I can't start Glassfish 3.1 on Eclipse Indigo with "Oracle Glassfish Server Tools" plugin on Windows 7. After installing the plugin, I've …

java eclipse glassfish-3
Where should beans.xml be placed?

I've just upgraded to NetBeans 7.1 from 7.0. On opening a JSF managed bean it "helpfully" told me that it couldn't find …

java-ee-6 glassfish-3
Glassfish + Postgres can't ping connection pool

I try to make login page for web application using Glassfish 3.1 and Postgres. I have local database (localhost:5432). This is …

postgresql netbeans glassfish-3
client for remote JMS queue

I have a JMS queue configured on remote glassfish server. I'm trying to connect this queue from my local machine. …

java glassfish jms glassfish-3
How to kill a glassfish server in Windows?

I tried to start a glassfishv3 server in my windows XP system with the command "asadmin start-domain". The start failed …

windows glassfish glassfish-3
JavaEE 6: javax.naming.NameAlreadyBoundException: Use rebind to override

I have a business interface being implemented by two EJBs. UserManagementService @Remote public interface UserManagementService { // ... } UserManagementServiceJpaImpl @Stateless(name="userManagementServiceJpaImpl") public …

ejb-3.0 glassfish-3
Accessing Hibernate Session from EJB using EntityManager

Is it possible to obtain the Hibernate Session object from the EntityManager? I want to access some hibernate specific API... …

java hibernate jpa jakarta-ee glassfish-3