Hi John, We use JDK 1.5_06 for all our builds and it works fine. As the libs are compiled with 1.4 there are a few warnings generated against collections coming from the libs but that is the only issue.
_____ From: John Mani [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 14, 2006 2:30 PM To: MyFaces Discussion Subject: Any problems using external JDK1.5 based libraries? Hi Are there any issues with using or referencing libraries that use JDK1.5 features (like generics, enums), from within a backing bean ? Or even can I have a Backing bean that uses JDK1.5 features? In particular, I have the following cases: 1) My backing bean needs to use a library that returns 'typed' arrays (using generics) and enums. My build environment is based on JDK1.5, so I'm assuming this is not a problem. Right? 2) Can a ListDataModel take a 'typed' ArrayList as argument? I had bad experiences with Sun Creator not supporting JDK1.5 external libraries, hence my questions now! thanx -john
<<attachment: winmail.dat>>

