This content has been marked as final.
Show 3 replies
-
1. Re: Seam2 integration testing - problem with embedded jboss?
chawax Jan 28, 2008 4:35 AM (in response to piotr.porzucek)I have the same problem. Did you find a solution ?
-
2. Re: Seam2 integration testing - problem with embedded jboss?
chrisrippe Jan 29, 2008 4:44 PM (in response to piotr.porzucek)Not that this helps but what they usually recommend is re-running seam-gen. My seam-gen generated the following entries in jndi.properties
java.naming.factory.initial=org.jboss.naming.JBossRemotingContextFactory java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces
-
3. Re: Seam2 integration testing - problem with embedded jboss?
chawax Jan 30, 2008 3:41 AM (in response to piotr.porzucek)That's what I already have in my jndi.properties file.
I think I solved my problem by adding jboss-embedded-beta3.jar to my classpath. But I am not sure the problem is really over because I now have a problem with unknown dsType on server startup.