• to jboss developers: 1-1 CMR requires FKeys in both directio

    Hi! 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. ...
    Profile Photo
    created by m_korotkov
  • Run Time error while loading Bean

    I 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...
    Profile Photo
    created by sriram56
  • Error compiling ejbql

    Hello, 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...
    Profile Photo
    created by matn1
  • Should we just use SQL-99 for JBoss-QL?

    Off the top of my head, I can't think of anything that's not in there. Off course, that may be a problem in itself
    Profile Photo
    last modified by jboynes
  • Hibernate Mapping Exception

    Marty, 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...
    Profile Photo
    created by shamkg
  • Castor Project?

    Does anyone know what happened to the Castor Project? I'm sure it was there last week. Cheers, Jon
    Profile Photo
    last modified by jferguson
  • JDBCTemporalCommandFactory

    Dain, 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...
    Profile Photo
    last modified by ryanramage
  • How can I persist a entity bean on multible tables?

    Is there a way for persisting EJB Entity Beans on multiple tables on a relational database?
    Profile Photo
    last modified by markusmircea
  • 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...
    Profile Photo
    created by markusmircea
  • Evolution of CMP

    This 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...
    Profile Photo
    last modified by jboynes
  • Simple CRUD

    For 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...
    Profile Photo
    last modified by marc.fleury
  • Feature Request: Ordered CMR

    It 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...
    Profile Photo
    created by hunterhillegas
  • 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 ...
    Profile Photo
    created by sanne
  • 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...
    Profile Photo
    last modified by jbossapprentice
  • stateful bean persistance

    In 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...
    Profile Photo
    last modified by nigle