Log in to follow, share, and participate in this community.
Thread Error with database in JBoss Embedded
Error with database in JBoss EmbeddedHi 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...
Thread NoSuchMethodError exception when starting jboss-embedded
NoSuchMethodError exception when starting jboss-embeddedHi 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...
'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...
Thread Embedded EJBContainer Test with Interceptors
Embedded EJBContainer Test with InterceptorsHi, 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 ...
Thread Runnable example - Error parsing server/default/conf/bootstrap.xml
Runnable example - Error parsing server/default/conf/bootstrap.xmlI'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...
Error deploying EAR in Embedded JBossHello, 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...
Thread How to test EJB from JUnit Test case using "JBoss EJB 3.1 Embeddable"?
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...
Thread can't change Port for running jboss as - or other problem?
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...
Thread embedded Junit testing of an EAR in Eclipse
embedded Junit testing of an EAR in EclipseHallo 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 ...
Thread Which Maven repo has jboss-embedded-bootstrap zip?
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
Thread Embedded JBoss and running on a workstation
Embedded JBoss and running on a workstationHi, 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 ...
Thread JBoss Embedded AS with JBoss AS 6.0.0 Final?
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...
JUnit Testing EJBs in EclipseHallo 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...
Thread EntityManager injection error with embedded jboss
EntityManager injection error with embedded jbossHy! 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...
Using Embedded Jboss with Tomcat 6Hi 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...
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...
Scan classpath with JBoss Embedded ASEmbedded 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...
Article JBoss Embedded AS | Quickstart and Runnable Example
JBoss Embedded AS | Quickstart and Runnable ExampleIntroduction This document serves as guide for the QuickStart examples using the Embedded APIs for JBoss Application Server. These come as a slim Mavenized project containing a simple EJB3 Stateless Session Bean...
Thread MappingException when starting persistence unit in Embedded JBoss
MappingException when starting persistence unit in Embedded JBossHi, 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...