• Error with database in JBoss Embedded

    Hi All,   hope you can help me.   I'm trying to setup Seam integration testing with TestNG pointing to a SQL server database.  It's booting up the JBoss embedded server, but end up throwing out an org...
    Profile Photo
    last modified by davidmiller
  • NoSuchMethodError exception when starting jboss-embedded

    Hi everyone,   I'm using Jboss-embedded (beta3.sp12) and Hibernate 3.4.6.     I'm getting the following exception during startup:   java.lang.NoSuchMethodError: javax.persistence.spi.Persistence...
    Profile Photo
    created by tals
  • 'launcher' Jar for 6.0.0.Final Embedded?

    I had some more time to experment with the embedded stuff.   It seems to run fine under Sure Fire, but:   When I run the unit tests in my IDE (IntelliJ IDEA) on Windows, the test JVM doesn't even start...
    Profile Photo
    created by pgmjsd
  • Embedded EJBContainer Test with Interceptors

    Hi, my application is based on JBoss 6 and EJB 3.1. In my EJBs I'm using @Interceptors which works nicely within an deployed environment. But if I want to test them in the embedded ejbcontainer they dont fire - all ...
    Profile Photo
    created by windigo
  • Runnable example - Error parsing server/default/conf/bootstrap.xml

    I've gone back to trying the 'Milestone 4' example to check my set up for running it with 6.0.0.Final.   After I figured out how to set up my repository cache (Artifactory), I got Maven 3 to get past the com...
    Profile Photo
    last modified by pgmjsd
  • Error deploying EAR in Embedded JBoss

    Hello,   I've been trying to deploy an EAR in JBoss Embedded (using 6.0.0.Final), and I am getting the following error:   {code}org.jboss.embedded.api.DeploymentException: org.jboss.deployers.client.spi.In...
    Profile Photo
    last modified by vtatai
  • How to test EJB from JUnit Test case using "JBoss EJB 3.1 Embeddable"?

    Hello All, I am trying to test my EJBs from JUnit framework as part of  build (ant) - I am using "JBoss EJB 3.1 Embeddable". I have followed all the instructions specified in http://community.jboss.org/wiki/EJB...
    Profile Photo
    last modified by jbossuser71
  • can't change Port for running jboss as - or other problem?

    Hi, I trying to run JBoss AS 5.1 on my mac 10.5. I am running java 6 (1.6) and have set all variables (JBOSS_HOME and (JAVA_HOME). when running the run.sh I get the following error: 12:56:23,244 ERROR [AbstractKer...
    Profile Photo
    created by vassoliki
  • embedded Junit testing of an EAR in Eclipse

    Hallo I'm using Eclipse, JBoss 6 and JBoss Tools to develop my Application. I splitted the application in several projects - something like that:   EAR - commonEJB     - commonJPA  ...
    Profile Photo
    last modified by windigo
  • Which Maven repo has jboss-embedded-bootstrap zip?

    I would think this artificat would be found here http://repository.jboss.org/maven2/org/jboss/embedded/ but I can't seem to find it anywhere. org.jboss.embedded jboss-embedded-bootstrap zip beta3
    Profile Photo
    last modified by rickcr
  • Embedded JBoss and running on a workstation

    Hi,   I'm working on a project were JBoss is being considered as something that will run on hardware which is not 100% trusted - i.e. the admin of that hardware might be interested in maliciously tinkering with ...
    Profile Photo
    last modified by asacamano
  • JBoss Embedded AS with JBoss AS 6.0.0 Final?

    Does JBoss Embedded AS work with JBoss AS 6.0.0 Final?   I've finally got some time to start trying it out again and I was wondering whether I should bother with 6.0.0 Final, as the runnable examples are mad...
    Profile Photo
    last modified by pgmjsd
  • Race Condition?

    I'm getting non-deterministic behaviour when deploying with Embedded JBoss Beta 2 if ( !Bootstrap.getInstance().isStarted() ) { Bootstrap.getInstance().bootstrap(); } jar = AssembledContextFactory.getInstance().c...
    Profile Photo
    last modified by mtpettyp
  • JUnit Testing EJBs in Eclipse

    Hallo I am trying to port my application from JEE5 (Unit Tests with OpenEJB) to JEE6 using JBoss (M5). I have read that a JEE6 compliant container must support an embeddable Container. I have the jars from the clien...
  • EntityManager injection error with embedded jboss

    Hy!   I have Seam 2.2GA project on Tomcat 6.  I setup Integration Seam testing with embedded JBoss by seam-gen. When I run a test with the eclipse testng plugin, its executed successfully, there is no probl...
    Profile Photo
    last modified by babazs
  • Using Embedded Jboss with Tomcat 6

    Hi All,   I'm using WL in productione env to run our application which has few WEB projects, few EJB projects and JAVA/utility projects as a part of the final EAR.   I was using Tomcat on local env till no...
    Profile Photo
    created by agentalpha
  • Getting JPA 2.0 functionality to Tomcat?

    This is slightly OT:   How do I get JPA 2.0 functionality to Tomcat 6 or 7? I'm especially interested in the @MapsId annotation and the possibility to mark FK associations with @Id.   Is there a new versio...
    Profile Photo
    last modified by kwutzke
  • Scan classpath with JBoss Embedded AS

    Embedded JBoss has a very handy feature which allows you to deploy your entire classpath into its bootstrap instance:   if (!Bootstrap.getInstance().isStarted()) {     Bootstrap.getInstance().boots...
    Profile Photo
    created by silenius
  • MappingException when starting persistence unit in Embedded JBoss

    Hi,   I have followed the post that shows how to test EJB3 services using TestNG and JBoss Embedded on http://hocinegrine.com/2010/06/17/unit-testing-with-jboss-embedded-ejb3-container/. The test project attache...
    Profile Photo
    last modified by esanchezros
  • JNDI problem with SeamTest/JBoss Embedded

    Hi,   I read numerous articles about using JBoss Embedded with SeamTest but could not find the solution to my problem:   [testng] Caused by: java.lang.IllegalArgumentException: EntityManagerFactory not fou...
    Profile Photo
    last modified by petermucsi