Top "Glassfish-4" questions

Fourth version of the popular Java EE open source application server and the reference implementation of the Java EE 7.

REST Service errors with: resource is not available Glassfish 4.0 JAX-RS 2.0

I am trying to deploy a simple JAX-RS service on Glassfish 4.0 and keep getting the following error: HTTP Status 404 - …

java rest jax-rs glassfish-4
Jersey REST get returns java.lang.NoSuchMethodError

I'm trying to get a response from a working REST webservice. I have come up with the following looking at …

rest jakarta-ee glassfish-4 jersey-client jersey-2.0
WELD-001408 Unsatisfied dependencies for type [Validator]

I'm unable to deploy my project after migrating it from Java EE 6 to Java EE 7. I already have CDI enabled (…

jakarta-ee java-ee-6 cdi glassfish-4 java-ee-7
Glassfish 4 - JDBC Realm

What's the difference between the Password encryption algorithm and the Digest Algorithm in Glassfish 4? Because Password encryption algorithm cannot be …

java jdbc glassfish jaas glassfish-4
EntityManager.createQuery() throws NullPointerException

'm getting NullPointerException everytime any EntityManager.createQuery() or EntityManager.createNamedQuery() is called. I'm using Glassfish 4.0, Hibernate 4.3.5 and EJB. I have …

hibernate jakarta-ee glassfish-4
java.lang.IllegalArgumentException: URLDecoder: Incomplete trailing escape () pattern

I have a URL like, http://localhost:8080/Project-war/utility/Login.jsf?fallback=%2FProject-war%2Fpublic_resources%2FShowDetails.jsf%3Fid%3D9 This …

jakarta-ee glassfish glassfish-4
Glassfish 4, JSF 2.2 and PrimeFaces FileUploadEvent not working together

After upgrading to GlassFish 4 and JSF 2.2 Primefaces FileUploadEvent stop working. With JSF 2.1 it was working with no problem. Everything is …

file-upload primefaces jsf-2.2 glassfish-4
Eclipse - Glassfish 4 Debugging startup timeout

Glassfish 4.0 final gives a timeout everytime I try to start it in Debug mode. The normal run on server (from …

eclipse-kepler glassfish-4
cannot get SLF4J working with glassfish 4

I have configured glassfish 3 to use SLF4J in the past by using the SLF4J JUL bridge and it …

slf4j glassfish-4 glassfish-embedded
What is the correct way to get parameter from URL in JSF

Here my JSF page: <html xmlns="http://www.w3.org/1999/xhtml" xmlns:h="http://xmlns.jcp.org/jsf/html" …

java jsf glassfish-4