• embeded_jboss  into tomcat

    hi, 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...
    Profile Photo
    created by gokulsetty
  • ClassNotFound / Trying to use Embedded JBoss in mvn environ

    Hi, 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...
    Profile Photo
    last modified by davisford
  • Error bootstrap embedded JBoss through testNG

    I 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...
    Profile Photo
    last modified by polygoncell
  • Problems booting EJ from unit test

    I 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...
    Profile Photo
    last modified by drathnow
  • 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 ...
    Profile Photo
    last modified by chawax
  • 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...
    Profile Photo
    last modified by boopet
  • Using Maven with Embedded Jboss

    Hey 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...
    Profile Photo
    created by ptruax
  • Seam Component Returning Null In Seam Testing

    my Action class @Stateful @Name("catalogueMasterSearch") @Scope(ScopeType.CONVERSATION) public class CatalogueMasterSearchAction implements CatalogueMasterSearch{ @Create @Begin(join = true) public String create()...
    Profile Photo
    last modified by mreddysudarsana
  • MDB deploying problem

    Hi, 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...
    Profile Photo
    last modified by pbolle
  • libs with diferent version

    Hi 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...
    Profile Photo
    created by pozzo
  • Bootstrap.undeploy doesn't work properly

    I 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...
    Profile Photo
    last modified by gumnaam.suri
  • embedded-jboss-beta3 do not work with apache-tomcat-5.5.25

    I 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...
    Profile Photo
    created by rainhust
  • NullPointer exception when publishing project

    I 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...
    Profile Photo
    created by pradtk
  • Beta 3 generating NoSuchMethodError

    Hi 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...
    Profile Photo
    created by beanjar
  • Bootstrap.deployResourceBase not working

    I 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...
    Profile Photo
    last modified by gumnaam.suri
  • JDK6 , Embedded JBoss and maven 2 PROBLEM SOLVED

    For 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...
    Profile Photo
    created by gumnaam.suri
  • javaee-api-5.jar causes Problems

    In my maven project I have a dependency on <dependency> <groupId>javaee</groupId> <artifactId>javaee-api</artifactId> <version>5</version> <scope>provided</sco...
    Profile Photo
    created by gumnaam.suri
  • NullPointerException when calling @Remote EJB

    Hi, 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...
    Profile Photo
    created by bruno.marchesson
  • Pb deploying vfs file

    It's this piece of code in PersistenceUnitParsingDeployer that doesn't like your virtual file: @Override protected PersistenceUnitsMetaData parse(VFSDeploymentUnit unit, VirtualFile file, PersistenceUnitsMetaData ...
    Profile Photo
    created by alesj
  • Integration Testing Failed with SeamTest Jboss-embedded Mave

    I 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...
    Profile Photo
    last modified by sheadley