Is the exception caused by using Java 1.6 ? Docs say to use 1.5
When I run 'mvn clean install' on the core module, the test cases fail
See Below:
Failed tests:
...
Type: Posts; User: rrey2279; Keyword(s):
Is the exception caused by using Java 1.6 ? Docs say to use 1.5
When I run 'mvn clean install' on the core module, the test cases fail
See Below:
Failed tests:
...
thanks for the reply, however, this is happening across multiple browsers (IE, firefox, chrome).
Must be a server problem of some type.
I thought WAS came with a security manager, as well as a gold-plated toaster. Time to run TOMCAT, the fastest and most scalable web architecture available.
I have a Spring web application that uses Acegi remember me functionality to keep users logged-in forever (The ACEGI_SECURITY_HASHED_REMEMBER_ME_COOKIE cookie expires in 5 years). Remember_me is a...
At the company I work for, we have an internal JEE application that runs on Tomcat. It was built about 5 years ago using JSP and servlet technology with custom workflow. The application functions as...
My problem is very similar. I'm trying to bind a multiple-select drop-down list.
I want the user selections in a <form:select multiple="true" .. /> to bind into an ArrayList of Entity objects.
...
I've been spinning my wheels for a day and a half on this one, then decided I should probably post a message and hope the experts can fill me in.
Let's say I have a form with a multiple drop-down...