Log in to follow, share, and participate in this community.
Thread firewall issue with 4.0.4
firewall issue with 4.0.4I have JBoss 4.0.4 installed on a Linux box. It is running behind a firewall with NAT. It has its own private IP address non-addressable from outside - very typical. I searched and found some document regardingt to se...
Thread Am I attempting the impossible? (Tomcat6+JBossEmbedded+Seam2
Am I attempting the impossible? (Tomcat6+JBossEmbedded+Seam2Please, please can someone at JBoss tell me if I am attempting the impossible? I have been pulling my hair out for 3 days trying to get this to work: Tomcat 6
JBoss Embedded beta 3
Seam 2.0.1.GA It feels like I am ...
How to configure ports in BaseTestCaseHi community, I am using the class org.jboss.embedded.junit.BaseTestCase to crate unit tests. All works fine on my pc. But if I run the tests parallel on the ci-server I get conflicts in the used ports opened by the ...
Problemas ENCODINGHello, I am working with JBPM, and meet the problem that there is to make a submit or recharge(overload) the page, the information that contain tildes or ñ's they turn into other characters. My application ...
how to turn off XML validationHi, i am developing a seam based app and use embedded jboss for the tests. I use JBoss Tools generated project layout and Seam 2.0.1.GA. I noticed that if internet was not available my tests did not work with the folo...
Getting exceptionHi, I'm having trouble getting the Embedded JBoss EJB 3.0 container to work. I've bashed my head against this problem for a while now and I can't seem to get it to work. I hope that someone here is able to help me ou...
Thread Embedded JBoss, Maven, and the ubiquitous Jar
Embedded JBoss, Maven, and the ubiquitous JarFor the most part, I've managed to figure out how to setup Embedded JBoss with Eclipse so I can run my unit tests. Now I'm trying to figure out how to setup my Maven pom.xml file so that I can run my tests from the co...
Snapshot of Embedded Beta 3 availableA snapshot of Embedded based on JBoss AS 5 trunk (the soon to be released AS 5 beta 3) is available here: http://snapshots.jboss.org/maven2/org/jboss/embedded/jboss-embedded/beta3-SNAPSHOT/jboss-embedded-beta3-SNAPSH...
Unsupported dsTypeHi, I added JBoss embedded to a Maven project with SeamTest based test classes but I desperately try to start it. I had classpath problem I finally could solve (at least I think I solved them !). But anyway the embed...
Thread How do I configure Embedded JBoss (TestNG) Seam with EJB2.1
How do I configure Embedded JBoss (TestNG) Seam with EJB2.1I have written a JBoss Seam application that uses injected EJB 2.1. I have gotten my application where it deploys and runs on JBoss 4.2. I am trying to run integration tests using TestNG and Embedded JBoss. When I de...
Thread Seam2 integration testing - problem with embedded jboss?
Seam2 integration testing - problem with embedded jboss?Hi, I'm using Seam 2.0.1.CR1. I set up the embedded jboss and I've encountered a strange exception while running very simple integration test: Caused by: org.jboss.seam.InstantiationException: Could not instantia...
Embedded JBoss beta3 and VirtualFileHi, I saw, that the beta3 does not support deployment with VirtualFile anymore. But with beta2 this was still possible. Is this something that will be deprecated in future or will it return sometime? What are the cur...
Thread Use Embedded JBoss in a standalone application
Use Embedded JBoss in a standalone applicationHi, i'm making Enterprise Application that uses EJB3 and runs on Jboss. I have a big costumers with a lot of clients connect to server where my application runs and a few small costumers that have only one computer wh...
Thread Best practice for sharing embedded-jboss config through mult
Best practice for sharing embedded-jboss config through multHi @all, I just would like to know, if there is something "best-practice" for sharing the configuration files for the embedded jboss (as located in the directories deploy, deployers conf etc.) throughout multiple pro...
Thread MBeanServerFactory problem using setter dependency injection
MBeanServerFactory problem using setter dependency injectionI have been assigned to unit-test a smaller j2ee-application and when researching this I came across Embedded JBoss. Am I certainly not a JBoss-expert but during the ongoing research I have learnt a lot of things abou...
Maven2 example application for Seam2This is a crosspost from the Seam forum http://www.jboss.com/index.html?module=bb&op=viewtopic&t=126786 --- Hi, I have made available for download a work in progress to getting a sample project going with Se...
sql params traceHello, Unfortunatly I don't have the answer to your question but I've got a similar problem ... I've done some tests in standalone mode with Emebbeded beta2 and SNAPSHOT beta3 and I cannot get any log messages from ...
Unit Testing and JBoss Maven2 RepositoryI am trying to setup up a project that will perform unit tests in Maven2 and had planned on using the BaseTestCase class as indicated in this wiki page: http://wiki.jboss.org/wiki/Wiki.jsp?page=EmbeddedAndJUnit I do...
Embedded JBoss Beta 2 & Java 6Can't run the tutorial with java 6 (no problem with java 5). Is there any patch or workaround to run the embedded jboss beta 2 with java 6 ?