Hi, I downloaded uPortal 3.3.0-M1 and couldn't run, because i had jdk1.6u10. After upgrading it to latest version (u22) it went fine. As it turns out, newFacotry<http://download.oracle.com/javase/6/docs/api/javax/xml/stream/XMLOutputFactory.html#newFactory()>method was added only in jdk1.6u18 (see changelog <https://mail.google.com/>) where StAX 1.2 API was upgraded. I know that this only a milestone release, but for future versions "System requirements" section of README should be updated.
-- Arvīds P.S. Seems strange that javadoc of newFactory<http://download.oracle.com/javase/6/docs/api/javax/xml/stream/XMLOutputFactory.html#newFactory()>says that newInstance<http://download.oracle.com/javase/6/docs/api/javax/xml/stream/XMLOutputFactory.html#newInstance()>is deprecated although it is not marked with appropriate annotation (unlike the other newInstance<http://download.oracle.com/javase/6/docs/api/javax/xml/stream/XMLOutputFactory.html#newInstance(java.lang.String, java.lang.ClassLoader)>). -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/uportal-dev
