Top "Glassfish" questions

GlassFish is the reference Java EE application server.

Java, JPA, Glassfish, Invalid resource : jdbc/__default__pm

I use Glassfish 3.1.2.2 (build 5), JPA, EclipseLink, MySQL I created MySQL pool via Glassfish admin panel. Ping to MySQL from GF …

java jpa deployment glassfish
what is java.io.EOFException, Message: Can not read response from server. Expected to read 4 bytes, read 0 bytes

This question has been asked a couple of times in SO and many times in other sites. But I didn't …

java mysql glassfish connection pool
sun.reflect.annotation.TypeNotPresentExceptionProxy error when deploy web-ear

When I try to deploy ejd-ear, web-ear on to glassfish server. I added an ejb client dependency in web project. …

deployment maven glassfish ejb-3.0
GlassFish vs tomcat

I would like to start using JEE6 in the next project that I have to work on at my job, …

java jakarta-ee glassfish application-server tomcat5.5
Why use Glassfish instead of Apache? What's it strengths and weaknesses?

Sorry for my ignorance here, but when I hear the word webserver, I immediately imagine Apache, although I know people …

glassfish
Adding org.glassfish.jersey.archetypes in eclipse

I am trying to create a maven project in eclipse. I am trying create a archetype but getting the below …

java eclipse rest maven glassfish
Unable to Connect to JDBC Connection Pool from Glassfish

I am running GlassFish Server Open Source Edition 3.1.2.2 (build 5) with MySql I have created a JDBC Connection Pool using NetBeans. …

mysql sql glassfish
my GlassFish Server, deploy, null, false

In my GlassFish Server, I got this error message: In-place deployment at D:\simpers\simpers\simpers-war\build\web<br&…

java jakarta-ee glassfish glassfish-3 javabuilders
GlassFish v3 Domain Server cannot start. Port is occupied

I imagine this is a pretty generic error. I cant seem to find any documentation on it. I am simply …

jakarta-ee glassfish netbeans6.8 glassfish-3
How can I bind a DataSource to an InitialContext for JUnit testing?

I'm trying to run JUnit tests on database "worker" classes that do a jndi lookup on an InitialContext to get …

java jdbc junit glassfish datasource