I did find a workaround for this problem (see below), but I still have no idea why the
original problem would be happening, or what the root of the problem really is.
One other bit of information that might be helpful in resolving: if I restart the
server, the problem goes away. In other words,
For the sake of clarification, say I have an Account entity bean, which has a
collection of EmailAddress entity beans (1 to many container managed relationship).
A client calls a method getAcctInformation() on a session bean. This method looks up
the Account bean, and iterates over the EmailAdd
Searched quite a bit to find an answer to this problem, so please let me know if it's
already been answered...
I'm using CMP, with commit-option A (JBoss 3.2.5). I have some container managed
relationships (CRM) set up. As a conceptual example similar to my own, a box contains
many gadgets, eac
I just want to clarify to make sure... if I were to write a login module that extended
one of the JBoss login modules (such as the AbstractServerLoginModule) and distribute
this with a commercial application, the mods would need to be made available under
LGPL. But if I were to write a login mod
My company has a commercial application which is hosted in JBoss (version 3.2.3). We
need a way to encrypt our database username/password, so I am looking at copying the
code from the SecureIdentityLoginModule (from version 3.2.5) and writing our own
similar login module which will fit our needs