Top "Glassfish" questions

GlassFish is the reference Java EE application server.

GRIZZLY0023 Glassfish warning

I have deployed 2 web application in java on GlassFish server. I am using Glassfish Server 3.1.2.2. They both have java servlet …

java http glassfish warnings grizzly
Default EJB transaction mode for asynchronous methods?

When I have an @Asynchronous method in an EJB, and I don't specify the @TransactionAttribute, then how exactly does the …

java jakarta-ee glassfish ejb ejb-3.1
How can i config module and application name for JNDI Lookups

In EJB 3.1 JNDI Lookups can be made with different Lookup-Names: java:global[/<app-name>]/<module-name>/<bean-name&…

maven-2 jakarta-ee glassfish jndi java-ee-6
EJB3 - using 2 persistence units within a transaction (Exception: Local transaction already has 1 non-XA Resource)

I am trying to use 2 persistence units within the same transaction in a Java EE application deployed on Glassfish. The 2 …

transactions glassfish ejb-3.0 multiple-databases persistence-unit
Installing Glassfish tools in eclipse luna

Im trying to install Glassfish tools in eclise Luna but I keep getting this error message: Cannot complete the install …

eclipse-plugin glassfish eclipse-luna
DCH class error with JavaMail

I'm attempting to set up a simple logging test with JavaMail in Java EE 6, using the jar files provided with …

logging glassfish jakarta-mail java-ee-6
IntelliJ - Remote debug - Unable to open debugger port

I am using IntelliJ 2017.3 with Payara 4.1.2.172. I used to just start the server from the command line had a Remote …

java intellij-idea glassfish payara
Glassfish 4 deployment error

I added some libraries to my JavaEE project and then deploy the application works. I modified something and I got …

java eclipse jakarta-ee glassfish glassfish-4
JPA Glassfish Database Update Issue

I have an application deployed on Glassfish v3.0.1 which reads events from a table in my database. Once ready it …

jpa persistence glassfish java-ee-6
Glassfish / Payara javax.ejb.AccessLocalException: Client not authorized for this invocation in server.log

I was trying figure out the cause of another exception for my dynamic web app here - https://github.com/…

java jakarta-ee glassfish glassfish-4 payara