I checked out trunk uportal and it doesn't seem to compile: Description Resource Path Location Type The method newFactory() is undefined for the type XMLEventFactory XMLPipelineConstants.java /uPortal_trunk/uportal-war/src/main/java/org/jasig/portal/rendering line 52 Java Problem The method newFactory() is undefined for the type XMLEventFactory XmlUtilitiesImpl.java /uPortal_trunk/uportal-war/src/main/java/org/jasig/portal/xml line 48 Java Problem
It looks like XMLEventFactory.newFactory was added between java 6u17 and java 6u21. Attached are the source for each. Assuming this is correct, is there a minimum build number of java6 for uportal, or is there another suggestion? Thanks, Chris -- 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
XMLEventFactory_6u17.java
Description: XMLEventFactory_6u17.java
XMLEventFactory_6u21.java
Description: XMLEventFactory_6u21.java
