Is lifecycle patching viable with community based software
If we have a specific production issue, that doesn't require a new version or build of the open source software, can we request a patch fix from the relevant open source communityHow long would this...
View ArticleHow often are new releases made and on average how many changes are there in...
How many releases does the open source community release, are there specific dates? when are new versions released compared to just version builds?
View ArticleEJB invocation troubleshooting
Hello, I'm asking for help of experts in Glassfish and EJB. public class MyWebService { @EJB private BusinessLogicImplementer impl; .... @WebMethod... public void doJob() { ...... impl.doJob(); }...
View ArticleMaximum Number of Request Parameters
Hello,We are running open source 3.1.2.2 Glassfish in production. I have encountered the following error in the server.log:WARNING: More than the maximum number of request parameters (GET plus POST)...
View ArticleGlassfish4 + Hibernate4.3.5 => NullPointer when injecting
Hi,I have an webapp running fine in this env: Glassfish 3.1.1 + JSF 2.0 + Weld 1.1 + CODI 1.0.6 + Richfaces 4.3.5 + Firebird 2.5.2 + Jaybird 2.2.4 + JPA 2.0 + Hibernate 4.2.7Now I'm trying to test a...
View ArticleGlassfish 2.1 session replication is not working
I had installed glassfish 2.1 and configured one cluster with 2 instances form 2 different nodes.Load balncer plugin is configured and enabled for the clusterjsp application.As i had no hardwar load...
View Article@FacesConverter with forClass and value property
Hi!I need to use the tow properties, both forClass and value, on one converter.This not causes any error but ignores the forClass property.Does anyone knows how to implement this?Thanks.
View ArticleTimeoutException in RenderResponse (I don't really know where or why)
Hi everybody!I'm developing a new project, everything seems to be working fine, but when I try to edit some registry, SOMETIMES I'm getting the TimeoutException, and God knows how generic is this...
View ArticleJAX-RS GET request gives EJBTransactionRolledbackException every fifth time
Hi. I have a pretty simple service that looks like this<br /> @GET<br /> @Path("/list")<br /> public Response getList() {<br /> TypedQuery<Glyph> query =...
View ArticleInstantiate Entity that has foreign key attribute
Suppose we have two entities related like this<br /> @Entity<br /> public class ParentEntity implements Serializable {<br /> @Id<br /> private int id;<br /> }<br />...
View ArticleDeploymentException: WELD-001408 Unsatisfied dependencies for type...
Hi,we try actual to to migrate our application from Glassfish 3.1.2.2 to Glassfish 4 Build 89. We use Netbeans for deploying our Jave EE Project. Deploying the APP unter Glassfish 4 ends with an error...
View ArticleDoes GlassFish 3 use OpenSSL for encryption? #heartbleed
Does GlassFish 3 use OpenSSL for encryption? Our security staff is concerned about the Heartbleed vulnerability.
View ArticleGlassFish 3.1.2 (build 23) - Webpage has a redirect loop
I have GlassFish hosting a Java 7 web application with MySQL. My WAR file has been deployed to 4 other VMs running GlassFish 3.1.2.2 (build 5). When I stood up another physical machine with GlassFish...
View ArticleGlassfish 4 cluster & session replication: session loss when a single...
I'm using Glassfish 4. I have a 3 instance cluster spread across 2 nodes. I have a HAProxy load balancer in front of the cluster which distributes the request round-robin. I've been testing session...
View ArticleGlassfish V4 Postgresql JDBC connection pool creation failure
Hi all,I tried to create a JDBC connection pool within the Glassfish V4 server for the Postgresql database with the driver "postgresql-9.3-1101.jdbc41.jar" (alternatively with...
View ArticleGlassfish 4 hangs with many tcp CLOSE_WAIT
Hello,My configuration is Glassfish 4.0 Oracle JDK 1.7.0_51 Ubuntu 12.04 or Windows 7I discovered a problem with my Glassfish installation. There are many "waiting" tcp connections with status...
View ArticleHow do I update files in a clustered instance of GlassFish
I am very new to Glassfish. I am trying to figure out he best way to do things. I have updated class files and a new version web.xml that I need to place on all my server instances. Someone told me to...
View ArticleProblem accessing JNDI context in glassfish server from standalone client on...
Struggling as a newbie to access JMS resources from a standalone client from a Glassfish 4 server running on the same Windows 7 64-bit machine, running in NetBeans. (want to do this for debugging)I...
View ArticleGlassfish 4 admin console class loading issue when built from source
I seem to have some kind of class loader problem with the admin web application after building from the most recent trunk source. The default domain starts without error. Attempting to access the admin...
View Articlehow to compress ORB data package? is it possible to implement ZIOP
I’m developing client-server application using EJB on GF server that use ORB-iiop as connection to java desktop client. When I use wired connection, data transaction between client and server run well,...
View Article