Bugs item #1058402, was opened at 2004-11-01 13:05 Message generated for change (Comment added) made by starksm You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1058402&group_id=22866
Category: JBossServer Group: v4.0 Status: Open Resolution: None Priority: 5 Submitted By: goeboe (boesler) Assigned to: Nobody/Anonymous (nobody) Summary: persistance problem Initial Comment: Hi, I developing an project with JBoss AS 3.0 and it was running fine (based on the xpetstore project). Now I changed in this project to AS 4.0 (Windows XP, JDK 1.4). This was no problem without one thing: When a new user logged in, a new account is generated for him. This is realized by an create of an Login-Bean. In my application the ejbCreate and the ejbPostCreate Method are called by a session bean in this case (I see two times output lbpc after passing on console), but then the process does not turn back to the calling session bean. I get no further information (black screen, no exception), but Timer-Beans are still running. Then after a timeout a rollback is initiated. The data, which are set in a value-Object as parameter are set in the Login-Bean, but not set in the database (sometimes values are set, sometimes not. I could not find out a systematic). In an other part of my software I use an similar mechanism to create beans and there it's always fine. I searched now already some days for a difference, but I could not find one. Perhaps you have an idear, why I have this mysthic error. ---------------------------------------------------------------------- >Comment By: Scott M Stark (starksm) Date: 2004-11-07 10:47 Message: Logged In: YES user_id=175228 We need something in the way of an example which illustrates the problem your seeing. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1058402&group_id=22866 ------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
