Thanks its working, :)
But the output message is not as per expectation.
[2011-12-12 16:25:04,038] - DEBUG-...
Type: Posts; User: rajneesh19; Keyword(s):
Thanks its working, :)
But the output message is not as per expectation.
[2011-12-12 16:25:04,038] - DEBUG-...
No its not working. Again black log file :(
Hi all,
I am trying to implement performance logging using Spring AOp in my application. But it creates only an empty log file:
Following are the configuration I am doing:
In application...
Hi All,
I am facing a weird problem with JDBC template only when the someone hit application very first time or if server is idle from long tile.
The exception is :
HTTP Status 500 -
type...
Hi all,
I have one request Interceptor. All I need to filter request coming from "/secure/<any pattern>"
To achieve this I am using following mapping for the interceptor:
<mvc:mapping...
tried both way. But its not working ):
Should I do some configaration in server.xml/ web.xml?
Regards,
Rajneesh
Hi,
I am getting "javax.naming.NameNotFoundException: Name jdbc is not bound in this Context" error while configuring datasource using jndi and lookup in spring app-context.
Following things I...
UserId is already in session -> UserDetail Bean
thats fine...but for more sophistication...suppose I want to give userId for logging what I will have to do?
Ok...
Going to construct using new and removing from instance level for both those objects.
Thanks for such a good support. :)
I know should not ask in the current thread but just asking.. I...
Any Help will be highly appreciated!!
Yes...You are right. I didn't believe you and tried ...Got nice NullPointerException in next request.
Hummm
So what would be best approach for these two objects. Have I any option without using...
Ok,
For ServiceRequest & Response object,
As per ref manual, The non-singleton, prototype scope of bean deployment results in the creation of a new bean instance every time a request for that...
4423
Hi ... attached the service and dao xmls as well as one sample of controller class. The same way all the controllers has been written.
In previous post you had mentioned for some...
Plr442144204422
I have attached all the three config files. Please verify.
I am trying to get the final version of 3.0
Regards,
Rajneesh
Hi all,
In my application, I am using spring mvc 3.0 and dependency injection for service/dao creation.
Now I have to implement log4j in entire application (mvc/web module, service layer packed...
Thanks for the quick response,
1) But I had read some where spring doen't take care of destroying prototype beans then it should be destroyed by developer ...I guess. Please suggest.
2)...
Hi,
In my web application, I have used DI (without annotation) for service layer and Dao layer and spring MVC (annotation based) for controllers and service injection in controllers.
This...