javaee / wadl

Web Application Description Language (WADL) project. This legacy project is available for review only
https://javaee.github.io/wadl/
Other
26 stars 15 forks source link

Missing line numbers on errors #71

Open glassfishrobot opened 10 years ago

glassfishrobot commented 10 years ago

If a wadl is interpreted with wadl2java and the wadl is bugged, no line numbers are outputtet, eg:

ERROR: 'The element type "request" must be terminated by the matching end-tag "".' ERROR: 'com.sun.org.apache.xml.internal.utils.WrappedRuntimeException: The element type "request" must be terminated by the matching end-tag "".' Exception in thread "main" java.lang.RuntimeException: Internal error at org.jvnet.ws.wadl.ast.WadlAstBuilder.buildAst(WadlAstBuilder.java:116) at org.jvnet.ws.wadl2java.Wadl2Java.process(Wadl2Java.java:431) at org.jvnet.ws.wadl2java.Main.main(Main.java:143) Caused by: javax.xml.bind.JAXBException: javax.xml.transform.TransformerException: com.sun.org.apache.xml.internal.utils.WrappedRuntimeException: The element type "request" must be terminated by the matching end-tag "".

This is in current newest version (1.1.6)

Affected Versions

[current]

glassfishrobot commented 10 years ago

Reported by jkidd

glassfishrobot commented 7 years ago

This issue was imported from java.net JIRA WADL-71