I have the following problem in a school project. Numerous cars all send their position data to a stateless webservice, which dumps it into a java message queue.
Today I stopped/s开发者_JAVA技巧tarted my GlassfishV3 instance and now I cannot access the addmin console located at http://servername:4848/. The screen says:\"The admin console is loading...\" This i
I\'m trying to test a minimal JAX-RS + EJB/CDI injection mechanism and currently hitting a road-block due to GlassFish unable to inject for whatever reason.
I am writing a test client for a webservice. It\'s a Netbeans 6.9.1 WebApplication using JSF framework. I have one managed bean that calls the webservice.
Today is really my hair pulling day. I would like to persist an new object with an ManyToOne relationship where the target may or may not exist.
I have written a web application using netbeans which I have always deployed to the Glassfish server through netbeans itself.Now that I\'ve finished it, I want to be able to run it independently of ne
Has anybody got a code sample for javax.servlet.annotation.ServletSecurity annotation. I have had a look around but all I find are javadoc开发者_运维问答 pages which won´t tell you how javax.servlet
I downloaded and installed Glassfish 3 on my 32bit Windows XP Pro machine. I try to run the \"Update Center\" and get an error that UC_IMAGE_PATH is not set. I can set thi开发者_运维问答s, but to wha
I\'m trying to deploy a JSF-2 application in the root of my glassfish server so that http://localhost:8080/ leads to my welcome page. For some reason when trying to configure this,http://localhost:808
i\'m trying to store a number in the applicationscope of a glassfish webservice the webservice: @WebService()