I am using the Update Tool that is part of the GlassFish Server v3.I received the following error: Update Tool was unable to start.
How can I call a Local Session Bean inside an EAR from another EAR, both deployed in the same Glassfish v3 domain?
I have 2 projects in development; one of them deployed into the Glassfish v2.1.1, other one into Glassfish v3.1. I want to run both servers at the same time. For this, changed the default ports of Gla
We have our clients in an extranet based 开发者_如何学Cenvironment that need to connect to our JMS queues. Should they be able to just lookup our queues and connectionFactories in the JNDI space.
I have this Service bean: @Stateless public class BookService { @PersistenceContext(unitName=\"persistentUnit\")
If I have a h:dataTable in books.xhtml providing a list of records and I want to view a particular record, then add or edit that record, currently I have this:
I have the web application on Glassfish 3.1 (no vnc connection, only ssh access), and have some problems with memory there, would like to profile it a bit. A time ago used VisualVM for local needs, bu
I am following this tutorial i found http://www.vitruvimente.be/?p=768 to create a JDBC realm, so i can login and out my users on my web app, but i have a problem.
We use logback and slf4j as logging libraries for our application and glassfish v3 as our application server. For the deployment time configuration properties we have created a \"JNDI Custom Resource\
This question already has answers here: Adding <h:form> causes java.lang.IllegalStateException: Cannot create a session after the response has been committed