Glassfish file upload error
Hello,I have a problem with a glassfish cluster. The environment is:Load balancer Apache 2.2 Proxy (on host A) Glassfish 3.1.2.2 (on host A) Apache 2.2 Proxy (on host B) Glassfish 3.1.2.2 (on host B)...
View Articlerunnig tow application on glassfish using the same port 80
can deploy two Application on Glassfish using the same port 80 and tow different url ??
View ArticleGlassfish4 install with j2ee jdk of incorrect version?
Hi Friends,Today I spent a few mintues on setting up my GF4 env. After I downland from http://www.oracle.com/technetwork/java/javaee/downloads/java-ee-sdk-7-jd... and install the bits without any...
View ArticleEL 3.0 doesn't behave in Glassfish 4 the same way as the standalone API
Hello,I'm experimenting the new features of Expression Language 3.0, both in JSP and using the standalone API. I noticed that some of the new stuff are not behaving the same way in both places:1-...
View ArticleJAX-RS: date fields are incorrectly marshalled
Hi there, Today I have found that, by default, Glassfish 4 JAX-RS handles POJO to JSON conversion very unfortunately, here is an example result: 2013-08-19T08:00:00.000 (not timezone means UTC) The...
View ArticleEL 3.0 doesn't behave in Glassfish 4 the same way as in the standalone API
Hello,I'm experimenting the new features of Expression Language 3.0, both in JSP and using the standalone API. I noticed that some of the new stuff are not behaving the same way in both places:1-...
View ArticleHow can I access an ejb in another Glassfish server?
For test purpose I have created two projects.1. Project: HelloServer with the following files 1. File: HelloService.java package org.testejb; import javax.ejb.Remote; @Remote public interface...
View ArticleGlassfish claim for ejb-jar-xml in EJB 3.1 project
Hi, I just started a J2EE project with GF 4 and NB 7.3 . I created a simple J2EE app with web,ejb and common projects. In the ejb project I created a simple EJB and NB put the remote interface in...
View Articleejb module and jar dependencies
Hi , I am starting a J2EE application on GF 4 and NB 7.3.1 . I created a J2EE app and web,ejb and common project. Created a new simple session bean in ejb project and put the remote inteface in common...
View ArticleQuestions about CDDL on GlassFish3.1.2.2
Hi there, I have a question as follows.Regarding this link, I got a information that GlassFish licenses are available under CDDL ver1.0 and GNU GPL...
View ArticleRe: JAX-RS broken when migrating from 3.1.2.2 to 4.0
please seehttps://jersey.java.net/apidocs/latest/jersey/javax/ws/rs/core/Application.html#getProperties()in short - if you are working with Application (or ResourceConfig) directly, you can set it...
View ArticleCustom realm - why twice group object ?
Hello !I am testing custom realm in glassfish and i am following "application -development-guide.pdf" from: https://glassfish.java.net/docs/4.0/application-development-guide.pdf On page 48, the...
View ArticleAdding Glassfish 2.1 server to Eclipse Juno
Hello allI'm trying to add glassfish 2.1 to Eclipse Juno. I'm not able to get the adapters/plugin for glassfish 2.1. All i'm getting is for glassfish 3.1 and glassfish 4.0. Does anyone know how to get...
View ArticleCriteriaQuery, @StaticMetamodel and @EmbeddedId?
I hope this is the right forum - please let me know if it isn't.I am having some trouble with CriteriaQuery - I have a table with a primary key that is composed of three columns; I have created an...
View ArticleClient transaction aborted?
I have an application using XA. I know, I know.There is an EJB that has two methods on it. Both do a simple find on an entity.Both methods log entry and exit.Both use...
View ArticleProblem to send or retrieve an entity ( Rest module > EJB module )
Hello folks,I have 2 componentes that are deployed in my GF4: - application-server.ear: contains 2 ejb modules and a java module that contains my entities...i have a persistence.xml inside /META-INF/...
View ArticleGlassFish Server Open Source Edition 3.1.2.2 (build 5) not able to find JDK
Hi, I am using GlassFish Server Open Source Edition 3.1.2.2 (build 5), and I am trying to deploy AffableBean from Oracle samples it deploys fine, but when I try to run I get below...
View Articlesettings for ip address to hostname conversion
i have developed a payroll application in java with Glassfish server. i want to convert ip address to hostname. do i need to do any settings on glassfish? pls guide how to do it
View ArticleWeb Application Osgi (WAB) and JAX-RS
I'm developing a modular application with OSGI. The central idea is: A central Bundle defines a JAX-RS application and A set of bundles that define resources to be dynamically attached to the JAX-RS...
View Article