Log in to follow, share, and participate in this community.
Thread JNDI problem with SeamTest/JBoss Embedded
JNDI problem with SeamTest/JBoss EmbeddedHi, 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...
JBoss Embedded ASIntroduction EmbeddedAS provides an end-user API for the creation, configuration, lifecycle, and deployment operations of the JBoss Application Server. Pages JBoss Embedded AS | API Guide JBoss Embedded AS | Q...
JBoss Embedded AS | FAQsFrequently Asked Questions Q: What versions of the Application Server may be used with the Embedded APIs? A: Currently, releases after 6.0.0.M3.
JBoss Embedded AS | API GuideIntroduction The Embedded APIs to JBoss Application Server provide a code-based analouge for tasks ordinarily accomplished through traditional command-line and filesystem operations. This guide will provide a fe...
JAASHello all, I'm trying to make Embedded JBoss work without success. Each time I try to call a protected EJB3 method I get the following error:
javax.ejb.EJBAccessException: Caller unauthorized
at org.jboss.ejb3.sec...
Embedded JBoss - clustered EJB3Hi all Is it possible to use Embedded JBoss to deploy clustered EJB3 stateful beans? I receive message like this: jboss.j2ee:jar=classes,name=UserManagmentActionImpl,service=EJB3 -> javax.management...
Thread Errors starting up Embedded AS from maven test
Errors starting up Embedded AS from maven testHi, I followed and double checked the instructions on http://www.jboss.org/community/docs/DOC-13843, I am using the full maven classpath configuration. When running "mvn test" from the EJB project, I g...
Thread How much heap space needed for Embedded AS?
How much heap space needed for Embedded AS?Hi, I tried the new Embedded AS to test my EJB's using JUnit. I followed the examples on the community However, when starting Embedded AS, I always get a outOfMemory Error, although my heap space is set to 150...
Article JBoss Embedded AS | Minimal ClassPath via Manual (ie. Ant) Setup
JBoss Embedded AS | Minimal ClassPath via Manual (ie. Ant) SetupIntroduction This shows a basic ant configuration for running Embedded AS. The current way this is accomplished is by including jboss-embedded-assembly-<version>-launcher.jar and the shrinkwrap libs (shrinkwrap-...
Thread Switch off "plague of jars" in embedded Jboss on Tomcat6
Switch off "plague of jars" in embedded Jboss on Tomcat6Hi, when starting up Tomcat6 with embedded Jboss (beta3.SP10) I have a class explosion called the "plague of jars" in my $CATALINA_HOME/temp/ folder. See: http://ourcraft.wordpress.com/2009/01/05/plag...
Which JBoss Embedded to use?I am trying to write unit tests for deployments that will be in 5.1 AS. Looking through the embedded site, I can use Old - EmbeddedJBoss - where the embedded-all.jar file exists. or New - JBoss Embedded AS &...
Cannot start JBossEmbedded beta3 SP10Hi, When trying to launch JBossEmbedded beta3 SP10 through the eclipse project included, some lib seems to be missing (the ones related to annotations for MDB) Then when I try to launch : EasierEjbTestCase.java or E...
Thread NullPointerException while shutting down EmbeddedJBoss Beta3
NullPointerException while shutting down EmbeddedJBoss Beta3NullPointerException while shutting down EmbeddedJBoss: ERROR AspectDeployer - Error during undeploy: vfsfile:XXXXXXXXXXXXXXXXX/classes/deployers/ejb3-deployers-beans.xml
java.lang.NullPointerException
at org.jboss....
JBoss Embedded and JUnit testingHi, the first thing I have to say is that I searched a lot for a simple JUnit Test of a simple Session Bean using Embedded JBoss. I still haven't found an example that shows me a successful usage of Embedded JBoss. I...
Login doesn't workI'm using Embedded JBoss beta3.SP9. All tests are working fine as long as I don't use a security domain Using the EJB jar within an EAR inside JBossAS 5.1 (inclusive security domain) also works fine. Any hint for se...
Thread Use of MBeans not working: "jboss:service=Naming" not found
Use of MBeans not working: "jboss:service=Naming" not foundWith Beans labeled @org.jboss.ejb3.annotation.Service and with services deployed through a jboss-service.xml, I'm seeing this sort of error:
org.jboss.deployers.client.spi.IncompleteDeploymentException: Summary of ...
JBoss Embedded and JBossWSJust wondering, is it possible to write a JBoss WS client and run it inside a JBoss Embedded container? Would I need to pull libraries from the WS release?
Thread deploy vritual jar failed on embedded jboss
deploy vritual jar failed on embedded jbossHello, I am trying to use embedded jboss to test my EJB3 session bean. It is failed on the vritual jar deployment. I am using maven2 + jdk1.5. The error message: ---------------------------------------------------...
Newbie tomcat 6 + embedded SP9 caonnt start ?hi I install the last embedded-jboss-beta3.SP9 as said in the doc SEAM 2.2.0.pdf AT tomcat 6, start up the logs are : 31 août 2009 13:49:41 org.apache.catalina.core....