• Version question about EJB3StandaloneBootstrap

    I'm trying to use EJB3StandaloneBootstrap and JBoss 4.2.0 GA but I'm having problems finding the class (and some other related classes). Could it be that it was not included in jboss-ejb3.jar for 4.2.0 GA? I found it...
    Profile Photo
    last modified by ecka
  • Embedded with Junit and Maven 2/surefire?

    Has anyone been able to run junit testcases with embeddable Jboss 5 kernel using Maven2/surefire? I have a simple testcase that isn't much different from the examples provided with the beta 2, and it works fine with a...
    Profile Photo
    last modified by ghinwa
  • Ayuda: Integración JBoss y Apache 2 a través de mod_jk (Para

    could you PLEASE post your problem for the next time in english, because all people don't speak or understand your native language
    Profile Photo
    created by sisepago
  • cant get local ejb Dep Inj to work in simple test - where am

    1) I am not supporting E-EJB3 anymore. Use the EMbedded jboss project instead. E-EJB3 is just a bunch of hacked together things. Embedded JBoss works off of a real tuned down kernel 2) EE injection annotations cannot...
    Profile Photo
    created by bill.burke
  • Embedded container does not shutdown propertly

    I use emebedded beta 2. After a shutdown, embedded container is still started. Bootstrap.getInstance().bootstrap(); .... Bootstrap.getInstance().shutdown(); Bootstrap.getInstance().isStarted(); It looks like a b...
    Profile Photo
    last modified by jc7442
  • Jetty,Embedded Jboss/EJB, and Seam - It finally works

    I thought it would be better to start a new post after working through this issue. My problem is when I startup my Jetty server and the org.jnp.server.NamingServer class from the jboss-ejb3-all.jar tries to bind mult...
    Profile Photo
    created by wesleyhales
  • Seam and Embedded Jboss/EJB (zip file exception)

    This post talks about a similar problem - Apparently ArchiveBrowser.java should be using new File(url.toURI())instead of new File(url.getFile()) The hibernate-entitymanager contains jboss-archive-browsing.jar which i...
    Profile Photo
    last modified by wesleyhales
  • source of classes in org.jboss.serial.persister and other or

    Embedded JBoss is built from Jboss 5.0. I'd check out the source from anon svn. hopefully, that has what you are looking for.
    Profile Photo
    last modified by skomarla
  • MySQL datasource

    Can you post the entire error message? Can you post your mysql file? Thanks
    Profile Photo
    last modified by bill.burke
  • Can I use Embedded Jboss Beta 2 with Sun JDK 6 Update 1?

    I got the same problem. I was using jdk 6 with alpha8 and it works fine. With beta2 it does not works in JDK6. http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossVsJavaJDKVersionMatrix That's a great issue. I'd like to im...
    Profile Photo
    created by jc7442
  • EmbeededJboss+Tomcat5.5

    The E-JBoss build is not configured with the 2.1 container . Was kinda hoping we could drop that stuff from the E-JBoss distribution.
    Profile Photo
    created by bill.burke
  • Deployment in Tomcat+Embedded JBOSS

    You can't use an EAR file. Remember, Tomcat controls classloading so anything other than the jar or war file format will not work.
    Profile Photo
    last modified by bill.burke
  • JBoss Embeddable in a Maven 2 Repository

    Is this code available via the http://repository.jboss.com/maven2 repository? If not, can we make it a request? :)
    Profile Photo
    created by scottl_dhsnet
  • Resource injection with Embedded EJB3 Container

    I am trying to unit test a SSB using the embedded container. The problem I have is that I need a DataSource injected in the session bean: @Resource(mappedName = "java:/GP3DS") public DataSource dataSource; When...
    Profile Photo
    last modified by estiedi
  • Deployment into embedded container

    Why do the examples use such a cumbersome way to deploy the archive? private static void deploy() { jar = AssembledContextFactory.getInstance().create("ejbTestCase.jar"); jar.addClass(Customer.class); jar.addC...
    Profile Photo
    last modified by estiedi
  • Problem deploying Oracle datasource

    Can anybody explain how to create a datasource in Embedded JBoss? I copy an oracle-ds.xml into the deploy folder (which works fine in JBoss4 and 5), but in the embedded JBoss I get following error: [junit] WARN 20...
    Profile Photo
    last modified by estiedi
  • org.jboss.xb.binding.JBossXBException with JUnit

    Please use the EMbeddeed JBoss release. I am not support E-EJB3 anymore. It was too much of a hack and did not integrate will with things other than EJBs.
    Profile Photo
    created by bill.burke
  • Can Embedded JBoss be used in OC4J???

    Can Embedded JBoss be used in OC4J??? Thank you!
    Profile Photo
    last modified by xiaocase_1528
  • Problems with Embedded JBoss in Equinox

    Hi, I am able to make Embedded JBoss work on a normal Java project, but I need it to work as part of a plugin/bundle in the Equinox system. (Equinox is Eclipse's implementation of osgi). I am running the same code th...
    Profile Photo
    last modified by mangokiwi
  • Remoting problem

    I deployed an slsb from the EJB3Trail samples. I can access the EJB via local lookup, but can't seem to do so using a remote lookup. when accessed remotely, I get the following exception. EJBClient start Exception in...
    Profile Photo
    last modified by skomarla