Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
1answer
1k views

Has anyone successfully run integration tests with Jboss embedded, Seam and Maven?

Have been trying to get integration testing working with my seam project and the Jboss embedded container but am not having much success. Have been doing a lot of reading and have been trying what is ...
5
votes
3answers
5k views

Help configuring JNDI with embedded JBoss in Tomcat 5.5.x

When I try the following lookup in my code: Context initCtx = new InitialContext(); Context envCtx = (Context) initCtx.lookup("java:comp/env"); return (DataSource) envCtx.lookup("jdbc/mydb"); I get ...
1
vote
2answers
3k views

Running JUnit tests with Embedded Jboss

I need to run junit tests for classes using ejb3 beans. In our case setting up jboss just for this purpose is not an option and therefore we need an alternative way to simulate the ejb communication. ...
0
votes
1answer
69 views

How to add a jar to the server lib for *embedded* JBoss?

I need to add a crypto provider to the embedded JBoss used by Seam for integration tests. For the regular JBoss it's a simple matter, just drop the files into the /lib folder of the server instance. ...
0
votes
2answers
2k views

how to redeploy an application on Jboss within Eclipse?

i'm developing a spring-based application with facelets and Java Server Faces which works on Jboss Application Server. As a development Framework, i'm using Eclipse Ganymede Platform Version: 3.4.2 , ...