Results 1 to 1 of 1
- 03-27-2011, 05:49 AM #1
Member
- Join Date
- Mar 2011
- Posts
- 1
- Rep Power
- 0
Eclipse Compile Error: Call validateValue(Class<T>, String, Object, Class<?>...)
In Eclipse 3.5 and 3.6, there is an error to call the function validateValue(Class<T>, String, Object, Class<?>...) with the arguments (Class, String, Object, Class[]).
I have not problem to compile the attached file using javac command line.
But I got the following error in Eclipse:
The method validateValue(Class<T>, String, Object, Class<?>...)
in the type Validator is not applicable for the arguments
(Class, String, Object, Class[])
BeanValidator.java /jsf-api/src/javax/faces/validator
line 307 Java Problem
The compiling file is a little newer. The line 307 is
beanValidator.validateValue(valueReference.getBase Class(),
valueReference.getProperty(),
value,
validationGroupsArray);
Eclipse is configured to use the same jdk 6 as the same JDK using in command line javac call.
Any help will be greatly appreciated.
Thanks
Tom
Similar Threads
-
Call object methods from another class
By africanhacker in forum New To JavaReplies: 16Last Post: 03-22-2011, 01:10 AM -
How to call an object from another class?
By narty in forum New To JavaReplies: 1Last Post: 11-01-2010, 08:14 PM -
how to call class using String
By newbiejava in forum New To JavaReplies: 5Last Post: 08-03-2010, 04:20 PM -
HashCode value of String class Object!
By Anjaneyulu in forum Advanced JavaReplies: 17Last Post: 02-24-2010, 01:49 PM -
Compile error in Driver class, help plz
By Battlefeldt in forum New To JavaReplies: 3Last Post: 11-25-2009, 11:30 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks