On 9/15/05, Dean Hiller <[EMAIL PROTECTED]> wrote:
> In looking at the JAXB spec(to understand what is needed for the any
> element), I noticed that 2.0 is using generics.  What is the plan of
> JaxME?  Is it going to try to implement 2.0?  This means it will only
> run on jdk 5.0, correct?  If that is the case, I am wondering when I can
> start adding code to jaxme that only works on 5.0?  In particular, I
> really want to chain those exceptions so when my clients are using this
> and they log the exception, I can go right to the line of code instead
> of having to try to reproduce the problem(which is not always possible
> of course).

We are not even implementing 1.0 ...

That said, I can think of no reason not to enable 5.0 specific source code,
if it is optional. For example, I'd definitely be happy, if we could get rid of
all the warnings in Eclipse by using @SuppressWarnings. Of course, the
default should still be 1.3 compliant.


Jochen

-- 
Having experienced 7 years of labour/green government, I now know the
reason, why a conservative government is good for the economy: The
economy's unable to imagine anything else ...

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to