I\'m trying to test my EJBs with the embedded container. container = EJBContainer.createEJBContainer();
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
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
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.
how can one activate JMX in embedded glassfish (using maven-embedded-gl开发者_开发百科assfish-plugin)?The solution is to provide proper domain.xml to plugin:
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
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
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.
I\'m having trouble with the following scenario: Start JVM. Start GlassFish Embedded v3.1. Deploy my application EAR.
I am using javaee6/ejb3.1 api with glassfish embedded server. my application structure is ui-controller module ejbs calls biz-controller ejbs.