• EJB 3.1 Embeddable Prototype

    A lot of people are, understandably, complaining about the lack of any JBoss Embedded progress. I think the problem isn't so much as a lack of progress. Right now we have (and are still building) a box full of buildin...
    Profile Photo
    last modified by wolfc
  • Maven and the -all.jars

    Hi all, we are starting to run the embedded JBoss for our tests. Our project is a maven2 project, so we can use the artifact from the JBoss repository to add the dependencies from the embedded libraries. So far so g...
    Profile Photo
    last modified by hubaer
  • jaas

    Hello, I'm following this example http://in.relation.to/1380.lace to unit test my ejb3 components. When I try to deploy my beans (that have security enabled) I get jaas not bound message. What is the configuration ne...
    Profile Photo
    last modified by kgoedert
  • Moved successfully from JBoss Embedded to OpenEJB Embedded

    I was one of the first early adopter of JBoss Embedded and all JBoss 5.X stack. But now enough is enough. Nobody seems to care at JBoss about JB-Embedded users. I lead a big project using EJB 3 and I made Beta 2 ->...
    Profile Photo
    last modified by johanmicoud
  • Jboss Embed for Junit testing

    hey all, I'm trying to get jboss embed setup for unit testing. I'm running into this problem: java.lang.RuntimeException: Failed to bootstrap at org.jboss.embedded.junit.BaseTestCase.bootstrap(BaseTestCase.java:103)...
    Profile Photo
    last modified by dhartford
  • Local JNDI not working with embedded JBoss in Tomcat 5.5.9

    When I try to do a lookup on my data source as follows: Context initCtx = new InitialContext(); Context envCtx = (Context) initCtx.lookup("java:comp/env"); return (DataSource) envCtx.lookup(type.getName()); I ge...
    Profile Photo
    created by jdean72
  • Is Embedded JBoss dead?

    Hi all, I find the concept of a "small" JBoss AS for simple testing a great idea, but I wonder that the latest version of the Embedded JBoss is beta3 and JBoss-AS- .0.0 reached CR1. So I asked myself is the Embedded ...
    Profile Photo
    last modified by hubaer
  • Error while deploy real jar.

    Hi All, i want to load my own jar files (not virtual) to Embeded jBoss for JUnit testing i copied my jar to deploy dir and after i run Bootstrap.getInstance().bootstrap(); in stacktrace i see next errors: ERROR [org....
    Profile Photo
    last modified by traffic_11
  • Where can I find last jboss embedded ?

    From JBoss web site, when I clik on the download page of JBoss EJB3, I go on that page http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=132063&release_id=346762 It only contains very old...
    Profile Photo
    last modified by jc7442
  • Building embedded jboss from JBoss-5.0.0.CR-src failed

    Hello, after trying to build the JbossAS 5CR1 from source with some problems (http://www.jboss.com/index.html?module=bb&op=viewtopic&t=138371 after that the build of embedded jboss fails too with: Reference ...
    Profile Photo
    last modified by arakasi69
  • Problems starting jboss embedded

    Hi, I'm trying to get embedded jboss up and running under java 1.5.0_15 to do some EJB unit testing. So far I've pretty much just coppied the bootstrap dir and referenced it in my classpath, along with my junit test...
    Profile Photo
    last modified by bradleydouglas
  • multiple seam apps on tomcat (w/ embeded jboss)

    I've been told (http://jira.jboss.com/jira/browse/JBSEAM-1663) that Embedded Jboss on tomcat can't run multiple Seam apps (the EJBs in seam.jar collide, apparently). It'd be nice if you could. I'm not particularly ne...
    Profile Photo
    last modified by matt.drees
  • Has anybody a runing embedded jboss env ?

    Hello, since a few days i've tried to get a runing embedded jboss environment in eclipse ganymede, regardless what i'm doing without success. First and last, i tried it with the embedded beta3 package: i configured ...
    Profile Photo
    last modified by arakasi69
  • NPE when calling getCallerPrincipal on SessionContext

    I wrote the following interceptor : public class SecurityInterceptor { @javax.annotation.Resource protected javax.ejb.SessionContext context; @javax.interceptor.AroundInvoke public Object execute(javax.intercep...
    Profile Photo
    created by chawax
  • Interceptors don't work

    Hi, I use Embedded JBoss beta 3 in a Maven project and run unit tests with TestNG. It took a long time but now the embedded container starts well and the tests are successful. But when I configure interceptors in ejb...
    Profile Photo
    last modified by chawax
  • 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