Log in to follow, share, and participate in this community.
Thread Releasing (initial version) of proxy component tomorrow
Releasing (initial version) of proxy component tomorrowThere are some components (like nointerface and singleton) which are currently depending on snapshots of "proxy" component http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/components/proxy/trunk/ I am plan...
Thread Lookup to java:comp/EJBContext during postconstruction
Lookup to java:comp/EJBContext during postconstructionI will just refer to the problem indicated in http://seamframework.org/Community/TheMessageDrivenBeanSagaContinues While a CDI problem per se, it seems like doing this: @MessageDriven(activationConfig=...
Default remove timeoutI got Martin to do a bit more digging around EJB removal timeout to try and establish what the default removal timeout is on JBoss AS. The issue is that, as Weld uses the http session to back both the session ...
EJBTHREE-2007: VFS Abstractionhttps://jira.jboss.org/jira/browse/EJBTHREE-2007 I've created a skeleton project to house our VFS abstraction: http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/components/vfs/trunk/ Somethi...
Thread EJBTHREE-2024 Default timeout on EJB3 remoting socket connector
EJBTHREE-2024 Default timeout on EJB3 remoting socket connectorhttps://jira.jboss.org/jira/browse/EJBTHREE-2024 As seen in recent Hudson build environment, the default client socket timeout (30 minutes) on EJB3 remoting connectors is a bit too high. IMO, a timeout of 10 m...
Proxy SPIBased on our discussion yesterday about a need for a proxy-spi, here's what my initial thoughts are. The following SPI keeps in mind both nointerface view (which uses Javassist) and the other business view (which use ...
Thread How to get all session beans from JBoss server
How to get all session beans from JBoss serverHi, I'm using JBoss 4.2.3. At the moment I'm programming a short application. This application should locate all session beans in an deployed ear-file. Then I should be able to make a reflection to each sessio...
Thread EJBTHREE-1998: TestSuite Client Dependencies from JBOSS_HOME
EJBTHREE-1998: TestSuite Client Dependencies from JBOSS_HOMEI've committed the patch for EJBTHREE-1998 which builds the test client classpath from artifacts under JBOSS_HOME. Note that if libraries move around between AS targets (ie, EAP and As trunk), we'll need to co...
Source Location for EJB3 ComponentsPersuant to discussions Carlo, Jaikiran and I have been having lately, I've extracted the component charged with bringing @Asynchronous support to EJB into its own space: http://anonsvn.jboss.org/repos/jbossas...
EJB3 Version Targets for AS 6.0 M3What version of the various EJB3 sub-projects are targeted for AS 6.0 M3? I have done some initial VFS3 integration on a branch based off the EJB3 trunk, but have run into some version conflicts integrating the ...
Thread EJB3 (duplicate) configuration files in AS trunk
EJB3 (duplicate) configuration files in AS trunkI see that we maintain a copy of ejb3-deployers-jboss-beans.xml and jpa-deployer-jboss-beans.xml in AS/ejb3/src/resources/META-INF. I sort of remember that we had discussed something related to these duplicate files. ...
Thread EJB metadata and the jndi policy decorators
EJB metadata and the jndi policy decoratorsWhile integrating no-interface metadata support in AS i see that there's one more stumbling block - the jndi policy decorator(s). From what i see of those decorators, they are meant to provide (decorated) jndi names o...
DeploymentUnit, EJB, and JAX-RS/RESTEasyWill EJBs be in the same DeploymentUnit as a WAR? (THey are currently). The reason I ask is that JAX-RS/RESTEasy integration needs to know: a) If an EJB using JAX-RS is deployed within a WAR or n...
Packaging type of ejb3_1 componentWhen i created the ejb3_1 component recently, i set its packaging type to "pom" (like the earlier "ejb3" component) so that it just acts as a component which will bring in the necessary dependencies, to provide the EJ...
EJB3 project integration in ASRight now the AS pulls in EJB3 through the "as-int" component (which is "ejb3" component + a bit more). Now that we are going to have EJB3.1 features, we will now have an "ejb3_1" component. The "ejb3_1" component is ...
ejb3-deployers-jboss-beans.xml coreWhile working on some of the integration points for ejb3-nointerface component, i noticed that the ejb3-deployers-jboss-beans.xml in "core" has MC beans from across various other components (like ejb3-deployers) on wh...
Thread EJBTHREE-1670 - Quartz scheduler integration failing on JBos
EJBTHREE-1670 - Quartz scheduler integration failing on JBosThe JCA Inflow tutorial for quartz is failing against JBoss-5.0 GA. The tutorial is nothing more than a MDB configured with an ActivationConfigProperty "cronTrigger" http://jboss.org/community/docs/DOC-11724 The depl...