Search:

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

Search: Search took 0.05 seconds.

  1. Replies
    0
    Views
    1,160

    ldapTemplate.modifyAttributes read/write

    When you call ldapTemplate.modifyAttributes behind the scenes does it read from the LDAP and check to see if there are any modifications (data passed into modifyAttributes != data in the LDAP) before...
  2. Replies
    10
    Views
    9,696

    I had to do this a while back and just used...

    I had to do this a while back and just used JdbcTemplate, I was using hibernate already in the application but trying to map the stored procedure with the NamedNativeQuery annotation turned out to be...
  3. Replies
    1
    Views
    1,344

    Please add REST support to Spring-WS

    Here is a common requirement:

    I have an existing Spring Web Service that I want to add REST support to

    Now looking at Spring 3 this means I need to go off and start using Spring MVC instead?...
  4. Replies
    1
    Views
    2,378

    Replacing apache commons logging with slf4j

    Are there any plans to replace apache commons logging with slf4j throughout the spring framework?

    I'm kind of surprised commons logging is still in use to be honest given the fact the discovery...
  5. Replies
    2
    Views
    2,254

    Thanks for the reply Mark, it makes sense to me...

    Thanks for the reply Mark, it makes sense to me now.
  6. Replies
    2
    Views
    2,254

    cafe sample xml splitter / aggregator

    Can anyone explain to me how the splitter and aggregator tie together in the cafe xml sample application?

    I can't see any correlation strategy specified so the OrderSplitter split method must be...
  7. Replies
    1
    Views
    1,443

    Well I ran a test on the server and it can indeed...

    Well I ran a test on the server and it can indeed handle to lowest repeatInterval rate by the look of it so it is the spec of my machine.

    I notice lots and lots of short lived objects filling up...
  8. Replies
    1
    Views
    1,443

    SimpleTriggerBean performance

    I have a SimpleTriggerBean configured as follows:

    <bean id="xxxxUpdateTrigger" class="org.springframework.scheduling.quartz.SimpleTriggerBean">
    <property name="jobDetail"...
  9. Hmm actually I think I should be using a...

    Hmm actually I think I should be using a TransactionTemplate?

    If I add this to my spring-config.xml file:

    <bean id="txManager"...
  10. Make HibernateCallback doInHibernate transactional?

    Hi, I have some code like:



    getHibernateTemplate().execute(new HibernateCallback() {
    public Object doInHibernate(Session session) throws HibernateException {
    Transaction tx = null;
    ...
Results 1 to 10 of 10