Log in to follow, share, and participate in this community.
Thread Incompatible change to JBossASKernel
Incompatible change to JBossASKernelWith 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...
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...
Thread PU Injection across JARs (unrelated DeploymentUnits)
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...
Singleton BeanApart 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...
run-as-principal is missing in schemaI've reverted r82567, because run-as-principal is actually missing in the schema. It's not a faulty configuration.
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...
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...
Registering additional MBeans for EJB3 MDBWhen 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...
Thread [EJBTHREE-1659] Support for asynchronous calls on EJB3 in JB
[EJBTHREE-1659] Support for asynchronous calls on EJB3 in JBAsynchronous 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...
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...
Build Failure in ejb3-embeddedFrom 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>
<...
"removedislocal" ErrorI'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...
Thread EJBTHREE-1396 MockServer must report startup / shutdown
EJBTHREE-1396 MockServer must report startup / shutdownI 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...
Thread Normal SFSB Business Methods named "remove"
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 ...
Thread EJB3 Subprojects must use at least jboss-ejb3-build:1.0.0-Be
EJB3 Subprojects must use at least jboss-ejb3-build:1.0.0-Behttps://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...
Meta data merging of beans using ejb-classWhy is ejb-class considered during the merge? Is it a left-over from Ejb30Creator? https://jira.jboss.org/jira/browse/JBMETA-154
Unit test: stateful testRemoveStateful21 contains (by inheritance) a remove method with the same signature as the EJBObject remove. I say we should throw an exception during deployment.
Thread Unit test: stateless failure because of bridged method
Unit test: stateless failure because of bridged methodStateless 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...