• JmsXA problem

    Hi, I was trying to use JmsXA instead of ConnectinFactory. I have this error java.lang.SecurityException: Invalid authentication attempt, principal=null at org.jboss.resource.connectionmanager.BaseConnectionManager2...
    Profile Photo
    created by poloz
  • bootstrapping jboss from command line

    Hi, I am having some sort of classpath issue and I have been banging my head against it for a while now...some help would be very much appreciated... I am able to bootstrap the server in Eclipse (from junit) and fro...
    Profile Photo
    last modified by canterburry
  • JNDI error when running embedded JBoss tutorial from command

    any luck solving this problem?
    Profile Photo
    created by raviies
  • Unable to use OracleDS in Tomcat 6.0.13 with embedded jboss

    First, I'd like to thank wesleyhales about his answer to my previous post (http://www.jboss.com/index.html?module=bb&op=viewtopic&t=112637 Java 1.5 must be used to run tomcat 6.0 with embedded jboss). I copie...
    Profile Photo
    last modified by dxxvi
  • Unable to use JBoss Embedded beta2 in tomcat 6.0.13

    Hi all, Could anybody help me here? I copied jboss embedded files to tomcat 6.0.13 (http://docs.jboss.com/seam/2.0.0.B1/reference/en/html/configuration.html#config.install.embedded). When I started tomcat, I saw thi...
    Profile Photo
    last modified by dxxvi
  • 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