[jboss-dev] Re: JBoss AS 4.2.3.GA

David M. Lloyd david.lloyd at redhat.com
Fri Jul 4 10:46:47 EDT 2008


On 07/04/2008 09:30 AM, Dimitris Andreadis wrote:
> Independent of Fedora, there is the question of how we ship JBoss for 
> jdk6. If we compile with jdk5 and run with jdk6 then JDBC 4.0 support 
> will not be compiled into the JCA classes. I see 3 options:

JDBC 4.0 is just a few extra methods, right?  What about compiling on jdk6 
with -source 1.5 -target 1.5?  The extra methods won't be used when running 
inside of 1.5, so they shouldn't cause a problem.  Then just say JDBC 4.0 
is only supported when running on 6 (since otherwise the user won't be able 
to get at the extra methods anyway).

- DML



More information about the jboss-development mailing list