[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: java.io.StreamCorruptedException: invalid stream header

2006-05-26 Thread phillycheese
I'm having the same problem, any luck with this one? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946976#3946976 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3946976

[JBoss-user] [EJB/JBoss] - Re: Phantom timeout

2005-11-14 Thread phillycheese
my environment is jboss 4.0.2 (linux) Timer persistence is turned off in ejb-deployer.xml this seems to occur when I cancel and recreate a timer (essentially resetting the timer). When ejbTimeout() is called and completes, another call to ejbTimeout() occurs! Hence, I get 2 calls to ejbTimeout(

[JBoss-user] [EJB/JBoss] - Re: Ejb timers and persistence reactivation

2005-11-14 Thread phillycheese
its already a known issue, check out this link http://sourceforge.net/tracker/index.php?func=detail&aid=1078243&group_id=22866&atid=376685 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3907092#3907092 Reply to the post : http://www.jboss.com/index.html?modul

[JBoss-user] [EJB/JBoss] - Phantom timeout

2005-10-31 Thread phillycheese
I'm having a strange problem where a ejbTimer() event is fired, even though no Timer was scheduled to go off at that time. This only seems to occur in the following scenario. I create a scheduled timer event to go off. At this point ejbTimeout() is called. WHILE processing is still going on ins

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Timer was not registered with Tx

2005-10-27 Thread phillycheese
And what's even worse is that, the Timer doesn't fire for the next scheduled event. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903892#3903892 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3903892

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Timer was not registered with Tx

2005-10-27 Thread phillycheese
I get the log message below about my timer, but the thing is, I have configured the timer to be a transaction-type of BEAN. So then why is it trying to register a the timer for transaction 2005-10-27 09:43:18,763 WARN [org.jboss.ejb.txtimer.TimerImpl] Timer was not registered with Tx, rese

[JBoss-user] [EJB/JBoss] - Ejb timers and persistence reactivation

2005-10-12 Thread phillycheese
Hello, I'm having a problem with the way JBoss reactivates EJB Timers that were persisted to disk. STEP 1: I cancel all timers then create a new timer in the init() method of a servlet that loads-on-startup. After this point I have at least one timer instance. STEP 2: I stop the JBoss server.