okay if I use org.springframework.orm.jpa.JpaTransactionManager then it also works when I call the service from the timerbean... with HibernateTransactionManager it does only work from the web...
Type: Posts; User: clemensp; Keyword(s):
okay if I use org.springframework.orm.jpa.JpaTransactionManager then it also works when I call the service from the timerbean... with HibernateTransactionManager it does only work from the web...
hi
the weblayer calls the service layer which is annotated with @Transactional where needed...
I now have a small example project set up especially to test the call to the service layer from...
I have everything listed above inside of one <beans> tag in the same applicationContext.xml file...
I have a component-scan tag, I omitted it initially but have added it and some more lines I have...
hi thx for the reply.
No my service isn't used also as a task... I will post the code below...
But the naming is probably misleading because the timer class has Service in its name.
The...
Hi, I have a problem using a TimerTask with my @Transactional annotated Services and Hibernate.
My Spring Version: 3.0.3
Hibernate Version: 3.5.1
From my TimerTask I call a Service which is...
Hi
I have a problem using the richfaces <a4j: push> tag...
I have a flow which displays a worklist which should get udpated by the push tag (which is really a poll in richfaces but that...
Hi
I guess you could always use
<h:outuputLink>
with the url of the flow you want to call as its value attribute...
edit:
Hello
I have a problem when a transition executes an action which returns false...
(edit: I am using Spring 2.5.6, Spring Webflow 2.0.8 and Richfaces 3.3.2 SR1)
In principle the situation is...