Log in to follow, share, and participate in this community.
Thread embeded_jboss into tomcat
embeded_jboss into tomcathi, when i run a seam application in embeded jboss in tomcat i got the following errors D:\>cd D:\apps\Apache\tomcat_jboss\bin D:\apps\Apache\tomcat_jboss\bin>startup.bat Using CATALINA_BASE: D:\apps\Apache\to...
Thread ClassNotFound / Trying to use Embedded JBoss in mvn environ
ClassNotFound / Trying to use Embedded JBoss in mvn environHi, it seems some other people have gotten this to work in a maven environment. I have tried the following. Downloaded embedded-jboss-beta3.zip Unzipped, added everything under lib to eclipse project. Copied everyth...
Thread Error bootstrap embedded JBoss through testNG
Error bootstrap embedded JBoss through testNGI have download the embedded jboss and try to write a unit using testNG based on the given Customer example. But I get error while deploying the jar. The stack trace looks like this:
INFO [org.jboss.resource.connec...
Problems booting EJ from unit testI used the example from the Embedded JBoss kit I downloaded to build my unit test environment. I've been able to run unit tests that use JPA to save and restore my entities but injections does not work. When start my...
Wrong Maven pom file for JBoss embedded ?Hi, I try to set up a JBoss embedded in a Maven 2 project, in order to use it for TestNG tests. I encountered classpath problems while starting the embedded server, and I am surprised nobody encoutered this since it ...
JBossWS inside Embedded Container?hello, is the JBossWS supported inside the embedded container? we are running a integration test with a jbossws client connecting to a webservice. i can see correct transmission in the tcpmon, but i get this excepti...
Using Maven with Embedded JbossHey folks... I've been banging my head into the wall trying to come up with an easy way to configure maven so that I didn't have to copy the embedded jboss bootstrap directory into every one of my projects that wanted...
Thread Seam Component Returning Null In Seam Testing
Seam Component Returning Null In Seam Testingmy Action class @Stateful @Name("catalogueMasterSearch") @Scope(ScopeType.CONVERSATION) public class CatalogueMasterSearchAction implements CatalogueMasterSearch{ @Create @Begin(join = true) public String create()...
MDB deploying problemHi, Please specify which version of embedded jboss you are using? Is deploy/jms-ra.rar in the classpath? Test if the example ExampleMDB is working at our machine. This example looks a little bit like your example cod...
libs with diferent versionHi all, I am having a problem with libs version, more specifically with Hibernate jar. Some functionalities that work in the JBoss 4.2.2 do not work in the Embeddable Beta version, or have different behavior. I am r...
Bootstrap.undeploy doesn't work properlyI have a test case that extends from jboss's BaseTestCase Here's the code for the deploy and undeploy methods.
private static AssembledDirectory jar;
public static void deploy() {
jar = AssembledContextFactory...
Thread embedded-jboss-beta3 do not work with apache-tomcat-5.5.25
embedded-jboss-beta3 do not work with apache-tomcat-5.5.25I want use the embedded-jboss-beta3 with apache-tomcat-5.5.25, i follow the suggestion in the wiki: http://wiki.jboss.org/wiki/EmbeddedAndTomcat but when i start the tomcat i got Exception,
INFO [org.apache.catalin...
Thread NullPointer exception when publishing project
NullPointer exception when publishing projectI Installed Eclipse for JEE (Eclipse Europa) binaries. I launched it and created a sample Web Project. I created a Embedded JBoss 4.2 server in Eclipse. I tried publishing my Sample web project on JBoss server It thro...
Beta 3 generating NoSuchMethodErrorHi All, I just tried to get a very simple JUnit Test to run with Embedded JBoss Beta 3. Unfortunately though I get the following error: java.lang.NoSuchMethodError: org.hibernate.cfg.ExtendedMappings.getReflectionM...
Bootstrap.deployResourceBase not workingI can deploy a VFS file , but I have lot of ejbs, so I want to deploy using the deployResourceBase call. I am using maven, and the classes are stored in the standard "target/classes" directory. Using deployResourceBa...
Thread JDK6 , Embedded JBoss and maven 2 PROBLEM SOLVED
JDK6 , Embedded JBoss and maven 2 PROBLEM SOLVEDFor all those who are trying to run JDK 6 + maven2 + embedded JBoss and keep getting the Array error, The trick is to use the following system property
-Dsun.lang.ClassLoader.allowArraySyntax=true
But the trick i...
javaee-api-5.jar causes ProblemsIn my maven project I have a dependency on
<dependency>
<groupId>javaee</groupId>
<artifactId>javaee-api</artifactId>
<version>5</version>
<scope>provided</sco...
Thread NullPointerException when calling @Remote EJB
NullPointerException when calling @Remote EJBHi, I am trying to implement unit test for my EJB3 application, but I am facing some issues. I am using the beta3 and followed the instructions from the Wiki (Bootstrap.getInstance().bootstrap() and Bootstrap.getInst...
Pb deploying vfs fileIt's this piece of code in PersistenceUnitParsingDeployer that doesn't like your virtual file:
@Override
protected PersistenceUnitsMetaData parse(VFSDeploymentUnit unit, VirtualFile file, PersistenceUnitsMetaData ...
Thread Integration Testing Failed with SeamTest Jboss-embedded Mave
Integration Testing Failed with SeamTest Jboss-embedded MaveI am having problems building Simple Integration tests with SeamTest. My environment contains the following: Seam 2.0.1 GA Maven version: 2.0.7 Java version: 1.5.0_09 I obtained my embedded-jboss by placing the foll...