Thanks, where should the ThreadLocal variable live ? In the DAO ? Could it live in the interceptor itself ?
Type: Posts; User: janolaveide; Keyword(s):
Thanks, where should the ThreadLocal variable live ? In the DAO ? Could it live in the interceptor itself ?
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) {
...
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)...
The 3.6 update site for the scala plugin wotked much better, thanks.
Running 2.5.1 as previously stated, isn't that version based on Eclipse 3.6 ?
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...
Did a reinstall, OK now. No idea why it did not work after the first install, though.
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.
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
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...
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...
Using the task scheduler, I do the following :
<task:scheduled ref="tfidfDelegator" method="process"
fixed-delay="${tfidf.delay}" />
But how can I specify arguments...