I\'m developing a web app using netbeans with GlassFishv3. Every once in a while when I add a new feature in my app, glassfish starts nagging with stupid errors, after a lot of time wasting and panic
I cannot seem to get the Maven Glassfish plugin working for t开发者_如何学Pythonhe life of me: <project>
I am working on a Java EE 6 Enterprise Application that runs on my local Glassfish3 installation. One of my EJBs needs to send messages to a remote JMS Broker which is located somewhere on the Interne
I have installed Glassfish v3 on a standalone server running ubuntu-server 9.10. I can open the Admin website if I use a browser running on the server by bro开发者_C百科wsing to:
I\'m developing a standalone client that invokes some EJB methods on Glassfish v3. This works well until I\'m integrating the client into an Eclipse plugin for running in our RCP application. In this
I\'ve been having problems trying to call an EJB\'s method from a Java Application Client. Here is the code.