[jboss-user] [EJB 3.0] - Re: Create timer -

obfuscator do-not-reply at jboss.com
Sun May 27 09:30:21 EDT 2007


"adenzo" wrote : Hi,
  | Any further info on this? 
  | I had similar trouble, and in the end got it working by making a seperate call, i.e.:
  | JSF ManagedBean -> A:doSomething();
  | JSF ManagedBean -> B:makeTime();
  | 
  | Then making timers worked, as long as I did not EJB work within B.
  | This was on 4.2.0.CR2
  | Having other issues like this regarding using a @Resource injected JDBC connection also.
  | 

Yeah, I think it's some sort of "bug" that has to do with accessing different data sources within the same transaction, although I'm not sure. Seems like the transaction craps up since i was trying to persist entities and create timers in the same transaction. Is this what you're getting to? I guess that's pretty logical if you think about it...

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048906#4048906

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4048906



More information about the jboss-user mailing list