Log in to follow, share, and participate in this community.
Thread to jboss developers: 1-1 CMR requires FKeys in both directio
to jboss developers: 1-1 CMR requires FKeys in both directioHi! I am using JBoss 3.0.4 and found one interesting thing. I have 2 beans: EmployeeBean and UserBean. There is a 1-to-1 UNIDIRECTIONAL relationship between them - there is CMR field (UserLocal user) in EmployeeBean. ...
Run Time error while loading BeanI get the following error when data from the DB is being loaded to the Bean: Exception: java.rmi.ServerException: LoadFailed Nested Exception: java.lang.NullPointerException at org.jboss.ejb.plugins.jaws.jdbc.JDBCCom...
Error compiling ejbqlHello, I've seen this question once before but I can't resolve the issue based on the user's own answer. Can someone help? org.jboss.deployment.DeploymentException: Error compiling ejbql; - nested throwable: (org.jbo...
Hibernate Mapping ExceptionMarty, I'm running WAS on Sun V880 and 280R servers with Solaris 8. We are just beginning to explore WAS running under Linux on a z/OS platform with zVM. While I'm still in a WAS shop, we are looking at a need to dis...
JDBCTemporalCommandFactoryDain, I know you browse in here quite often, so I have a question to ask to you. I am trying to modify the functionality of the Persistance manager. I am going to add bean versioning functionality. What this entails i...
Thread How can I persist a entity bean on multible tables?
How can I persist a entity bean on multible tables?Is there a way for persisting entity beans on more than one table using JBoss CMP? I would preffer anotherway than using database views.If there is such a way pls. pls. contact me...
Evolution of CMPThis are the steps carried out in eclipse today and it work fine. 1 Define a new project in my case aop 2 Define the source to the directory of the source based on your installation of the examples in my case exam...
Simple CRUDFor those of you that are reading the AOP framework I think we need something like ((JBossPersistence) o).create(); ((JBossPersistence) o).delete(); interposition of the o fields so that read and update are automati...
Feature Request: Ordered CMRIt would be great if there was a way in jbosscmp-jdbc.xml to specify an ordering for a CMR relationship. The spec doesn't provide for this and thus you have to write extra code to sort the Collection after it comes o...
Is OQL parser going to be changed?Hi, I was ploughing my way through the jboss sources, and looked a bit at the oql parsing classes. Is this part of the persistence going to change in JBoss 4, ie. the jtree/ visitor pattern part? Reason for asking ...
Thread Container Managed Persistence Java Pet Store ?
Container Managed Persistence Java Pet Store ?Im trying to deploy an entity bean as an abstract class Is it possible to code an entity bean as abstract on JBoss?? In the Java Pet Store we have a class AddressEJB which is defined as abstract public abstract clas...
stateful bean persistanceIn the JBoss world when stateful beans are passivated it appears that the JBoss persistent manager is automatically saving the conversational state for me. Based on some tests that I ran, the ejbPassivate() method get...