GlassFish is the reference Java EE application server.
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.1In 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-6I 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-unitIm trying to install Glassfish tools in eclise Luna but I keep getting this error message: Cannot complete the install …
eclipse-plugin glassfish eclipse-lunaI'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-6I 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 payaraI 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-4I 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-6I 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