My favorites | Sign in
Google
                
New issue | Search
for
| Advanced search | Search tips
Issue 1283: Please support javax.xml.stream.XMLInputFactory.
94 people starred this issue and may be notified of changes. Back to list
Status:  Duplicate
Merged:  issue 1277
Owner:  ----
Closed:  Jun 02
Type-Defect
Priority-Medium
Language-Java


Sign in to add a comment
 
Reported by bgidley, Apr 13, 2009
I have been trying to run Apache Tapestry 5.1 on App Engine and it doesn't work as it uses the 
woodstox XML pull parser. 

The cause of this is you don't allow javax.xml.stream.XMLInputFactory. 

Can you please support this? Without it, it will be very hard to support tapestry 5 on app engine. 

This was discussed on the tapestry list at http://markmail.org/thread/oxk7wu4tojqudepl
Comment 1 by jharrop, Apr 23, 2009
As a temporary workaround until it is whitelisted, you can build a jar containing
javax.xml.stream renamed to something else.  Then alter tapestry to point at it.  See
further point 5 of my comment on
http://code.google.com/p/googleappengine/issues/detail?id=1267
Comment 2 by brett-ap...@google.com, Jun 02, 2009
(No comment was entered for this change.)
Status: Duplicate
Mergedinto: 1277
Comment 3 by craig.s.collings, Aug 28, 2009
You really do need javax.xml.stream implementations (like axiom2) to be able to do 
anything useful
Sign in to add a comment