glassfish-embedded
Testing EJB with embedded container. How can I log in?
I\'m trying to test my EJBs with the embedded container. container = EJBContainer.createEJBContainer();[详细]
2023-04-10 12:01 分类:问答What is the official Maven repository for Embedded GlassFish?
http://maven.glassfish.org/content/groups/glassfish/ looks like it should be GlassFish\'s official Maven repository, but it currently hosts only up to version 3.1.1-b05 of glassfish-embedded-all (see[详细]
2023-03-19 23:32 分类:问答Can't execute embedded Glassfish App at Apple platform
I\'m having a problem running an JEE5 application at GF 3.1 Embedded at Apple computers... (the same environment works at Linux and Windows). The server starts ok, but when loading the APP the server[详细]
2023-03-15 14:47 分类:问答how can one use 'embedded-glassfish:admin' to create a datasource
There a many articals pointing to embedded-glassfish:admin when it comes to create a datasource for embedded glassfish. But at the end there is now good description of how this should actually work.[详细]
2023-03-12 14:14 分类:问答How can JMX in embedded glassfish be activated?
how can one activate JMX in embedded glassfish (using maven-embedded-gl开发者_开发百科assfish-plugin)?The solution is to provide proper domain.xml to plugin:[详细]
2023-03-10 12:32 分类:问答Maven Embedded Glassfish Plugin - Datasource and JDBC driver
I\'m trying to follow this approa开发者_Python百科ch to create a datasource for embedded glassfish. The only significant difference between the tutorial and my code is that I\'m running the server usi[详细]
2023-03-10 02:53 分类:问答Embedded Glassfish, security and Arquillian questions
I want to test my EJBs on an embedded Glassfish using Arquillian. The important thing is that I have to have security up because my bean logic does some programmatic security checking (sessionContex[详细]
2023-02-26 03:49 分类:问答How to setup JUnit tests for Glassfish Embeddable EJBContainer + EclipseLink JPA?
I\'m trying to use EJB 3.1 Embeddable EJBContainer on Glassfish 3.1 for integration testing my EJB\'s. There\'s a classloading issue I can\'t figure out.[详细]
2023-02-25 13:27 分类:问答Can't deploy an application twice using Glassfish Embedded v3.1
I\'m having trouble with the following scenario: Start JVM. Start GlassFish Embedded v3.1. Deploy my application EAR.[详细]
2023-02-17 19:39 分类:问答How to solve portable jndi name problem in unit tests?
I am using javaee6/ejb3.1 api with glassfish embedded server. my application structure is ui-controller module ejbs calls biz-controller ejbs.[详细]
2023-02-05 06:22 分类:问答