Log in to follow, share, and participate in this community.
Thread Plugin is Broken
Plugin is Broken@see https://jira.jboss.org/jira/browse/EJBTHREE-1767 I've separated out jboss-ejb3-proxy into: * jboss-ejb3-proxy-spi * jboss-ejb3-proxy-impl Each project has its own client assembly. However, the Plugin currently...
Thread JPA delete problem on @OneToMany: deleted entity passed to p
JPA delete problem on @OneToMany: deleted entity passed to pI'm doing an relationship with two Entity (Parent - Child). So, in Parent class I had a collection of Child. When I remove one item (child) from the collection, its appears ok. But in database the operation doesn't ha...
Plugin targets 5.0.1.GA nowFYI: http://jboss.hudson.alrubinger.com/job/EJB3_Integration_TestSuite_Plugin_AS5_Latest_Release/15/testReport/ So these regressions are blockers to the next release. Plugin now has a new AS target. S, ALR
Design of EJB 3.1 @AsynchronousThis is to document an initial proposal for design of the new @Asynchronous handling required of EJB 3.1. Initially I'll describe the flow in prose until I get some good diagrams. :) I'm sure this will change a bunch...
Thread JBoss 5.0.0.GA: jboss.entity.manager.factory.jndi.name w/ su
JBoss 5.0.0.GA: jboss.entity.manager.factory.jndi.name w/ suI'm upgrading an enterprise app from JBoss 4.2.1.GA to JBoss 5.0.0.GA and have hit a snag. In persistence.xml, the property jboss.entity.manager.factory.jndi.name should allow binding EntityManagerFactory instances i...
JPA deployers in jboss-ejb3-embeddedjboss-ejb3-embedded uses its own copy of jpa-deployers-beans.xml:
<?xml version="1.0" encoding="UTF-8"?>
<deployment xmlns="urn:jboss:bean-deployer:2.0">
<bean name="DataSourceDependencyResolver" cl...
ExtendedManagedObjectAdvisor returns null getMethodInfo(methTrying to setup JAAS configuration using EJB3, JBossAS5.0 and LdapLoginModule. We have been using same configuration in Jboss 4.2 The LDAP part seems to run OK but in the server, I get null info after MethodInfo info ...
Thread Maven release - How is the parent version updated?
Maven release - How is the parent version updated?While working on an (unrelated) issue, i noticed that the pom.xml of jboss-ejb3-embedded still has version 1.0.0-Beta9 for the parent jboss-ejb3-build https://svn.jboss.org/repos/jbossas/projects/ejb3/trunk/embedded/p...
WARN logs in InterceptorRegistryIn the current version of EJB3 on JBoss-5.0GA, a bean method invocation always generates a lot of these WARN messages: WARN [InterceptorRegistry] applicable interceptors is non-existent for ..... Looking at the Int...
jboss-ejb3-projectThis is to document a new component we'd discussed in IRC. "project" module is to define the dependency chain, taking this responsibility away from "as-int". "as-int" may then be broken into "as5-int" and "as6-int", ...
jboss.entity.manager.factory.jndi.name "carlo" wrote: This function doesn't work anymore in the current jpa deployers release: <property name="jboss.entity.manager.factory.jndi.name" value="java:/dvdEntityManagerFactory" /> See http://view...
Thread Accessing org.hibernate.Session from EntityManager
Accessing org.hibernate.Session from EntityManagerFor accessing org.hibernate.Session from a EntityManager, the JBossAS4.x docs for EJB3, recommend: You can get access to the current underlying Hibernate Session by typecasting your reference to EntityManager. @Per...
EJB 3.1 TimerServiceFor the EJB 3.1 TimerService there are two goals: 1. EJB 3.1 functionality 2. true clustering For the EJB 3.1 functionality refer to chapter 18 of the spec. Right now the timer service doesn't do real clustering. It...
Redesign of Pool ConfigurationLooking over @Pool and @Cache configurations, I'm not happy with the metamodel available and the implementation I'd put in place last year while resolving API leaks. Starting this Thread to document the discussion so...
EJB3 Timebox Release ScheduleWhat are we comfortable with? Monday deadlines are attractive to me, as we could plan on starting releases Thursday/Friday, with some weekend time to address any last-minute problems. However, if we release on a *day...
VersioningI propose we drop the qualifier (ie. "-Beta7") from all components that are not directly consumed by some other project. This currently affects everything except jboss-ejb3-as-int and jboss-ejb3-plugin. Reason: For ...
Dependency on jbossws-nativeHi, I see the following in the AS5 ejb3 module's pom.xml:
<dependency>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native-jaxws</artifactId>
</dependency>
What...
EJBTHREE-1607 Update EJB3.0 TutorialsI have been updating the EJB3 tutorials and have committed the "stateless" tutorial at https://svn.jboss.org/repos/jbossas/projects/ejb3/trunk/docs/tutorial/stateless/ The plan is to allow the users to run these tuto...
New component: profile3_1The goal of this component is to provide an EJB 3.1 profile configuration for use in JBoss Reloaded. To get off the ground fast we're going to use JBoss Bootstrap and hardcoded 1 profile in the bootstrap. This will ...
Thread EJBTHREE-1669 : @Service tutorial on JBoss-5.0 GA
EJBTHREE-1669 : @Service tutorial on JBoss-5.0 GAThe "service" tutorial fails against the JBossAS-5.0 GA server. The @Service is almost on the lines of what we have in our testsuite, except for one difference. The one in the tutorial uses @Depends on a field/method...