• JAAS

    Hello 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...
    Profile Photo
    last modified by silenius
  • Embedded JBoss - clustered EJB3

    Hi 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...
    Profile Photo
    last modified by yura.taras
  • Errors starting up Embedded AS from maven test

    Hi,   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...
    Profile Photo
    last modified by coenos
  • 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...
    Profile Photo
    last modified by coenos
  • Switch off "plague of jars" in embedded Jboss on Tomcat6

    Hi,   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...
    Profile Photo
    created by coenos
  • 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 &...
    Profile Photo
    last modified by rareddy
  • UnitTests EJBs cannot be successfull

    When I'm launching the EJBs unit test for Embedded Jboss béta 3.10 I've got the following error : << INFO [org.hibernate.ejb.Version] Hibernate EntityManager 3.4.0.GA INFO [org.hibernate.ejb.Ejb3Confi...
    Profile Photo
    last modified by blured75
  • Cannot start JBossEmbedded beta3 SP10

    Hi, 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...
    Profile Photo
    last modified by blured75
  • NullPointerException while shutting down EmbeddedJBoss Beta3

    NullPointerException while shutting down EmbeddedJBoss: ERROR AspectDeployer - Error during undeploy: vfsfile:XXXXXXXXXXXXXXXXX/classes/deployers/ejb3-deployers-beans.xml java.lang.NullPointerException at org.jboss....
    Profile Photo
    last modified by drorb
  • JBoss Embedded and JUnit testing

    Hi, 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...
    Profile Photo
    last modified by tbar0711
  • Login doesn't work

    I'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...
    Profile Photo
    last modified by juergen.zimmermann
  • Use of MBeans not working: "jboss:service=Naming" not found

    With 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 ...
    Profile Photo
    last modified by genman
  • JBoss Embedded and JBossWS

    Just 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?
    Profile Photo
    created by meetoblivion
  • deploy vritual jar failed on embedded jboss

    Hello, 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: ---------------------------------------------------...
    Profile Photo
    last modified by liuxiaodu
  • 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....
    Profile Photo
    created by pilou13
  • org.jboss.deployers.spi.DeploymentException: Error deploying

    I have been working to get the beta3.SP9 embedded jboss working for a while now, and have made alot of progress, but I am stumped here where it complains that the SystemProperties bean has already been installed and t...
    Profile Photo
    created by elponderador
  • Cannot start Embedded JBoss beta3.SP9

    I try to start Embedded JBoss beta3.SP9 using this code fragment: if (!Bootstrap.getInstance().isStarted()) { Bootstrap.getInstance().bootstrap(); } However, I get this stacktrace. Any hint is appreciated! ... TRA...
    Profile Photo
    last modified by juergen.zimmermann
  • embedded-jboss-beta3.SP9 and JBossAS 5.1

    Can I use embedded-jboss-beta3.SP9 to test my EAR for JBossAS 5.1 if I'm also using config files like foo-jboss-beans.xml? Or is embedded-jboss-beta3.SP9 dedicated to the JBossAS 4.x platform?
    Profile Photo
    last modified by juergen.zimmermann
  • Embedded JBoss and EJB(Naive Question)

    Hello All, Can an do clustering on Embedded Jboss and how can i deploy EJB on Embedded Jboss. Regards Parkash.
    Profile Photo
    created by parksah
  • Maven & JBoss embedded (using org.jboss.jbossas.jboss-as-emb

    Hy, I tried to use JBoss Embedded in order to be able to run junit test in a maven project. You can have a look downloading the project sample http://jayblanc.free.fr/jboss-embedded.tar.gz. Trying to run tests, there...
    Profile Photo
    last modified by jayblanc