GlassFish is a Java EE 6 application server.
5
votes
2answers
12k views
JDBC MySql Connection Pooling practices
I have a Java-JSF Web Application on GlassFish, in which I want to use connection pooling. Therefore I created an application scoped bean that serves with Connection instances for other beans:
import ...
11
votes
2answers
7k views
Java EE 6: How to implement “Stay Logged In” when user login in to the web application
I am using Form-based authentication provided by GlassFish v3 btw.
Most of the website, when the user about to provide the username and password to log into the system, it has a checkbox "Stay logged ...
15
votes
6answers
37k views
How to install the GlassFish 3 server adapter with Eclipse Helios 3.6
Question as stated in the title: how to install the GlassFish Server Adapter on Eclipse Helios 3.6?
2
votes
3answers
1k views
@Inject to pass params to a CDI @Named bean via URL gives Jboss error on Netbeans
This is very alien, so I'm trying to understand what's happening as much as possible. It looks like there's a missing dependancy, however that seems unlikely. I'm on Glassfish, but the errors ...
23
votes
11answers
71k views
Log4J properties file - where to put it
I wrote a web service project using netbeans 6.7.1 with glassfish v2.1, put log4j.properties to the root dir of project and use
static Logger logger = Logger.getLogger(MyClass.class);
in ...
5
votes
3answers
6k views
What is the best java webservice framework?
I currently use Apache Axis. But I am creating a new project in Intellij IDEA and I have the option to add one of the following:
Apache Axis
Glassfish /JAX-WS 2.x RI / Metro 1.x / JWSDP 2.0
Restful ...
8
votes
2answers
6k views
How to return a PNG image from Jersey REST service method to the browser
I have a web server running with Jersey REST resources up and I wonder how to return image/png data to the browser from a FORM action POST or jquery AJAX request. The image processing code for adding ...
2
votes
3answers
3k views
Accessing a stateless EJB from another instance of Glassfish
there is an issue that troubles me and I cannot find any uniform way to solve it around the internet. I am developing an enterprise application using Java EE, Glassfish and Netbeans.
I have two ...
6
votes
1answer
6k views
Glassfish 3.1 default principal to role mapping
I am working with glassfish and jaas module.
I configured my web.xml in this way.
<security-constraint>
<web-resource-collection>
<web-resource-name>ALL Page for ...
9
votes
4answers
7k views
Sharing a persistence unit across components in a .ear file
In a Java EE 6 application where I'm using .ear packaging, I'd like to create a persistence unit that can be accessed from components in different .jar files.
However, I'm not sure how to define this ...
6
votes
3answers
7k views
Maven Embedded Glassfish plugin
I cannot seem to get the Maven Glassfish plugin working for the life of me:
<project>
...
<pluginRepositories>
<pluginRepository>
...
4
votes
7answers
6k views
JSF tags not being rendered as HTML
I'm following the Java EE firstcup tutorial using Netbeans and Glassfish.
When I execute the JSF web tier I've been instructed to code, the browser gets the same JSF markup coded in the .xhtml file, ...
0
votes
3answers
2k views
Howto secure webservices on GlassFish 2?
We have some staleless EJBs (EJB3) deployed on a GlassFish 2 server that expose some of their methods as webservices via the @Webmethod annotation.
Now we want to secure these webservice methods so ...
16
votes
5answers
9k views
Why use Apache Web Server in front of Glassfish or Tomcat?
Is it good idea to use Apache Webserver in front of GF or Tomcat? Does it improve the performance/security?
Or there is not any reason to use Apache Web Server with GF?
11
votes
1answer
4k views
Xerces error: org.apache.xerces.impl.dv.dtd.DTDDVFactoryImpl
I'm developing a web application using JSF 2.0, NetBeans 6.9.1, GlassFish Server 3.1, mojarra 2.0.3, and JasperReports 3.7.6. Included in my project library is the jar file "xerces-2.8.0.jar". This ...
27
votes
5answers
14k views
Which Maven GlassFish plugin to use?
I've been trying to integrate deploying java .war's in GlassFish V3 through Maven. While I have found a few plugins, none of them look to be very active:
Maven Glassfish Plugin
Eskato's Wordpress ...
8
votes
4answers
11k views
How to use 3rd party libraries in glassfish?
I need to connect to a MongoDB instance from my EJB3 application, running on glassfish 3.0.1. The Mongo project provides a set of drivers, and I'm able to use them in a standalone Java application.
...
9
votes
4answers
9k views
Inject a EJB into a JSF converter with JEE6
I have a stateless EJB that acceses my database.
I need this bean in a JSF 2 converter to retreive an entity object from the String value parameter. I'm using JEE6 with Glassfish V3.
@EJB annotation ...
8
votes
1answer
4k views
httpOnly Session Cookie + Servlet 3.0 (e.g. Glassfish v3)
By default, Glassfish v3 doesn't set the httpOnly flag on session cookies (when created as usual with request.getSession()).
I know, there is a method javax.servlet.SessionCookieConfig.setHttpOnly(), ...
7
votes
1answer
12k views
hibernate, mysql, glassfish v3, and JTA datasource
I'm attempting to use hibernate entity manager with mysql and glassfish. I'm getting the following error when attempting to use a JTA datasource:
Caused by: org.hibernate.HibernateException: The ...
2
votes
2answers
6k views
Bean Validation and error messages at .properties file
i am working on a JSF Projekt with Glassfish. My validation works well but i dont become a custom error message.
//Class = User, package = devteam
@NotEmpty @Pattern(".+@.+\\.[a-z]+")
private String ...
2
votes
3answers
10k views
Proper usage of JDBC Connection Pool (Glassfish)
I need a database connection in Java Web service implemented as a session bean, and I'm not sure if I do it right.
I created a class
public final class SQLUtils {
//.....
private ...
1
vote
1answer
2k views
GlassFish JDBC Realm Group Membership
I have been busy setting up authentication, a JDBC realm in particular, on GlassFish 3.1. I have been operating under the assumption that:
The "User" table contains the login name ("email_address") ...
7
votes
1answer
9k views
How to deploy portlets to Liferay
I have faced problems in trying to install new portlets to Liferay running on Glassfish domain. I figured out the flow very lately and want to share it with others also. So, please read the answer and ...
6
votes
2answers
12k views
Glassfish v3 logging
In Glassfish v2.1 I could look at my web-applications log all stdout and stderr in the glassfish server log ($GF_HOME/domains/domain1/logs/server.log). But I dont see the same in v3. Is there a ...
3
votes
4answers
7k views
logback with EJB3.1
I am using logback/slf4j to handle logging in my application. Everything was working perfectly until I started using EJBs. Once I added a stateless EJB to my app, the logger started ignoring my ...
5
votes
1answer
3k views
dynamic roles on a Java EE server
I want to manage user and roles in a dedicated application. For example a user of this application ("customerX boss") can create a new role "customerX employee". If an employee accesses the Java EE ...
3
votes
2answers
2k views
Netbeans deployment fails after class rename
I am writing a test client for a webservice. It's a Netbeans 6.9.1 WebApplication using JSF framework. I have one managed bean that calls the webservice.
Everythink worked fine until I noticed a typo ...
3
votes
4answers
4k views
With which maven dependencies can i create a standalone JMS client for Glassfish?
i want to create a very simple JMS standalone client to a JMS Topic hosted on my Glassfish server.
My project is built using maven.
I know there seems to be some kind of mess concerning JMS ...
3
votes
2answers
5k views
Basic Authentication in Glassfish
I am having trouble getting BASIC authentication to work with Glassfish. I am developing an application and I need to be prompted for a username and password. I have gotten the application to prompt ...
3
votes
4answers
12k views
Deploy war through netbeans onto glassfish v3 beta
The same .war file deploys fine onto Glassfish v2.1. I don't know the last time I tried v3, but I was wanting to check out hot-deploy functionality as it's rumored to be working in netbeans 6.8 with ...
1
vote
1answer
1k views
JPA - Using Multiple data sources to define access control
I am totally new to JPA and JSF and hope you can help me with my questions.
My application is built using JSF 2.0 Framework, using JPA 2.0/EclipseLink running on Glassfish 3+, MySQL.
I set one ...
6
votes
3answers
7k views
How do I debug GlassFish 3 using Eclipse Helios?
I am using the GlassFish 3 server adapter with Eclipse Helios 3.6. I can start the server using the Servers view in Eclipse, and things run just fine - but I am not able to debug my code.
After using ...
2
votes
1answer
482 views
HttpServletResponse seems to periodically send prematurely
I'm working on a setup that takes an http request (GET for testing purposes) to java servlet. How it works is, the ser let takes a request from the browser, parses it and sends it via TCP socket to ...
1
vote
1answer
309 views
Jersey-request for authentication
I have a working JavaEE 6 web application on Glassfish, this application already has a JSF frontend and has its authentication mechanism((Using CDI and annotation based security) So there is a login ...
1
vote
1answer
705 views
Unable to authenticate with jax-ws on Glassfish
I have been trying to create a java service that uses basic authentication over SSL. Configuring the SSL was quite simple but configuring authentication is much more of a problem. Any time I try to ...
1
vote
4answers
2k views
jspx script element on GlassFish v3
The .war is served from GlassFish v3. I am trying to include a javascript file from my jspx.
<script type="text/javascript" src="/base/interface/Service.js"></script>
I get the ...
7
votes
2answers
8k views
GlassFish v3 and glassfish-maven-plugin (Mac)
I'm trying to use the glassfish-maven-plugin (https://maven-glassfish-plugin.dev.java.net/) with GlassFish v3 (I'm on a Mac and using Eclipse) and I can't seem to get my web app to deploy. I keep ...
16
votes
2answers
14k views
Glassfish 3.1.2 and Eclipse
I just downloaded the Glassfish version 3.1.2, this is not yet an official release.
I need this version because my web application is using websockets.
The problem I have now is with the Glassfish ...
9
votes
1answer
4k views
Glassfish Security - jdbcRealm: How to configure login with SHA-256 digest
I use jdbcRealm for security in my glassfish v3.0.1 b22. It is set up so that it use the USER table inside my database for authentication by following this blog: ...
15
votes
4answers
13k views
How would you compare Apache Tomcat & Glassfish as production servers?
I have a J2EE-based system which is running currently on Apache Tomcat. We are in discussions to move our production servers to the Glassfish server.
Can someone share their experiences with either ...
13
votes
4answers
9k views
Glassfish 3 security - Form based authentication using a JDBC Realm
I want to understand form based security and JDBC realms with glassfishV3, so i decided to create a little app that just allows to sign in and out, i followed the instructions from this book to do ...
13
votes
4answers
8k views
PermGen space error - Glassfish Server
I am running java web application using Hibernate and glassfish Server. I am getting
java.lang.OutOfMemoryError: PermGen space exception when after I deploying it several times.
I tried ...
5
votes
2answers
2k views
Glassfish 3.1.2's JDBCRealm has a new Password Encryption Algorithm field. What is it for?
The Glassfish JDBC realm features several different properties you can set.
I am interested in the Digest Algorithm and Password Encryption Algorithm properties (that's how they show up in the admin ...
5
votes
2answers
5k views
Custom Glassfish Security Realm does not work (unable to find LoginModule)
I'm trying to get a Custom Security Realm in Glassfish working (i tried 3.0.1 final and 3.1 B33). I read nearly all tutorials about this, but it doesn't not work on my System. I'm getting the error
...
7
votes
5answers
25k views
Glassfish v3 / JNDI entry cannot be found problems!
I've been having problems trying to call an EJB's method from a Java Application Client.
Here is the code.
EJB Remote Interface
package com.test;
import javax.ejb.Remote;
@Remote
public interface ...
3
votes
1answer
12k views
How to implement redirect to login-page with Java EE 6/Glassfish
I'm trying to implement a redirect after login, which means I can't use glassfish built-in form authentication settings anymore that handles such things automatically. So first thing's first, I need ...
12
votes
6answers
11k views
Best way to deploy on Glassfish V3
What is the best way to deploy my web project (or ear project) to remote server and glassfish?
How to use ant-deploy.xml and build-impl.xml that netbeans create for this purpose?
Using autodeploy ...
9
votes
5answers
716 views
Maven is trying to update glassfish plugin from maven.ocean.net.au
We cannot deploy our app as Maven is trying to update glassfish plugin from maven.ocean.net.au repository, although no such repository was defined in our pom. The problem is maven.ocean.net.au isn't ...
3
votes
2answers
2k views
Embedded GlassFish ignores Maven test resources
I have several session beans that I have written unit tests for. I have setup Maven to include a persistence.xml in the src/main/resources/META-INF directory that refers to a local MySQL database for ...

