Questions tagged [glassfish-embedded]
104 questions
1
vote
1 answer
Maven Embedded Glassfish Plugin - not starting
I can't seem to get a web application running with the embedded glassfish plugin:
Plugin Configuration:
org.glassfish
maven-embedded-glassfish-plugin
…
Walter White
1
vote
2 answers
Embedded Glassfish v3: deploying sun-resources.xml programmatically fails
I would like to be able to package my jpa-ejb-web project as a standalone application, by using Glassfish embedded API.
To use the JPA layer, I need to deploy the sun-resource.xml configuration, which should be possible with the asadmin command…

Kevin
- 4,618
- 3
- 38
- 61
1
vote
2 answers
Is it possible to deploy an application with WildFly as a bundle?
Is it possible to deploy an application with WildFly as a bundle?
I am able to do this with embedded Glassfish.

Balasubramanian Rengasamy
- 139
- 2
- 13
1
vote
0 answers
maven-embedded-glassfish-plugin not work with logback
I am encountering a problem when using maven-embedded-glassfish-plugin(3.1.2.2) with logback that the configuration of logback is NOT used in embedded glassfish.
And, I found this and that are similar posts with NO solution found.
Anyone can…

user2309933
- 33
- 4
1
vote
1 answer
JAX-RPC and Glassfish
I have a legacy application with JAX-RPC webservices that is deployed on Weblogic. I'm trying to create a test harness around it using embedded glassfish and it's ScatteredEAR.
The app seems to deploy fine and the webservice endpoints are available.…

akula1001
- 4,576
- 12
- 43
- 56
1
vote
1 answer
Expression Language (EL) not working in Embedded Glassfish 4.0
I have this code in a .xhtml file:
But the maxlength…

Joe Almore
- 4,036
- 9
- 52
- 77
1
vote
1 answer
Glassfish Embedded does not start
My glassfish 3.2 embedded was starting with Arquillian and Junit perfectly and now I've getting this Exception in eclipse.
I've replace .m2 repository and it doesn't start.
Anybody could help me:
java.lang.RuntimeException: Could not setup…

Felipe Pereira
- 1,368
- 16
- 26
1
vote
1 answer
java.lang.ExceptionInInitializerError at org.apache.derby.jdbc.EmbeddedDataSource.findDriver(Unknown Source)
I'm not sure about how the protocol is in here but this is what I'm doing. There's an issue I found which I solved myself so I'm posting the issue and posting the solution as question and answer respectively. So here goes the issue:
I was trying to…

Jonathan Morales Vélez
- 3,030
- 2
- 30
- 43
1
vote
1 answer
Problems to use embedded EJBContainer in Glassfish 4.0
I'm working on Junit tests do validate SessionBeans in my project. There are a local session bean with no interfaces and I want to lookup it in my test.
So, I put this dependence in pom.xml of my ejb module (same of the test):
…

Diego Pessoa
- 93
- 1
- 10
1
vote
2 answers
How to filter (substitute) env-entry values in ebj-jar.xml for unit tests with embedded enterprise bean container (GlassFish)?
I need several profiles for deployment. In the Maven POM I have defined a profile "dev" and a property "theHost" (as localhost):
dev
true