Search:

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

Search: Search took 0.06 seconds.

  1. Thanks, where should the ThreadLocal variable...

    Thanks, where should the ThreadLocal variable live ? In the DAO ? Could it live in the interceptor itself ?
  2. hibernateTemplate, entityInterceptor with state and threading

    Hello, I have an interceptor for audit-logging that basically sets two fields modified_by and created_by. For example,

    public void update(DomainEntity entity, Integer userId) {
    ...
  3. RestTemplate against non-conforming service

    Hello, I need to integrate against a service that consumes and produces JSON, but with the following peculiarities :

    1) it only accepts POST methods, the JSON payload is a post parameter.
    2)...
  4. Replies
    7
    Views
    2,878

    The 3.6 update site for the scala plugin wotked...

    The 3.6 update site for the scala plugin wotked much better, thanks.
  5. Replies
    7
    Views
    2,878

    Running 2.5.1 as previously stated, isn't that...

    Running 2.5.1 as previously stated, isn't that version based on Eclipse 3.6 ?
  6. Replies
    7
    Views
    2,878

    STS 2.5.1 and Scala

    Anyone had any luck with this combination ?

    Afrer adding Scala Nature to a project, any attempt to open a file gives this error :


    Could not initialize class...
  7. Replies
    9
    Views
    2,071

    Did a reinstall, OK now. No idea why it did not...

    Did a reinstall, OK now. No idea why it did not work after the first install, though.
  8. Replies
    9
    Views
    2,071

    I am on a Mac. There is no item called SVN under...

    I am on a Mac. There is no item called SVN under Team in Preferences. I find it har to understand that such fundamental functionality is not working, it worked fine in 2.3.2.
  9. Replies
    9
    Views
    2,071

    The extensions page tells me that subclipse is...

    The extensions page tells me that subclipse is indeed installed, my problem is simply how to use it. I find no traces of svn in file->import for instance. Only CVS
  10. Replies
    9
    Views
    2,071

    How to import from subversion repository

    Well, this is embarrasing, but I am unable find where I can configure svn repositories. As i understand it, svn support is integrated into 2.5.0, right ? So I do not have to point to a subclipse...
  11. Can SpringIDE discover beans in non-default namespace?

    Working with Mule and Spring, my application context has the mule namespace and not the spring beans namespace as the default namespace. This means that Spring IDE is unable to discover these beans...
  12. Specifying arguments to scheduled method using

    Using the task scheduler, I do the following :

    <task:scheduled ref="tfidfDelegator" method="process"
    fixed-delay="${tfidf.delay}" />

    But how can I specify arguments...
Results 1 to 12 of 12