Jason Essington wrote:

I don't see anything immediately obvious about what I am doing different here than with my other entities. All of the others seem happy enough (not pitching exceptions).

The only thing I can think that may be causing a problem would be that this entity has 111 persistent fields 6 container managed relationships and 7 non-persistent fields. perhaps the sheer complexity of this entity is causing confusion in the CMP engine?

Yes, it is. Now, I know the reason. Thanks.


alex


I'll see If I can figure out what else could be causing issues. I am assuming the problem is with the entity bean since the code that I use to create and remove the beans isn't any different (structurally) than anywhere else in the application.


If you have any ideas about which dark corners I should be looking in for a solution, please feel free to share them with me.

-jason

On Thursday, October 9, 2003, at 11:26 AM, Alexey Loubyansky wrote:

Could you, please, provide detailed instructions how to reproduce it? Thanks.

alex

Jason Essington wrote:

Alex
That didn't seem to fix it.
I don't know if this matters, but I am using the "Instance Per Transaction CMP 2.x EntityBean" container configuration.
As a side note, I am also running into a problem creating a new entity where between ejbCreate and ejbPostCreate I receive:
java.lang.IllegalArgumentException: Entity primary key is null
The stack trace is posted at the bottom of this email.
However in ejbCreate I am setting the primary key and calling my getter again to log the primary key, so it is set (but perhaps not persisted).
I have log messages in this entity that log when it enters and leaves both ejbCreate and ejbPostCreate and I get all the log messages from ejbCreate, but no messages from ejbPostCreate.
This code has been working flawlessly in 3.2.1 and hasn't changed when deployed to 3.2.2.
thanks
-jason




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user





-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to