Rob and Marten, thanks for the assistance!
After your comments and googling a bit more, I think that a better alternative would be create a custom AMI where tomcat is configured for using...
Type: Posts; User: lorenooliveira; Keyword(s):
Rob and Marten, thanks for the assistance!
After your comments and googling a bit more, I think that a better alternative would be create a custom AMI where tomcat is configured for using...
Hi,
I'm writing an application aimed at the amazon ec2 environment. As a design principle, I'm avoiding the use of http session in my backend. Actually, at this moment the unique information...
Hi there,
I'm facing a quite strange behavior of my application. I have an application that uses Spring3 and runs over tomcat6 and it schedules jobs through spring's crontrigger.
My cron...
Hi there,
I'm having some problems to translate my testing application to brazilian portuguese.
My first, and dummy, attempt was to translate the values in both messages.properties and...
Hi guys,
I'm really sorry for the spam. Actually, I don't know what was going wrong.
I was getting a failure in the deployment in JBoss. I turned the log on to see what was going wrong and the...
Hi Tiriddu,
did you find a solution for this? I think I'm facing the same problem as you.
This is the thread of my problem:
http://forum.springsource.org/showthread.php?p=311484#post311484
...
Some more information.
The problem seems to be related to the logout filter. When I explicitly type the logout page, the exception confirms that the argument to that tag is not being passed to the...
I tried it but I'm still getting the problem...
Just one extra information. If I try to deploy my application with an empty securityContext, then the deployment works:
<?xml version="1.0"...
This is the content of applicationContext.xml:
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
...
Hi there,
I'm getting troubles with the "hello world" of Spring Security. I'm getting the following error when I deploy my application:
11:27:32,397 INFO [STDOUT] 28/07/2010 11:27:32 DEBUG...
Voted!
matsondawson, thanks for the hint! I'll have some more reading and as soon as I start developing my proof of concept with roo I certainly will try your solution.
Hi there,
first of all I must say that I'm very impressed with roo. I just started reading the documentation two days ago, but I'm very anxious to start developing my first evaluation project.
...