Search:

Type: Posts; User: clemensp; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    10
    Views
    1,680

    ...

    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...
  2. Replies
    10
    Views
    1,680

    hi the weblayer calls the service layer which...

    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...
  3. Replies
    10
    Views
    1,680

    I have everything listed above inside of one...

    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...
  4. Replies
    10
    Views
    1,680

    ..

    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...
  5. Replies
    10
    Views
    1,680

    TimerTask with @Transactional and Hibernate

    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...
  6. Replies
    0
    Views
    744

    jsf push & webflow

    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...
  7. Replies
    2
    Views
    1,115

    ...

    Hi

    I guess you could always use


    <h:outuputLink>

    with the url of the flow you want to call as its value attribute...

    edit:
  8. Replies
    0
    Views
    480

    Problem with Transition and Jsf

    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...
Results 1 to 8 of 8