glassfish-3
Reusing @Remote interface in two J2EE applications
We have a main application and a client application deployed on Glassfish 3.1. The main application invokes the client application through a JNDI lookup over a @Remote开发者_开发技巧 interface. Now we[详细]
2023-04-02 13:20 分类:问答How to create custom 404 messages in JSF 2.0?
Currently in my app when a user types some illegal destination in the URL 开发者_开发知识库bar, sees this:[详细]
2023-04-02 09:48 分类:问答Deploy grails application to Eclipse internal server adapter
I am trying to deploy my grails application to Geronimo/Tomcat 7/Glassfish 3.1. None of the servers allow me to add the grails application. I get the error \"There are no resources that can be added o[详细]
2023-04-01 03:23 分类:问答Apache mod_proxy_ajp with GlassFish thread pool busy
I\'ve got Apache 2.2.15 proxying requests to GlassFish 3.1.1 via mod_proxy_ajp using the defaults on both Apache and GlassFish.The setup seems to work okay for a very short while then I\'ll get a thre[详细]
2023-04-01 03:13 分类:问答Question about multi-threading and EntityManager
I have been developing my web-app using JPA 2.0 implementation EclipseLink 2.2.0.I finally got around to running multi-threaded code and I got this exception:[详细]
2023-03-31 15:48 分类:问答osgi: import package that partially exists inside bundle
I have a package X.Y.Z that exists in 2 bundles A and B: bundle A package X.Y.Z class Class1 bundle B pa开发者_Python百科ckage X.Y.Z[详细]
2023-03-31 13:24 分类:问答Configuring commons logging in Glassfish
I am using commons logging for my application running on Glassfish V3.1(I am new to glassfish).I have different applications running on Glassfish under ../domain1 folder(Developers machine). I am usin[详细]
2023-03-30 19:02 分类:问答Not SQL Driver Found - but Driver JAR File is implemented
I connect to a database: void connectToDataBase(){ dataManager_ref = new DataBaseConfigurationManager();[详细]
2023-03-30 05:30 分类:问答What is the canonical way to handle errors during Ajax-requests?
For normal requests we can simple register an <error-page> in web.xml. However, this does not apply to Ajax-requests. By default errors during an Ajax-request will result in a little pop-window[详细]
2023-03-29 09:05 分类:问答JSF 2.0 How to use Apache Myfaces with Glassfish V3
I am trying to use Myfaces with Glassfish but its not working. I have made sure myfaces-api and myfaces-i开发者_如何学编程mpl are the JSF runtimes deployed with my application but Glassfish still runs[详细]
2023-03-28 22:36 分类:问答