[scxml] JAXB?

2014-01-29 Thread Gary Gregory
Hi All: I was surprised to see that JAXB is not used for XML IO. Any reason? Gary -- E-Mail: garydgreg...@gmail.com | ggreg...@apache.org Java Persistence with Hibernate, Second Edition JUnit in Action, Second Edition Spring Ba

Re: [io] Addition of a TrailerInputStream class?

2014-01-29 Thread Oliver Heger
Hi Duncan, Am 28.01.2014 22:18, schrieb Duncan Jones: > Hi all, > > For a project of mine I developed a class named TrailerInputStream, > which reads from an InputStream whilst retaining a buffer of N bytes > (the trailer), Once the stream has been exhausted, the final N bytes > are obtained by c

[LANG] FieldUtils forceAccess does not force access for final

2014-01-29 Thread Gary Gregory
Hi All: I have a use case where I need to use reflection to set a public static final Object. This does not work with our FieldUtils class because the "forceAccess" argument is only used to deal with field visibility by calling Field#setAccessible(boolean) Q1: Should "forceAccess" be expanded to

[All] Jira and releases

2014-01-29 Thread Gary Gregory
Release managers: Please do not forget to manage versions in Jira as part of your release process.  I just marked [pool] 2.1 as released and created 2.2. If you have RM'd recently, please take a moment to check Jira. Thank you, Gary