Re: Hk2 - what is it, how to use it?
Yes, HK2 is a DI framework and is supported in OSGi environment, but it is different from other OSGi-ready service frameworks such as declarative services, blueprint (read Spring DM), iPOJO, etc. Its...
View ArticleBuilding an Android Application in a Glassfish instance problem
Currently I am trying to build an Android app using ant on a Glassfish server, this is to be part of a service to generate a customised Android Application. My build.xml works perfectly fine when run...
View ArticleJava EE 6 Tutorial : How to prevent : WARNING: PWC4011: Unable to set request...
HelloI was told by one of the creators of the Java EE 6 Tutorial that this forum would be a good place to post some questions I had about the tutorial.When I start the Glassfish Server and access the...
View ArticleRe: clustering/failover
On 02/13/2013 09:18 AM, Glenn Holmer wrote:> asadmin create-network-listener --jkenabled true --target test_cluster> --protocol http-listener-1 --listenerport "\${AJP_PORT}" jk-listener>>...
View ArticleHelp me with GlassFish
Hi. Can anyone help me........My glassfish server worked good but today it throws message: GlassFish Server 3.1.2 Server cannot start. Port is occupied. Deployment error: GlassFish Server 3.1.2 Server...
View ArticleNot able to compile JSPS with Galssfish v3.1.2.4
Hi All,Application is running fine v.3.1.2, but when we upgraded to v.3.1.2.4, getting following exception during JSP compilation, any ideas?Thanks,...
View ArticleCannot filter log messages by LogLevel at Log Viewer
Hi, everyone.I have a question for Log Viewer. when I see the server.log, I would like to use Log Viewer. As you know, Log Viewer has a filtering function by Log Level. So, When I chose the any...
View Articlessl certificate renewal - keytool error: java.lang.Exception: Certificate not...
Hi, I just renew our GoDaddy SSL certificate and I am trying to import it into keystore.jks and cacerts.jks using: keytool -import -alias v2apps.eurobit.com -keystore keystore.jks -file...
View ArticleSun Glassfish Enterprise Server 2.1.1 - can not start node-agent - please...
Briefly: Glassfish 2.1.1 patch 20 is installed. During problem free installation the DAS and default node agent are installed and configured on a host. DAS is started without problems. Starting...
View ArticleRe: problems with jsf 2.1
Hallo MartinThanks for your answer. I'll stick to english; it could be that somebody else might find this useful who is not able to read german... :)Well it seems that I didn't make my problem exactly...
View ArticleXADataSource, no JTA transaction started, but data gets committed - is this...
Hi. I configured a (standalone) Derby XADataSource for use in my application. The application consists of the following servlet code:@WebServlet(name = "JdbcServlet", value = "/jdbc") public class...
View ArticleRestart Required status for remote instances does not get reset even when...
I am having this issue. Used to be a known issue but i am not sure if it was actually fixed or not.http://java.net/jira/browse/GLASSFISH-15758I am seeing this issue in GlassFish Server Open Source...
View ArticleWebsocket can not find the endpoint
I used the the following code in Glassfish build 76https://blogs.oracle.com/arungupta/resource/totd189-whiteboard-glassfish...I saw the following error in browser web console[12:41:22.599] Firefox...
View ArticleWeb Application + JAAS + Glassfish 3.1.2 ?!?!
Hi all, I am working in a Web Project using the follow technologies.. CDI + EJB3.1 + JPA2.0 + GLASSFISH 3.1.2. This project is already working fine, everyone was happy woking on that :P, but I got some...
View ArticleSwing client runned from glassfish ACC with tess4j issues
Dear all,I have an enterprise project, in which I read characters from camera and compare them to records in the database. In the project is a swing client runned from glassfish server using web start...
View ArticleRe: [eclipselink-users] SessionCustomizer to modify/detect database platform:...
A third workaround suggested by a colleague- Use the eclipselink.metadata-source persistence unit property to point to a custom class that extends...
View ArticleRE: GlassFish, XA and PostgreSQL
Laird,I'm the guy who started that discussion. I would -love- to have a GF dev / JTA guru weigh in on the situation.We have deployed our (still in development / testing) updated XADataSource for...
View ArticleUnable to connect to MySQL in Glassfish 3.1.2.2 (build 5)
Ping Connection Pool failed for mysqlpool. Class name is wrong or classpath is not set for : com.mysql.jdbc.jdbc2.optional.MysqlDataSourceThis is the error I get with the Glassfish server shipped with...
View ArticleXADataSource (standalone derby), no JTA transaction started, data still commited
Hi. I configured a (standalone) Derby XADataSource for use in my application. The application consists of the following servlet code:@WebServlet(name = "JdbcServlet", value = "/jdbc") public class...
View Article