Glassfish 4.1 redirect to login page also after successfully assigned the...
Hi,I would like to switch from 3.2.1 version to the new one 4.1, but I can't because it has a problem accessing security-role protected pages (it works perfectly with 3.2.1). I'm trying 4.1 with JDK...
View ArticlePKIX path building failed” and “unable to find valid certification path to...
The service provider application is written in .Net and exposed their functionality through web services with https endpoint URL. My application is written in java (jdk1.5) and using apache axis-1.4 to...
View Articlewhy my glass fish server too slow
Hi, I am using glass fish server 4 on my windows server. The local host application works fine from the broswer. But if multiple users try to access it out side the environment it becomes very very...
View ArticleGlassfish Resource Injection Error
I got this exception while deploying on Glassfish 4.0, I have failed to deploy since then and i get seem to get a solution, any help is highly appriciatedSevere: ContainerBase.addChild: start:...
View ArticleConnection Sharing in local Transaction in 4.1
Connection Sharing in a local TransactionIt seems there are several issues around this but doesn't look like it is never been answered.Whenever there is multiple getConnection calls to same jdbc...
View ArticleJava EE Tutorial - Examples download?
Hi, I would like to start going through the Java EE tutorial (http://docs.oracle.com/javaee/7/tutorial/doc/home.htm) but I cant seem to find the examples referred to in the documentation. I got the...
View ArticleShiro / Guice failure with Glassfush 4.1
Hi,While deploying a Shiro / Guice application under Glassfish 4.1, I get following error :2014-09-22T12:15:28.637+0100 javax.enterprise.system.coreSEVERE: Exception during lifecycle...
View Articlereceiving a word by placing mouse on it.
Hi friends! i have an interesting question for you and hope you will solve it for me using java, J2EE. How can i receive a word by placing mouse on it in any word file or pdf or on-line newspaper....
View ArticleJSR-352 within OSGi EJB or WAR failes to execute batch job
Hi all!Since a couple of days I'm trying to get JSR-352 to work within of an OSGI War or Ejb in Glassfish 4.1, but it fails on the on the most important part. The execution of the batch job itself. I'm...
View ArticleBlank page after login in GlassFish
Hello,I have an issue regarding the View Admin Console.Whenever I log in using the administrator account in the View Admin Console I get blank page,just white.I can not see the settings page,I can`t...
View ArticleGlassfish WS client missing security headers
We are running the recommended manner in generating WS-Security headers to a remote web service. We have noticed that some of the WS calls being generated by our client are missing the necessary...
View ArticleGlassfish 4.1 answers with bad request, but 3.1.2 not
I'm using jax-rs on glassfish 3.1.2 and plan to migrate to glassfish 4.1. But after doing some tests I discovered that one of our client apps sends http request with two 'Content-type' strings:< PUT...
View ArticleLocal EJB call after any remote invocation
HelloI have two Glassfish servers. One server mostly work like EJB and web-service server, second mostly work like facade web-server. Web-applications from facade web-server calls EJB beans on first...
View ArticleStrategy for converting HTML mockups to JSF
This is a summary of our front-end development process: - designers create PNG mockups - UXers create HTML mockups - developers create final JSFNow, these HTML mockups are pretty complete. They use all...
View ArticleThe requested resource is not available.
Hey you guys, I am trying to run a small websocket program, but every time I go to run it I get the following error. I am using Eclipse. HTTP Status 404 - Not Foundtype: Status reportmessage: Not...
View Articleglassfish-application.xml, glassfish-ejb-jar.xml, glassfish-web.xml location...
For specify roles groups mapping, we can use 3 files, depends of the application packaging jar, war or ear. These files have to be in directories META-INF of packaging. Is it possible to specify...
View ArticleWhere (in code) does Glassfish start the OSGI framework?
Hello,I am looking for a way to adjust how Glassfish initializes the OSGI framework in use (e.g. Felix).I'm assuming that, somewhere during its own startup, Glassfish AS is starting up the OSGI...
View ArticleWeb Application stubbornly uses jdbc/__default instead of my own JDBC resource
Hello, I've deployed a web application on GlassFish 4. This web application has several resource references configured in its web.xml, for example this one:<resource-ref>...
View Articlehelp me for contributing to Open JDK development or any open source development?
Hi All,I am very much interested in contributing to Open JDK or Open Source technology development . i am looking for help and guidance for it.could you please anybody help me on this.Regards, Yashwant.
View ArticleHow to inject a JMS queue without mappedName?
Hello,I've configured a JMS queue in GlassFish 4.1 JNDI using admin console. The following code works fine in my servlet: @Resource(mappedName = "OutgoingTradeOrders") Destination ordersQueue;But I...
View Article