glassfish-3
How to use multiple stateful bean instances?
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.[详细]
2023-03-06 19:35 分类:问答Glassfish admin console slow loading
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[详细]
2023-03-06 02:48 分类:问答JAX-RS failed to inject @EJB or @Inject
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.[详细]
2023-03-06 00:32 分类:问答Netbeans deployment fails after class rename
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.[详细]
2023-03-05 16:00 分类:问答How to correctly persist a javax.persistence.ManyToOne
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.[详细]
2023-03-04 19:48 分类:问答Netbeans and Glassfish Deployment Issue
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[详细]
2023-03-04 12:25 分类:问答Correct syntax for javax.servlet.annotation.ServletSecurity
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[详细]
2023-03-04 03:53 分类:问答UC_IMAGE_PATH Update Tool problem
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[详细]
2023-03-03 22:32 分类:问答Glassfish context-root issue
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[详细]
2023-03-03 18:02 分类:问答store variable in application scope java glassfish
i\'m trying to store a number in the applicationscope of a glassfish webservice the webservice: @WebService()[详细]
2023-03-03 17:54 分类:问答