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).
thanks,
dean

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

Reply via email to