[JBoss-user] [Persistence & CMP/JBoss] - Re: Duplicate entity instances, differing field values (cach

2004-09-14 Thread bdbogg
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,

[JBoss-user] [Persistence & CMP/JBoss] - Re: Duplicate entity instances, differing field values (cach

2004-09-13 Thread bdbogg
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

[JBoss-user] [Persistence & CMP/JBoss] - Duplicate entity instances, differing field values (caching

2004-09-10 Thread bdbogg
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

[JBoss-user] [Installation & Configuration] - Re: Licensing Question for Custom Login Module

2004-08-25 Thread bdbogg
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

[JBoss-user] [Installation & Configuration] - Licensing Question for Custom Login Module

2004-08-12 Thread bdbogg
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