Ticket #456 (closed defect: fixed)

Opened 3 years ago

Last modified 2 years ago

Exceptions are not thrown in some cases

Reported by: vzholudev Owned by: dmisev
Priority: critical Milestone: Release v0.1.4
Component: System Implementation (SI) Version: v0.1.3
Keywords: Cc: kohlhase, cmueller, clange
Blocked By: Blocking:
Due to close: YYYY/MM/DD Include in GanttChart: no
Dependencies: Due to assign: YYYY/MM/DD

Description

I think Dimitar knows what I'm talking about, but just in case I will provide an example.

XSLTUtil.transform(Document, Context) method returns silently null when XSLT transformation made a document that cannot be built by XOM Builder. Error messages are only printed into stderr.

Whereas it's a right beghaviour for command-line tool, it's not acceptable for developers that use the JOMDoc library for developing. For them there is no way to control in their applications possible errors occured during a life-cycle.

Again, since this library is supposed to be publicly used, I consider this report as a serious issue

Change History

in reply to: ↑ description   Changed 3 years ago by clange

Replying to vzholudev:

Again, since this library is supposed to be publicly used, I consider this report as a serious issue

Supposed, that's the right term ;-) As I am not aware of anybody except us using it yet (only 2 non-KWARC subscribers to the mailing list, all Google results for JOMDoc are our own), may I suggest that the next release 0.1.3 be announced more publicly? I.e. not just on our mailing list, but also on www-math and maybe others. I have always done that for Krextor releases so far (a tool which I consider to be of general interest to the XML and RDF communities) -- hasn't really got me any external users either, but still…

  Changed 2 years ago by nmueller

  • owner changed from nmueller to vzholudev

  Changed 2 years ago by vzholudev

  • owner changed from vzholudev to dmisev
  • milestone set to Release v0.1.4

Here is more detailed information than in the ticket #512. Probably it's the only place where it could happen.

  Changed 2 years ago by dmisev

  • status changed from new to closed
  • resolution set to fixed

Yes, this can be closed.

Note: See TracTickets for help on using tickets.