GlassFish is an open source, production-ready, Java EE-compatible application server.

learn more… | top users | synonyms (3)

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?
12
votes
1answer
8k views

How do I get rid of annoying message on output log: PWC4011: ServletRequest.getReader() has already been called

This is on GlassFish 3.1, using PrimeFaces over Mojarra and salted with MyFaces CODI. On just about every request the following message appears: WARNING: PWC4011: Unable to set request character ...
7
votes
10answers
15k views

Glassfish 3.1 CREDENTIAL_ERROR in Eclipse

I can't start Glassfish 3.1 on Eclipse Indigo with "Oracle Glassfish Server Tools" plugin on Windows 7. After installing the plugin, I've chosen "New" -> "Server" in the server view and clicked on ...
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> ...
6
votes
2answers
11k views

Trying to upload a file to a JAX-RS (jersey) server

I'm trying to upload a file and other form data using multipart/form-data client with Jersey. I'm uploading to a REST web service also using Jersey. Here is the server code: @POST ...
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. ...
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 ...
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
1answer
4k views

JSF ViewScope calls constructor on every ajax request?

This doesn't seem right. I was doing some cleaup of my code and I just noticed this. Every primefaces ajax request is firing the constructor and @PostConstruct. Even a simple database pagination is ...
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 ...
6
votes
4answers
7k views

PermGen space issue with Glassfish/Hibernate

I'm running a GWT+Hibernate app on Glassfish 3.1. After a few hours, I run out of Permgen space. This is without any webapp reloads. I'm running with –XX:MaxPermSize=256m –XmX1024m. I took the advice ...
12
votes
2answers
2k views

How Do I Use @ConversationScoped

I am writing a JSF 2.0 application, and I want to use CDI annotations instead of the "equivalent" JSF annotations. In other words, @Model or @Named instead of @ManagedBean, and @Inject instead of ...
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 ...
4
votes
2answers
4k views

Blank PDF even with the simplest Jasperreport jrxml

i have a EJB site with glassfish 3.1 + JSF for jasperreport 4.0.1. the site has no problem on streaming pdf, but it products blank PDF while printing PDF with runReportToPdfStream, below is the code ...
2
votes
1answer
3k views

Getting Active Directory Realm with Glassfish 3.1

I have been trying to create an Active Directory LDAP Realm in Glassfish 3.1 all day and I finally figured it out. Here is how I did it. I created 3 files a login.xhtml <h:body> ...
10
votes
2answers
16k views

How to set response header in JAX-RS so that user sees download popup for Excel?

I wrote code that generate Excel file using REST JAX-RS and I confirmed that the generated Excel file is in GlassFish server directory. But my goal is when user click on the button (which generate ...
3
votes
3answers
3k views

“PWC3999: Cannot create a session after the response has been committed”

I'm having this weird problem with one of the pages of my application. It's throwing the error I mention on the title: PWC3999: Cannot create a session after the response has been committed I've ...
2
votes
1answer
5k views

LoginException: Login failed: Security Exception

I am attempting to setup container managed security with GlassFish v3.1.1 Build 12 and JSF 2.1. I keep getting the following exception for some reason and I am unable to login. WARNING: WEB9102: Web ...
1
vote
1answer
767 views

Making Glassfish respond to ajax request JSF 2

I'm trying to do an ajax request to my server (Glassfish v3.1 open source edition) and for any reason the request never go to the server, running the same proyect on tomcat 7 it works correctly, ...
0
votes
2answers
2k views

CDI with ejb 3.1 , weld-logger on glassfish v3.0.1

Scenario: 1) create maven ear project, create war project inside 2) add beans.xml to war project`s WEB-INF/ 3) creat simple @Steateless bean project - http://drp.ly/1j5C3t ejb bean : @Stateless ...
2
votes
2answers
967 views

can I use CDI injection into quartz-scheduler jobs?

I'm using Glassfish and CDI for injection, (mostly) successfully. I can't seem to get Quartz jobs to work with injection- beans annotated with @Inject never get injected. Is Quartz using some kind of ...
1
vote
2answers
1k views

JPA: MySQL says table don't exist, but it exist actually

I have the follow script to create the table autolife.log: CREATE TABLE `log` ( `id` int(11) NOT NULL AUTO_INCREMENT, `idpoint` int(11) NOT NULL, `value` varchar(10) NOT NULL, `time` ...
0
votes
1answer
330 views

Glassfish logging suddenly stops

We're running many instances of glassfish in a linux box and suddenly they stop logging (a blank server.log file is created and no logging data is appended to it). it happens after something like a ...
2
votes
2answers
768 views

Where to use EJB 3.1 and CDI?

I am making a Java EE based product in which I'm using GlassFish 3 and EJB 3.1. My application has session beans, a scheduler and uses web services. I recently came to know about Apache TomEE, which ...
5
votes
4answers
5k views

Accessing Hibernate Session from EJB using EntityManager

Is it possible to obtain the Hibernate Session object from the EntityManager? I want to access some hibernate specific API... I already tried something like: org.hibernate.Session hSession = ( ...
4
votes
2answers
2k views

Customizing an Elastic Beanstalk AMI

I need to use on Elastic Beanstalk a Java application written for Glassfish server. Beacuse of Amazon doesn't let me choose an AMI with Glassfish, I choosed one with Tomcat and i modified my ...
6
votes
1answer
1k views

EJB 3.1. Is @Local annotation needed?

So far, I almost always worked with no-interface EJBs and have a slight understanding about the need of @Local annotation. Consider this example: public interface MyBeanIntf { void doStuff(); } ...
5
votes
1answer
1k views

How to create custom 404 messages in JSF 2.0?

Currently in my app when a user types some illegal destination in the URL bar, sees this: I would like to make it more beautiful and customize it with my own markup and a bit of css. -Do i need to ...
4
votes
9answers
12k views

The Eclipse plugin cannot communicate with the GlassFish server, status is :CREDENTIAL_ERROR

I am able to start Glassfish through command line. However, when I try to start the server through Eclipse I encounter the following error: The Eclipse plugin cannot communicate with the ...
3
votes
2answers
4k views

Java EE 6 - Embedded container EJB tests

This questiong is regarding Java EE 6, using glassfish v3 embedded-all. I have a unit test that uses EJBContainer to test my stateless EJB. Problem is I'm having trouble looking up the EJB (remote) ...
1
vote
1answer
540 views

Atmosphere can't get session on Glassfish 3.1.2

I got the chat example working from Atmosphere, and now I want to get the session, but I get a null pointer exception. My configuration: GlassFish 3.1.2 Atmosphere 1.0.0-SNAPSHOT My ...
1
vote
2answers
1k views

JavaEE + Glassfishv3.0.1: Losing session attribute (SessionId is not the same between request)

I have a home.jsf that invoke a login servlet that look into database and query out the user object given the username and password. Then I save that user object into session under attribute name ...
4
votes
4answers
2k views

GlassFish 3: how do you change the (default) logging format?

The question originated from here: http://www.java.net/forum/topic/glassfish/glassfish/configuring-glassfish-logging-format - without an answer. The default GlassFish 3 logging format is very ...
3
votes
3answers
4k views

OSGI missing requirement error

I am new to OSGI and I am trying to figure out how I resolve errors such as the one below org.osgi.framework.BundleException: Unresolved constraint in bundle org.foo.serviceBundle [253]: Unable to ...
3
votes
1answer
2k views

Learning resource for Configuring Hibernate JPA 2.0 on Glassfish server

I am trying to create a new JEE project using hibernate and JPA 2.0 on the glass fish server. Can you guys provide me some resources to configure the above so that they work seamlessly? I have tried ...
3
votes
1answer
1k views

EJB injection in Glassfish webapp

I've got an app that is trying to use @EJB annotation to inject remote references to EJBs in my ejb.jar file. I'm getting inconsistent results. In one case, I have a listener in web.xml that gets ...
2
votes
1answer
516 views

Glassfish to Syslog

I'm struggling to make Glassfish 3.1.1 to log to syslog, but I'm unable to. I don't know if it's a bug, but I don't even know how to debug it. First and obvious step: I checked the box on the ...
2
votes
1answer
2k views

JSF 2: h:link and getrowdata

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: <h:dataTable #{BookBean.books}" ...
2
votes
2answers
1k views

Enable cache of J2EE web application's resources

How can I control my web application's resource handling? I have users with extremely high latency times (~1s!) and I must test my application in such environments. What I can see right away is that ...
2
votes
8answers
20k views

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 attempting to run a java web project with jsp's and beans... using netbeans 6.8 on windows xp. ...
1
vote
4answers
2k views

Netbeans 7.1.2 - Unable to add glassfish server 3.1.2

I downloaded glassfish server from http://glassfish.java.net/downloads/3.1.2.2-final.html and installed in separately. Now I am trying to add this in Netbeans. But it does not work. I did the below ...
1
vote
0answers
295 views

Glassfish - Preserve sessions across redeployment - SessionListener is not called on session recreation

So I made a simple session listener - there are many on the web : import javax.servlet.ServletContext; import javax.servlet.ServletContextEvent; import javax.servlet.ServletContextListener; import ...
1
vote
1answer
701 views

Installing Java EE 6 SDK

This is the installation file: Java Platform, Enterprise Edition 6 SDK Update 3 (with JDK 6u27) The error occured during glassfish installation domain is: C:\glassfish3\glassfish\bin\asadmin.bat ...
1
vote
1answer
1k views

jsf check user logged in

How can I check if a user is logged in using jsf? This is how I am doing it and it's not working: <ui:fragment ...
1
vote
1answer
1k views

JSF 2 OpenJPA 2 Glassfish 3.1 WEB9031 Error

I got this error which according to Apache Support is an issue relating with Glassfish rather than OpenJPA: java.lang.IllegalStateException: WEB9031: WebappClassLoader unable to load resource ...
1
vote
1answer
2k views

Glassfish 3 - Loading images from a static server

I'm trying to load images (and other static content) from a server outside of my web application which is deployed to Glassfish v3. I have the following configs in the web.xml but it does not work on ...
1
vote
2answers
925 views

How to serialize java.sql.Date as Long, when using web services?

I have a simple web service method that returns a simple java class as return value. @WebMethod() public SimpleClass myMethod(); @XmlRootElement() public class SimpleClass { ...

1 2 3