• Incompatible change to JBossASKernel

    With changes r82684 & r82689 JBossASKernel has become incompatible with ejb3-core. This leads to the following problem when trying to deploy service beans into a patched AS GA: http://www.jboss.com/index.html?modu...
    Profile Photo
    last modified by wolfc
  • Failing invoker tests

    @see http://www.jboss.com/index.html?module=bb&op=viewtopic&t=148429 I've brought the server configs up-to-date, opened https://jira.jboss.org/jira/browse/EJBTHREE-1675, and have marked as a known issue until...
    Profile Photo
    last modified by alrubinger
  • PU Injection across JARs (unrelated DeploymentUnits)

    Failing is "org.jboss.ejb3.test.hbm.unit.EntityUnitTestCase.testAll". Use case is 2 JARs, one declaring a PU and the other has EJBs that want to inject this PU. The JARs are deployed independently (not part of an EAR...
    Profile Photo
    last modified by alrubinger
  • Singleton Bean

    Apart from implementing the spec I think we should use the singleton case to blueprint component extensions. If possible we should 'freeze' our current component set (ejb3-core, metadata, ejb3-api) and create a new c...
    Profile Photo
    created by wolfc
  • run-as-principal is missing in schema

    I've reverted r82567, because run-as-principal is actually missing in the schema. It's not a faulty configuration.
    Profile Photo
    last modified by wolfc
  • Cannot run Hudson on AS5

    @see https://hudson.dev.java.net/issues/show_bug.cgi?id=2831 This will stall our installation of new Hudson instances based on AS5 until resolved. The simple fix (ie. correcting the protocol assumptions) lead to err...
    Profile Photo
    last modified by alrubinger
  • Revert of r82615 / EJBTHREE-1653

    Due to regression: Edit:removed link to private Hudson I've reverted r82615 and reopened EJBTHREE-1653. S, ALR
    Profile Photo
    last modified by alrubinger
  • Warning :fail-safe cleanup (collections)

    hello After running the application i'v encountered this warning [LoadContexts] fail-safe cleanup (collections) : org.hibernate.engine.loading.CollectionLoadContext@2096d7<rs=oracle.jdbc.driver.OracleResultSetI...
    Profile Photo
    last modified by mravikrish
  • Deployment errors in service-test.jar

    "service-test.jar" in the Integration TestSuite is causing problems, deployment errors due to a missing security context in the start() callback of ServiceOne: Caused by: java.lang.IllegalStateException: Security Co...
    Profile Photo
    last modified by alrubinger
  • Registering additional MBeans for EJB3 MDB

    When a EJB2.x MDB is deployed in JBoss4.x and 5, there are some additional (JBoss specific) MBeans registered. For ex: An MBean to stop/start delivery of messages to the MDB. http://anonsvn.jboss.org/repos/jbossas/tru...
    Profile Photo
    created by jaikiran
  • [EJBTHREE-1659] Support for asynchronous calls on EJB3 in JB

    Asynchronous invocations on EJB3 beans as explained here http://docs.jboss.org/ejb3/app-server/reference/build/reference/en/html/jboss_extensions.html#d0e427, at present, does not work in JBoss-5. [java] Exception i...
    Profile Photo
    last modified by jaikiran
  • Client Connect to INADDR_ANY is a no-no.

    Lately we've been bugged by discrepancies between Hudson environments running the EJB Integration TestSuite. I found DML on #jboss this evening and asked him if a client connect to 0.0.0.0 was bad (some reading I fou...
    Profile Photo
    last modified by alrubinger
  • Build Failure in ejb3-embedded

    From the POM: <properties> <version.org.jboss.deployers>[2.0.0.CR5]</version.org.jboss.deployers> <version.org.jboss.microcontainer>[2.0.0.GA]</version.org.jboss.microcontainer> <...
    Profile Photo
    last modified by alrubinger
  • "removedislocal" Error

    I've fixed the deployment for "removedislocal" integration tests. This is a simple SLSB call, the only change is that the "IsLocalInterceptor" is commented out. The resulting error is: Caused by: java.lang.Runtime...
    Profile Photo
    last modified by alrubinger
  • EJBTHREE-1396 MockServer must report startup / shutdown

    I have introduced a MockServerMonitor which has APIs for waiting for the MockServer to startup (and shutdown). It internally uses sockets to communicate with the MockServer which runs in a separate JVM. * The RemoteA...
    Profile Photo
    last modified by jaikiran
  • Normal SFSB Business Methods named "remove"

    This one has been unaddressed for awhile now. It's the failing case associated with: https://jira.jboss.org/jira/browse/EJBTHREE-1222 Target methods are resolved based upon a hash, and the hashing function does not ...
    Profile Photo
    last modified by alrubinger
  • EJB3 Subprojects must use at least jboss-ejb3-build:1.0.0-Be

    https://jira.jboss.org/jira/browse/EJBTHREE-1613 Previously we've had the compilation plugin using "javac" from the system PATH; really this needs to be using the version proper to $JAVA_HOME. Came across this after...
    Profile Photo
    created by alrubinger
  • Meta data merging of beans using ejb-class

    Why is ejb-class considered during the merge? Is it a left-over from Ejb30Creator? https://jira.jboss.org/jira/browse/JBMETA-154
    Profile Photo
    last modified by wolfc
  • Unit test: stateful testRemove

    Stateful21 contains (by inheritance) a remove method with the same signature as the EJBObject remove. I say we should throw an exception during deployment.
    Profile Photo
    created by wolfc
  • Unit test: stateless failure because of bridged method

    Stateless contains 1 failure because a bridged method shows up in advisor.advisedMethods: [null, null, null, null, null, null, public volatile java.lang.Object org.jboss.ejb3.test.stateless.UnsecuredStatelessBean.tes...
    Profile Photo
    created by wolfc