Hi All,
This question may sound naive but I am really stuck at this. I am not able to override method createMessage() of JavaMailSenderImpl class in my extended class. The reason is that in my...
Type: Posts; User: nitingupta183; Keyword(s):
Hi All,
This question may sound naive but I am really stuck at this. I am not able to override method createMessage() of JavaMailSenderImpl class in my extended class. The reason is that in my...
Dear Community,
I am developing an application which is required to send out mass emails & sms from the application. At the same time app is required to debit the user's credits accordingly i.e. x...
Hi All,
I have used Spring security for writing the security layer in my web application. I am looking for suggestions to implement "no-session-timeout-till-user-is-seeing-application" i.e. no...
Thanks for clearing out. Would be glad if you can clear out following questions as well.
- Does Sitemesh framework supports showing resources from different applications? For example, the header...
Hi All,
I have a deployment scenario in which I have got one main application and few supporting applications, all deployed in a tomcat container as separate war files. Supporting applications are...
Hi all
I have been using Acegi security in my existing application. We are now working on another applicaton which will eventually be deployed in the same or a different instance of web server...
Hi All
In my app, I have following scenario:
I keep user generated files on the file system and their meta-data in Database. When user invokes file removal service, I first remove the meta-data...
Hi
I checked many a times that Apache was running. I did telnet to the AJP port and it is also working.
What other causes of this problem could be? You mentioned some networking issues. Any...
Yes, both are on same machine. I have attached the logs file as well in my previous post. Logs are still the same.
Hey Paul,
Did you get a chance to look into this problem? I attached the files which you asked.
Request you to please help here as I am still stuck with this issue.
I followed this article to configure tiles to work with Spring MVC. I am using Spring MVC 2.5.3. However, I am having a problem in this. The taglib with URI : http://tiles.apache.org/tags-tiles is...
Please see this attachment, i missed server.xml in the older one.
Please find the files attached with this post
Filip,
I rechecked. Actually i accidentally entered the AJP port from my browser. That gave this exception.
However, I am still struggling with my earlier issue. AJP connector in my case is not...
I am getting following exception in the catalina.out
Oct 8, 2009 7:58:21 AM org.apache.jk.common.ChannelSocket processConnection
SEVERE: Error, processing connection...
I am also facing a similar issue. In my case I chekced the server.xml file and the AJP connector is correctly configured.
I am also able to do telnet to the AJP port. Still i am facing the same...
Thanks for your response.
I am a starter in Portelts. I request you to point me to some articles, sample Spring Portlet MVC applications etc so that I can better analyze the changes required to...
Hi All
I have an existing Spring Servlet MVC application which I am required to migrate to Liferay portal so that I can get CMS advantage as well as readymade portlets which I can put on my site....
Hi all
I have defined a transaction boundary around Service layer in my application. I have also applied some aspects with After Returning advice around my service methods.
In one of the...
Hi All.
I read about the Spring's DM Server. I would like to ask few questions to the community.
We have developed a suite of some 7-8 applications which deal with the user's personal...
Hi All,
I am developing an application using Spring, Hibernate and I have made use of Ehcache as the second level cache.
It is a AJAX application and I need help in designing one feature. In...
Hi All,
I am developing an application using Spring, Hibernate and I have made use of Ehcache as the second level cache.
It is a AJAX application and I need help in designing one feature....
Hi All.
I am developing a calendaring application in which I need to give the functionality to users to associate their contacts as the members of the events.
For this I am designing a AJAX based...
Hi All,
I am working on a web based application. My application is going to be accessed through SMS and so receiving and sending SMS is an integral part of the application. I am developing the SMS...
Hi All.
Please help me with correct Hibernate annotations to achieve the entity relationship as shown in the picture. I want to associate a secondary table of an entity with a primary table of...