GF4 + Hibernate4.2.2 => WELD-001408 problem
Hi,I have an webapp that runs fine in GF3.1.1 using Weld1.1 + JPA2 + Hibernate4.2.2 + JSF2 + RichFaces4.3.3. Then, when I try to deploy in GF4, server.log arises this error:<br />...
View ArticleGlassfish 4 filter with @EJB
Hi guys.I'm developing an REST application using Glassfish 4.0. I'm using JAX-RS filters and I'm trying to use an EJB in the filter. The bean with @EJB annotation works on any REST resource in the...
View ArticleJMS Exception on Cluster
Hi all, I'm creating a cluster that contains application with JMS.I've create the resources:${ASADMIN_HOME} create-jms-resource --target gfCluster --restype javax.jms.QueueConnectionFactory...
View ArticleGlassfish 4.0 JAX-RS empty HTTP POST MultivaluedMap form parameters
Hi All,I'd like to ask a question related to an issue I encountered with Glassfish 4.0 Web application deployment.I created a REST Web service application with JAX-RS and deployed it on Glassfish 3.1.2...
View ArticleGlassfish 4.0 JAX-RS empty HTTP POST MultivaluedMap form parameters
Hi All,I'd like to ask a question related to an issue I encountered with Glassfish 4.0 Web application deployment.I created a REST Web service application with JAX-RS and deployed it on Glassfish 3.1.2...
View ArticleLooking for assistance with tuning Glassfish 3.1 production system
We have a production Glassfish system and are looking to hire someone with skills in production tuning. Our deployment is currently a single Windows server with SQL Server DB. Our site serves the...
View ArticleDisabling embedded OpenMQ authentication
Hello,I would appreciate it if someone could point me in the right direction with regards to a setup problem I'm having, starting up and connecting to an embedded OpenMQ broker.Firstly, apologies if...
View Article@EJB and the name() attribute
This link (http://glassfish.java.net/javaee5/ejb/EJB_FAQ.html#EJB_ejb-ref_ejb_local...) says that the name() attribute is relative to "java:comp/env/".This link...
View ArticleInjecting Remote EJB in to MDB
I have a legacy, EJB 2 application that is deployed on GF v3. All of the beans are Remote.I am adding a new MDB to it, and trying to inject one of the existing Session Bean in to the MDB. The...
View ArticleMigration Weblogic to Glassfish EJB 3.0
I am trying to migrate Weblogic to Glassfish, than I have a problem with EJB 3.0 , This error appear on the glassfish log...
View ArticleGF v4 JSF view scoped managed bean problem
I am currently making my GF v3 webapp work on GF v4. I have a JSF page that has a view scoped JSF managed bean. Only it's lifecyple is being managed by the container and I have not declared any managed...
View ArticleGlassfish v4 with JBI
HiI installed Glassfish server version 4.0. I wanted to deploy BPEL which I created using glassfish ESB.In the update tool, I don't see the 'Java EE Service Engine' add on component to install.Could...
View ArticleRe: Cassadra Data Stax core driver and Glassfish - Was: Experience with...
Hi Jan,Check out the JCA[1] spec (the Maintenance Release is part of EE7/GF4, the FR is EE6/GF3.1.x) and if you need to support transactions then look at the JTA[2] spec too.Also, the Oracle EE samples...
View ArticleEJB Lookup: Nothing Happens
Hello all!I'm constantly having troubles when trying to look up an EJB from a remote Application Server. I spent the last 3 Days trying to solve this without success. (I am new to EJB). First of all, i...
View ArticleBytecode Preprocessor
Hi All!I have tried for few days already to enable the bytecode preprocessor in the Glassfish jvm settings. But I was unable to get it to work.This is the value for bytecode preprocessor i have set...
View ArticleHttp write timeout & chunked encoding can corrupt proxy cache
Hello GF users,I encounter a problem with a caching proxy (in front of GF 3.1.2.2), in case the first client request times out and transfer is chunked. From my observations, it appears that GF...
View ArticleGlassFish Security Patches
Hi,I've been supporting GlassFish Server Open Source Edition 3.1.2.2 (build 5) for just over 4 months now and I'm struggling to find information regarding security/defects. Is there such a community...
View ArticleAccessing Glassfish configuration values from domain.xml
I want to create an application-server-agnostic configuration service which provides common configuration values to our applications and services.In JBoss I managed to do so using their Model...
View ArticleRE: Accessing Glassfish configuration values from domain.xml
Here is one suggestion. You use org.glassfish.embeddable.GlassFish service to execute asadmin commands. It's part of a public interface. Just Google for its javadocs. It's available as a service in...
View Article