I wrote a EJB session beans and deployed it on the GlassFish application server. i can call it easily with @EJB a开发者_如何学运维nnotation from a local JSF web application but i dont know how to call
I am attempting to build a Java web project on NetBeans 6.8, but I get get the following error: The module has not been deployed.
I am new to Java EE. I tried to get some first examples running (开发者_开发问答JPA). I am using Glassfish v3. The trouble is that I don\'t get the App Server injecting
I am trying to deploy my class project as web service on glassfish. I was told that this is really simple and netbeans does all the work and even creates the WS开发者_运维知识库DL for you. I see where
I´m using glassfishv3 for few days. But i don´t know how to get log4j working with the v3. In glassfishv2 there was a \"System Classpath\" field which you could used in order to point to your log4j
I\'m attempting to use hibernate entity manager with mysql and glassfish.I\'m getting the following error when attempting to use a JTA datasource:
How do i keep the java mail transport object alive or connected. I have written this in my code in a simple class file inside a web application : -
Migrating to GlassFish v3 / JDK6u18 / NB6.8 makes me a lot of headscratching, and I\'m quite confused now. My project (JSF, RichFaces, Spring) works fine with GlassFish v2 + JDK6u17. I\'m using the sa
I am using netbeans 6.8, and glassfish v3, and making a simple jms application to work. I got this: com.sun.enterprise.container.common.spi.util.InjectionException:
Technical summary: I\'m developing a Java web service deployed on GlassFish v3, running on CentOS 5. My web service uses functionality provided by a native library (.so) . The native library works fi