glassfish-embedded
How to get a Server.log in Embedded Glassfish
I\'m using Embedded Glassfish to do some In-Container-Tests with Arquillian. Now, when my test fails, i always get stacktraces from the tests that are cluttered with Arquillian-specific stuff. But the[详细]
2023-01-26 17:57 分类:问答DB Connection with MySQL via Hibernate on Embedded Glassfish
I have a problem to connect my MySQL Database via Hibernate/ JPA2 on a Embedded Glassfish. My Environment:[详细]
2023-01-22 01:20 分类:问答Java EE 6 - Embedded container EJB tests
This questiong is regarding Java EE 6, using glassfish v3 embedded-all. I have a unit test that uses EJBContainer to test my stateless EJB. Problem is I\'m having trouble looking up the EJB (remote)[详细]
2023-01-19 21:42 分类:问答Use Glassfish embedded with MySQL
开发者_运维知识库Well, the title says almost everything, how can I define a jdbc-connection in an embedded glassfish to be able to use a MySQL database as a jdbc resource??[详细]
2023-01-19 07:45 分类:问答Do I need to install glassfish server to use it as embedded server in application?
I am trying to use glassfish as a embedded server in my ejb3.1 project. below are my maven dependencies..[详细]
2023-01-19 00:33 分类:问答Hudson + JUnit + embedded GlassFish, how to provide domain configuration?
I\'m using NetBeans and GlassFish 3.0.1 to create an EJB3 application. I have written a few Unit Tests, which get run via JUnit and make use of the embedded GlassFish. Whenever I run these tests on my[详细]
2023-01-16 19:04 分类:问答embedded glassfish: java.lang.NoClassDefFoundError: java/util/ServiceLoader
I am trying to embed glassfish inside my java program using embeded api, I am using maven2 and its pom.xml is as follows[详细]
2022-12-29 07:38 分类:问答Maven Embedded Glassfish plugin
I cannot seem to get the Maven Glassfish plugin working for t开发者_如何学Pythonhe life of me: <project>[详细]
2022-12-19 15:19 分类:问答